Checkpoint (Method)

From Legacy Roblox Wiki
Revision as of 06:12, 27 April 2023 by Realjame (talk | contribs) (Text replacement - "</SyntaxHighlight>" to "</syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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")