Message (Method)

From Legacy Roblox Wiki
Revision as of 03:50, 27 April 2023 by Realjame (talk | contribs) (Text replacement - "<SyntaxHighlight code="lua">" to "<syntaxhighlight lang="lua">")
Jump to navigationJump to search
Message( string text )
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. <syntaxhighlight lang="lua"> game:GetService('TestService'):Message("example")