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

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "{{CatUp|Class reference}} 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...")
 
mNo edit summary
 
Line 1: Line 1:
{{CatUp|Class reference}}
{{CatUp|Class reference}}
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.
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.


Line 18: Line 17:
[[How_to_add_messages|How to add messages]]
[[How_to_add_messages|How to add messages]]


[[Category:Goodblox Lua Objects]]
[[Category:GoodBlox Lua Objects]]

Latest revision as of 20:05, 23 September 2021

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