KilluaGod

Repeat test

Oct 6th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. player = game.Players.LocalPlayer
  2. char = player.Character
  3. Torso=char.Torso
  4.  
  5. while true do
  6. kkk1 = Instance.new("Sound",Torso)
  7. kkk1.Volume = 25
  8. kkk1.PlaybackSpeed = 1
  9. kkk1.Pitch = 1
  10. kkk1.SoundId = "rbxassetid://1047429474"
  11. kkk1:Play()
  12. kkk1.Name = "a"
  13. kkk1.Looped = false
  14. wait(26.5)
  15. kkk1.SoundId = "rbxassetod://0"
  16. end
Add Comment
Please, Sign In to add comment