ReachedTarget (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Sncplay42
also...
>Tenal
No edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
end)
end)
</pre>}}
</pre>}}
[[Category:Events]]

Latest revision as of 03:41, 7 February 2012

ReachedTarget ( )
Description Fired when the Rocket comes within TargetRadius of the Target. This is used to make the rocket work, such as make an explosion when it flies near the Target.
Member of: RocketPropulsion
Example
game.Workspace.Part.RocketPropulsion.ReachedTarget:connect(function()
  print("Reached target")
end)