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
|
Example
game.Workspace.Part.LocalSimulationTouched:connect(function(p) print(p) end)