Checkpoint (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
m Text replacement - "<SyntaxHighlight code="lua">" to "<syntaxhighlight lang="lua">" Tags: mobile web edit mobile edit |
m Text replacement - "</SyntaxHighlight>" to "</syntaxhighlight>" Tags: mobile web edit mobile edit |
||
Line 10: | Line 10: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
game:GetService('TestService'):Checkpoint("example") | game:GetService('TestService'):Checkpoint("example") | ||
</ | </syntaxhighlight> | ||
[[Category:Methods]] | [[Category:Methods]] |
Latest revision as of 06:12, 27 April 2023
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")