Search
 
SCRIPT & CODE EXAMPLE
 

LUA

how to detect collision in roblox studio

local part = script.Parent local function onPartTouched(otherPart)	print(part.Name .. " has touched " .. otherPart.Name)end part.Touched:Connect(onPartTouched)
Comment

PREVIOUS NEXT
Code Example
Lua :: how to activate a command if someone wears a accessory in lua roblox 
Matlab :: read all files from folder matlab 
Matlab :: to detect if a data frame has nan values 
Matlab :: find location of max value in array matlab 
Matlab :: matlab if not true 
Matlab :: dat file in matlab 
Matlab :: matlab 
Matlab :: how to run a p code matlab 
Matlab :: two return variables in matlab 
Matlab :: how to decrypt a code in mat 
Basic :: git token 
Basic :: what to include in basic C 
Basic :: fill in the commands belllow if you wanted to map a value saved in the variable count from one tange to another 
Elixir :: elixir guard 
Elixir :: elixir timex format 
Elixir :: .t() elixir 
Scala :: scala list get element 
Scala :: how to make anonymous function in scala 
Actionscript :: microsoft.visualstudio.web.codegeneration.design 3.1.0 
Excel :: google sheets convert month to number 
Excel :: Time and date maths in Excel 
Perl :: perl split array into smaller arrays 
Pascal :: pascal try except 
Powershell :: powershell -executionpolicy bypass -file 
Gdscript :: godot update value in progressbar 
Erlang :: tcp client erlang 
Assembly :: dataframe.shape return what? 
Assembly :: links in markdown 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: jquery unselect option 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =