Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --GOTTA GO FAST/RUNNING IN THE 90S script by basstracker1970
- --Warning
- ---You May Be Deaf
- --After Running This
- --Script...
- --Press Z To Explode Your Self
- --Also Deaf Warning
- --On Z Move
- localplr = game.Players.LocalPlayer
- char = localplr.Character
- torso = char.Torso
- mouse = localplr:GetMouse()
- wait(1)
- char.Humanoid.WalkSpeed = 80
- sound = Instance.new("Sound",char)
- sound.SoundId = "rbxassetid://294997736"
- sound:Play()
- RIPEARS = Instance.new("DistortionSoundEffect")
- RIPEARS.Level = "75"
- RIPEARS.Parent = sound
- mouse.KeyDown:connect(function(key)
- if key == "z" then
- sound:Stop()
- sound2 = Instance.new("Sound",char.Torso)
- sound2.SoundId = "rbxassetid://633129949"
- sound2.Volume = "5"
- sound2:Play()
- RIPEARS2 = Instance.new("DistortionSoundEffect")
- RIPEARS2.Level = "75"
- RIPEARS2.Parent = sound2
- explode = Instance.new("Explosion",torso)
- explode.BlastRadius = "9999999"
- explode.Position = torso.Position
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement