How to make classic roblox popups

you know how in those classic games, or even those classic type myth games, on the top of the screen there is a black gui with text? would i have to recreate that with gui elements, or is there something i have to do

1 Like

Try inserting a “Hint” in workspace. You probably should use UIElements for more customizability though.

explain “Hint” where is it, is it called hint

Hint is an old roblox instance used to display on the top of the screen before ScreenGui’s existed. It has a text or message property that you can change to show different text. I think its deprecated so you have to either allow deprecated items to show in the insert menu or type this in the command line

Instance.new("Hint").Parent = workspace
1 Like

Hint is unforunately a deprecated class, though I’ve recreated hints already using GUIs, if that helps, @RinkyD1nk.

See here. Unforunately, ROBLOX has a limit on what can be uploaded to the Marketplace per month, so I’ve attached it below instead!

hint.rbxm (4.6 KB)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.