Advertisement
Guest User

RECOIL | BETA

a guest
Mar 28th, 2020
18,434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. player.CharacterAdded:Connect(function()
  3. wait(1)
  4. local scr = player.PlayerScripts.Shockwave
  5. getsenv(scr).Recoil = function() end
  6. getsenv(scr).SubAmmo = function() end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement