Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local v = game.ServerStorage.Vehicule.OpelCorsa:Clone()
  2. for _, x in pairs(v.Body.Paint:GetChildren()) do
  3. if x.ClassName == "SpecialMesh" or x.ClassName == "MeshPart" or x.ClassName == "Part" then
  4. x.Color = Color3.fromRGB(36, 90, 143)
  5. end
  6. end
  7. v.Parent = game.Workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement