Message (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 - "</code>" to "</SyntaxHighlight>" |
||
Line 10: | Line 10: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
game:GetService('TestService'):Message("example") | game:GetService('TestService'):Message("example") | ||
</ | </SyntaxHighlight> | ||
[[Category:Methods]] | [[Category:Methods]] |
Revision as of 04:06, 27 April 2023
![]() | |
Returns | nil |
Description: | Prints Test message, followed by text to the output, in blue text. |
Member of: | TestService |
Example
This code would print Test message: example to the output, in blue text.
game:GetService('TestService'):Message("example")