LocalSimulationTouched (Event)

From Legacy Roblox Wiki
Revision as of 17:52, 17 January 2011 by >Mattchewy
Jump to navigationJump to search
LocalSimulationTouched ( Instance part )
Description Fired when another part comes in contact with another object.
Member of: BasePart
Example
game.Workspace.Part.LocalSimulationTouched:connect(function(p)
  print(p)
end)