Reset (Function): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>MrNicNac A bit vague, don't you think? |
>Blocco This should clear it up. |
||
Line 3: | Line 3: | ||
|arguments = | |arguments = | ||
|returns = nothing | |returns = nothing | ||
|description = This method resets the current game to | |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. | ||
|object = RunService | |object = RunService | ||
|}} | |}} | ||
</onlyinclude> | </onlyinclude> | ||
{{clear floats}} | {{clear floats}} |
Revision as of 16:03, 8 July 2011
Reset( ) | |
Returns | nothing |
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. |