SetMessage (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Blocco Did you not see the talk page on the other page? >:/ Look at that first! |
>ArceusInator fixed the example |
||
Line 6: | Line 6: | ||
|object = DataModel | |object = DataModel | ||
}}</onlyinclude> | }}</onlyinclude> | ||
Revision as of 21:26, 6 January 2011
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
SetMessage( string message text ) | |
Returns | nil |
Description: | Creates a GUI message similar to ones seen when loading a game. |
Member of: | DataModel |
Example
If you're using the Command Bar or a CoreScript...
game:SetMessage( "Hello World" ) -- Will result in the image below
If you're using a Script or a LocalScript...
game:SetMessage( "Hello World" ) --> s SetMessage