LocalSimulationTouched (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Example added
>Mattchewy
No edit summary
Line 3: Line 3:
|arguments = [[Instance]] ''part''
|arguments = [[Instance]] ''part''
|description = Fired when another part comes in contact with another object.
|description = Fired when another part comes in contact with another object.
|object = [[BasePart]]
|object = BasePart
|}}</onlyinclude>
|}}</onlyinclude>
|}
|}

Revision as of 17:52, 17 January 2011

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)