Advertisement
mr2meows

awgswtfrdh

Mar 12th, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for i,v in pairs(owner.Character:GetChildren()) do
  2. if v:IsA("BasePart") then do
  3. v.BrickColor = BrickColor.New("Medium Blue")
  4. end
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement