Reset (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26 |
>Legend26 No edit summary |
||
Line 3: | Line 3: | ||
<onlyinclude>{{Method | <onlyinclude>{{Method | ||
|name = Reset | |name = Reset | ||
|protected = yes | |||
|returns = [[nil]] | |returns = [[nil]] | ||
|description = This method resets the current game to a waypoint set when [[Run (Method)|Run]] was called. This method should only be used after [[Run (Method)|Run]] was called. | |description = This method resets the current game to a waypoint set when [[Run (Method)|Run]] was called. This method should only be used after [[Run (Method)|Run]] was called. |
Revision as of 01:19, 13 January 2012
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
Reset( ) | |
Returns | nil |
Description: | This method resets the current game to a waypoint set when Run was called. This method should only be used after Run was called. |
Member of: | RunService |