Message (Method)

From Legacy Roblox Wiki
Revision as of 05:35, 18 February 2012 by >JulienDethurens (Created page with "<onlyinclude>{{Method |name = Message |arguments = {{type|string}} <var>text</var> |description = Prints <samp>Test message</samp>, followed by <var>t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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. game:GetService('TestService'):Message("example")