Done (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
m Text replacement - "<code lua>" to "<SyntaxHighlight code="lua">"
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.
<code lua>
<SyntaxHighlight code="lua">
game:GetService('TestService'):Done()
game:GetService('TestService'):Done()
</code>
</code>


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

Revision as of 03:04, 27 April 2023

Done( )
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. <SyntaxHighlight code="lua"> game:GetService('TestService'):Done()