Advertisement
gothblood

RRP;R Color Changer

Aug 22nd, 2019
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. -----made by gorestory/Godv2---- ---if you dont know how to use it dm me-----
  2. while true do
  3. print("Made by Godv2 aka gorestory")
  4. wait(0.5)
  5. ----------
  6. local A_1 = BrickColor.new("White")
  7. local A_2 = "White"
  8. local Event = game:GetService("ReplicatedStorage").Remotes.Vehicle.ColorVehicle
  9. Event:FireServer(A_1, A_2)
  10. wait(0.1)
  11. -----------
  12. local A_1 = BrickColor.new("Bright violet")
  13. local A_2 = "Purple"
  14. local Event = game:GetService("ReplicatedStorage").Remotes.Vehicle.ColorVehicle
  15. Event:FireServer(A_1, A_2)
  16. wait(0.1)
  17. ------------
  18. local A_1 = BrickColor.new("Dark green")
  19. local A_2 = "Green"
  20. local Event = game:GetService("ReplicatedStorage").Remotes.Vehicle.ColorVehicle
  21. Event:FireServer(A_1, A_2)
  22. wait(0.1)
  23. ------------
  24. local A_1 = BrickColor.new("Medium stone grey")
  25. local A_2 = "Blue"
  26. local Event = game:GetService("ReplicatedStorage").Remotes.Vehicle.ColorVehicle
  27. Event:FireServer(A_1, A_2)
  28. wait(0.1)
  29. ----------
  30. local A_1 = BrickColor.new("Bright red")
  31. local A_2 = "Blue"
  32. local Event = game:GetService("ReplicatedStorage").Remotes.Vehicle.ColorVehicle
  33. Event:FireServer(A_1, A_2)
  34. wait(0.1)
  35. -------
  36. local A_1 = BrickColor.new("Bright yellow")
  37. local A_2 = "Yellow"
  38. local Event = game:GetService("ReplicatedStorage").Remotes.Vehicle.ColorVehicle
  39. Event:FireServer(A_1, A_2)
  40. wait(0.1)
  41. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement