That script works, I've just ran it and it's fine. :)
It may be that you think a 'Hint' is a Message. They are both separate objects, the hint appears in a black bar at the top of your screen whilst the message covers your screen. Try change 'Instance.new("Hint",game.Workspace)' to 'Instance.new("Message",game.Workspace)'.
Hope this helps :) |