SWFL Script | CAR COLOR RANDOMIZER, RAINBOW CAR

Created by LegoGameSploit

Features:

  • CAR COLOR RANDOMIZER
  • RAINBOW CAR

I think it requires the custom car color gamepass
1. Spawn car
2. Execute

local cars = game:GetService("Workspace"):WaitForChild("Cars"):GetChildren()
local car
for carindex = 1, #cars do
   v = cars[carindex]
   print(v.Name)
   if v.PlayerLoc.Value == game.Players.LocalPlayer then
       car = v
       remote = v["Prop_FE"]
       break
   end
end
while true do
       p1 = car:WaitForChild("Body").Main.Color
       p2 = math.random(1,255)
       p3 = math.random(1,255)
       p4 = math.random(1,255)
       p1.Color = Color3.fromRGB(p2, p3, p4);
       remote:FireServer("UpdateColor", p1, p2, p3, p4);
       wait(1)
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS