Abort (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator Added an example. |
>Camoy No edit summary |
||
Line 8: | Line 8: | ||
{{Example| | {{Example| | ||
Makes a RocketPropulsion fall using the Abort() method | |||
<pre>Workspace.Part.RocketPropulsion:Abort()</pre>}} | <pre>Workspace.Part.RocketPropulsion:Abort() | ||
</pre>}} | |||
[[Category:Methods]] | [[Category:Methods]] |
Revision as of 21:34, 27 December 2010
Abort( ) | |
Returns | nil |
Description: | Causes the rocket to fall. |
Member of: | RocketPropulsion |
Example
Makes a RocketPropulsion fall using the Abort() method
Workspace.Part.RocketPropulsion:Abort()