Checkpoint (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens Created page with "<onlyinclude>{{Method |name = Checkpoint |arguments = {{type|string}} <var>text</var> |description = Prints "<samp>Test checkpoint: </samp>..." |
>JulienDethurens Created page with "<onlyinclude>{{Method |name = Checkpoint |arguments = {{type|string}} <var>text</var> |description = Prints "<samp>Test checkpoint: </samp>..." |
(No difference)
|
Revision as of 05:29, 18 February 2012
Checkpoint( string text ) | |
Returns | nil |
Description: | Prints "Test checkpoint: ", followed by text, to the output, in blue text. |
Member of: | TestService |
Example
This code would print Test checkpoint: example to the output, in blue text.
game:GetService('TestService'):Checkpoint("example")