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

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
m RBX.Lua.Hint moved to RBX.Lua.Hint (Object)
>Mindraker
See also
Line 13: Line 13:
==Events==
==Events==
The Hint only incorporates the global events.
The Hint only incorporates the global events.
== See Also ==
[[How_to_add_messages|How to add messages]]


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

Revision as of 15:57, 20 August 2008

The Hint object allows you to place a hit or a message in a small black bar at the bottom of the screen, just above the Chat Bar. This lets you make messages, hints, and other things for people to read. NOTE: If the Parent is a Player, then the Hint will be visible to just that player. If the Parent is the Workspace, then the Hint will be visible to everyone.

Functions

The Hint only incorporates the global functions.

Properties

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

Events

The Hint only incorporates the global events.

See Also

How to add messages