Advertisement
c57ksecond

n

Sep 17th, 2021
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  2. if v:IsA'Tool' and v:FindFirstChild'Ammo' or v:FindFirstChild'MaxAmmo' then
  3. for _,Part in pairs(v:GetDescendants()) do
  4. if Part:IsA'UnionOperation' or Part:IsA'Part' or Part:IsA'MeshPart' then
  5. if Part:IsA'UnionOperation' then
  6. Part.UsePartColor = true
  7. end
  8. Part.Material = "Granite"
  9. end
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement