Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local sound = Instance.new("Sound", player.Character.Torso)
- sound.SoundId = "rbxassetid://3807239428"
- sound.MaxDistance = 99999999999999
- sound.Volume = 10
- sound:Play()
- local distort = Instance.new("DistortionEffect", sound)
- distort.Level = 112532910540215
- player.Character.Animate:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement