Advertisement
Meliodas0_0

JB infinite ammo

Feb 29th, 2020
882
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Pretty straight forward just change "NAMEOFITEM" to whatever is in the list
  2. Code:
  3. --[[
  4. Change name of item to either:
  5. Shotgun
  6. Taser
  7. Pistol
  8. Swatgun
  9. ]]
  10. game.Players.LocalPlayer.Backpack.Pistol.Bullets.Value = math.huge
  11. Change name of item to either:
  12. Shotgun
  13. Taser
  14. Pistol
  15. Swatgun
  16. ------------------
  17. You can take my KeyCard script if you want aswell
  18. Code:
  19. local Event = game:GetService("ReplicatedStorage").PickPocket
  20.  
  21. Event:FireServer()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement