Message (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens Created page with "<onlyinclude>{{Method |name = Message |arguments = {{type|string}} <var>text</var> |description = Prints <samp>Test message</samp>, followed by <var>t..." |
>JulienDethurens Created page with "<onlyinclude>{{Method |name = Message |arguments = {{type|string}} <var>text</var> |description = Prints <samp>Test message</samp>, followed by <var>t..." |
(No difference)
|
Revision as of 05:35, 18 February 2012
![]() | |
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")