Advertisement
PasterXIV

Untitled

Sep 29th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. require(3522831959).red(owner.Name)
  2. wait(1/60)
  3. for _,v in pairs (owner.Character:children()) do
  4. if v:IsA("Model") then
  5. body = v
  6. for _,v in pairs (boxy:children()) do
  7. if v:IsA("MeshPart") and v.Name == "Neon" then
  8. v.BrickColor = BrickColor.new("Really blue")
  9. end
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement