Checkpoint (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens No edit summary |
>JulienDethurens No edit summary |
||
Line 5: | Line 5: | ||
|object = TestService | |object = TestService | ||
}}</onlyinclude> | }}</onlyinclude> | ||
{{clear floats}} | {{clear floats}} | ||
==Example== | ==Example== | ||
This code would print <samp>Test checkpoint: example</samp> to the output, in blue text. | This code would print <samp>Test checkpoint: example</samp> to the output, in blue text. | ||
<code lua> | <code lua> | ||
game:GetService('TestService'):Checkpoint("example") | game:GetService('TestService'):Checkpoint("example") |
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")