Advertisement
cuepointthekid

Untitled

Jul 4th, 2016
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id=298676114" -- Type your music ID here
  5. s.Volume = 10 -- 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)
  17.  
  18. for i = 1, math.huge do
  19. body = Instance.new("Message")
  20. body.Text = "H E O P E N E D T H A T W I N D O W"
  21. body.Parent = game.Workspace
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement