anphu04

bypassed audio 2

Jul 6th, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local sound = Instance.new("Sound", game.Workspace)
  2. sound.PlayOnRemove = true
  3. sound.Looped = true
  4. sound.SoundId = "rbxassetid://873336195"
  5.  
  6. while true do
  7. sound.TimePosition = 75
  8. sound:Play()
  9. wait(40)
  10. end
Add Comment
Please, Sign In to add comment