LocalSimulationTouched (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Example added
>Camoy
Example added
(No difference)

Revision as of 14:56, 29 August 2010

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)