Done (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
m Text replacement - "<SyntaxHighlight code="lua">" to "<syntaxhighlight lang="lua">" |
m Text replacement - "</SyntaxHighlight>" to "</syntaxhighlight>" |
||
Line 9: | Line 9: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
game:GetService('TestService'):Done() | game:GetService('TestService'):Done() | ||
</ | </syntaxhighlight> | ||
[[Category:Methods]] | [[Category:Methods]] |
Latest revision as of 04:39, 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()