Advertisement
c57ksecond

Untitled

May 9th, 2022
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 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'Fire' or v:FindFirstChild'Click' 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 = "Neon"
  9. Part.Color = Color3.fromRGB(13, 105, 172)
  10. end
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement