Checkpoint (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
m Text replacement - "</code>" to "</SyntaxHighlight>"
Line 10: Line 10:
<code lua>
<code lua>
game:GetService('TestService'):Checkpoint("example")
game:GetService('TestService'):Checkpoint("example")
</code>
</SyntaxHighlight>


[[Category:Methods]]
[[Category:Methods]]

Revision as of 03:55, 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") </SyntaxHighlight>