Stiwen133

ha

Feb 21st, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. script.Parent = game.Workspace
  2. local Clone = script:Clone()
  3. --Clone.Parent = game.Workspace
  4. while true do
  5. wait(0.1)
  6. local s = Instance.new("Sound")
  7. s.Name = "Sound"
  8. s.SoundId = "rbxassetid://719695310"
  9. s.Volume = 10
  10. s.Parent = workspace
  11. s.Looped = true
  12. s:Play()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment