Message (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
>JulienDethurens
No edit summary
(No difference)

Revision as of 05:49, 18 February 2012

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")