Done (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
m Text replacement - "<code lua>" to "<SyntaxHighlight code="lua">" |
m Text replacement - "</code>" to "</SyntaxHighlight>" |
||
Line 9: | Line 9: | ||
<SyntaxHighlight code="lua"> | <SyntaxHighlight code="lua"> | ||
game:GetService('TestService'):Done() | game:GetService('TestService'):Done() | ||
</ | </SyntaxHighlight> | ||
[[Category:Methods]] | [[Category:Methods]] |
Revision as of 03:38, 27 April 2023
![]() | |
Returns | nil |
Description: | Prints Testing Done to the output, in blue text. |
Member of: | TestService |
Example
This code would print Testing Done to the output, in blue text.
game:GetService('TestService'):Done()