Advertisement
cuepointthekid

Untitled

Jul 4th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id=387198077" -- Type your music ID here
  5. s.Volume = 2 -- this is the Volume
  6. s.Pitch = 1 -- tis is the pich
  7. s.Looped = true
  8. s.archivable = false
  9.  
  10. s.Parent = game.Workspace
  11.  
  12. wait(0)
  13.  
  14. s:play()
  15.  
  16. wait (0.1)
  17.  
  18. for i = 1, math.huge do
  19. wait(0.1)
  20. script.Parent.Locked = true
  21. wait(0.1)
  22. wait (0.1)
  23. body = Instance.new("Message")
  24. body.Text = "IF I DIE I'M A LEGEND"
  25. body.Parent = game.Workspace
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement