Advertisement
freeaddyfromcolby

Untitled

Oct 14th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. for i,v in pairs (game:GetService("ReplicatedStorage").Weapons:GetDescendants()) do
  2. if v and v.Name ~= "C4" and v.Name ~= "C4" and v:FindFirstChild("DMG") then
  3. v:FindFirstChild("DMG").Value = math.huge
  4. v:FindFirstChild("MinDmg").Value = math.huge
  5. v:FindFirstChild("Auto").Value = true
  6. v:FindFirstChild("ReloadTime").Value = 1
  7. v:FindFirstChild("PointsAward").Value = 100
  8. v:FindFirstChild("Penetration").Value = 100
  9. v:FindFirstChild("ArmorPenetration").Value = 100
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement