ReachedTarget (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.RocketPropulsion:connect(function() | |||
print("Reached target") | |||
end) | |||
</pre>}} |
Revision as of 16:01, 29 August 2010
|
Example
game.Workspace.Part.RocketPropulsion:connect(function() print("Reached target") end)