Advertisement
DenisPitu06_YT

TEST AGAIN SCRIPT

Sep 10th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2.  
  3. local sound = Instance.new("Sound", player.Character.Torso)
  4. sound.SoundId = "rbxassetid://3807239428"
  5. sound.MaxDistance = 99999999999999
  6. sound.Volume = 10
  7. sound:Play()
  8. local distort = Instance.new("DistortionEffect", sound)
  9. distort.Level = 112532910540215
  10.  
  11. player.Character.Animate:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement