I tried everything and the text doesn't want to show up at the top of the screen.
h = Instance.new("Hint", game.Workspace)
h.Text = "jdfjafjafpa"
It shows the hint bar but it doesn't show it with the text.
I do not have any free models in the game. I don't like using free models.
Hint and Message still work because I just tested them and had no problem with doing this.
You must have another script in your place causing the problem. Perhaps their is a Hint overlapping the one you created? Anyway, I have provided how making a Hint/Message would be, and they're similar to yours. Just try creating them in a different place then look in your original place for the problem. Perhaps a free model is screwing with you?
m = Instance.new("Message", game.Workspace) m.Text = "This is a Message."
h = Instance.new("Hint", game.Workspace) h.Text = "This is a Hint."
I will mention that making it game.Workspace or just Workspace will not matter, nor do my variables for message and hint either!
I know Hints and Messages never work for me! Like the guy said "A free model might be screwing with you?" and It's probably true.