RoomaticViner

MessageScript.txt

Mar 26th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. --Made by SP_RoXploit (RoomaticViner)
  2. --Help from JJS_Moderate.
  3. local h = game.Workspace:FindFirstChild("Hint")
  4.  
  5. if h == nil then
  6. local h = Instance.new("Message")
  7. h.Name = ("Hint")
  8. h.Parent = game.Workspace
  9. h.Text = "SP_RoXploit, Your king has joined."
  10. wait(5)--You can change the time/wait
  11. game.Workspace.Hint:Remove() --Don't delete you'll need this to get rid of the message
  12.  
  13. end
Advertisement
Add Comment
Please, Sign In to add comment