Advertisement
Meliodas0_0

Counter Blox| Inf Ammo.

Feb 12th, 2020
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Execute before deploying.
  2. Script:
  3. Code:
  4. for a,b in pairs(game:GetService("ReplicatedStorage").Weapons:GetDescendants()) do
  5. if b.Name == "Ammo" then
  6. b.Value = 9.0071993e+15
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement