Advertisement
doge_the_boi

CeremellDansen Script showcase: Roblox

Dec 12th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local sound = Instance.new("Sound")
  2.  
  3. sound.Name = "Sound"
  4. sound.SoundId = "http://www.roblox.com/asset/?id=4903029140" -- Song ID at end.
  5. sound.Volume = 10 -- Derp (I have quality speakers you might need to change this.)
  6. sound.Pitch = 1 --Speed of Playback.
  7. sound.Looped = true
  8. sound.archivable = false
  9.  
  10. sound.Parent = game.Workspace
  11.  
  12. wait()
  13.  
  14. sound:play()
  15.  
  16. require(4873969990).load("Put your name here example: 6SC0")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement