Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local model = script.Parent.Parent.Mode1
  2. for _,v in pairs(model:GetChildren()) do
  3. if v:IsA("Loaner") then
  4. v.BrickColor = BrickColor.new("Bright red")
  5. v.CanCollide = true
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement