LocalSimulationTouched (Event)

From Legacy Roblox Wiki
Revision as of 14:56, 29 August 2010 by >Camoy (Example added)
Jump to navigationJump to search
LocalSimulationTouched ( Instance part )
Description Fired when another part comes in contact with another object.
Member of: [[RBX.lua.BasePart (Object)|BasePart]]
Example
game.Workspace.Part.LocalSimulationTouched:connect(function(p)
  print(p)
end)