LocalSimulationTouched (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Fixed
>Camoy
Example added
Line 6: Line 6:
|}}</onlyinclude>
|}}</onlyinclude>
|}
|}
{{Example|<pre>
game.Workspace.Part.LocalSimulationTouched:connect(function(p)
  print(p)
end)
</pre>}}

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)