Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by zaket22
- local h = game.Workspace:FindFirstChild("Hint")
- if h == nil then
- local h = Instance.new("Message")
- h.Name = ("Hint")
- h.Parent = game.Workspace
- h.Text = "get r3kt m8"
- wait(999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999)--You can change the time/wait
- game.Workspace.Hint:Remove() --Don't delete you'll need this to get rid of the message
- end
Advertisement
Add Comment
Please, Sign In to add comment