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 - "</SyntaxHighlight>" to "</syntaxhighlight>" |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
==Example== | ==Example== | ||
This code would print <samp>Testing Done</samp> to the output, in blue text. | This code would print <samp>Testing Done</samp> to the output, in blue text. | ||
< | <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()