Advertisement
Daniel555ok

BAD BUSINESS NO RECOIL

May 20th, 2020
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. --[[
  2. [!] Created by Greekazo@v3rm.net (https://v3rmillion.net/member.php?action=profile&uid=1604735)
  3. [!] Please be sure to give credits to the author of this script (^)
  4. ]]
  5. for a,b in pairs(getgc(true)) do
  6. if type(b) == "table" and rawget(b,"Recoil") then
  7. b.Recoil = Vector3.new(0, 1, 0);
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement