Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local sound = Instance.new("Sound", game.Workspace)
- sound.PlayOnRemove = true
- sound.Looped = true
- sound.SoundId = "rbxassetid://873336195"
- while true do
- sound.TimePosition = 75
- sound:Play()
- wait(40)
- end
Add Comment
Please, Sign In to add comment