Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent = game.Workspace
- local Clone = script:Clone()
- --Clone.Parent = game.Workspace
- while true do
- wait(0.1)
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "rbxassetid://719695310"
- s.Volume = 10
- s.Parent = workspace
- s.Looped = true
- s:Play()
- end
Advertisement
Add Comment
Please, Sign In to add comment