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 = | |object = BasePart | ||
|}}</onlyinclude> | |}}</onlyinclude> | ||
|} | |} |
Revision as of 17:52, 17 January 2011
|
Example
game.Workspace.Part.LocalSimulationTouched:connect(function(p) print(p) end)