RBX.lua.Message (Object): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
m RBX.Lua.Message moved to RBX.Lua.Message (Object)
>Mindraker
see also
Line 11: Line 11:


*[[Text]]
*[[Text]]


==Events==
==Events==
The Message object incorporates only the global functions.
The Message object incorporates only the global functions.
== See Also ==
[[How_to_add_messages|How to add messages]]


[[Category:ROBLOX Lua Objects]]
[[Category:ROBLOX Lua Objects]]

Revision as of 15:58, 20 August 2008


A Message is a box that appears in the upper left-hand corner of the screen, on top of the chat area. You can have text and variables displayed here. NOTE: If a Message's Parent is a Player, then it will appear in the upper left-hand corner of the screen, only visible to that Player. If its Parent is the Workspace, then it will cover the entire screen and be visible to all.

Functions

The Message object incorporates only the global functions.


Properties

In addition to the global properties, the Message also has these:

Events

The Message object incorporates only the global functions.

See Also

How to add messages