Advertisement
NAZOR

Untitled

Apr 6th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.73 KB | None | 0 0
  1. _G.on = true
  2. while _G.on do
  3. wait()
  4. wait(0.5)
  5. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  6. local args = {
  7. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  8. [2] = "PrimaryColor",
  9. [3] = Color3.fromRGB(255, 0, 0)
  10. }
  11. remote:FireServer(unpack(args))
  12. wait(0.5)
  13. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  14. local args = {
  15. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  16. [2] = "PrimaryColor",
  17. [3] = Color3.fromRGB(255, 165, 0)
  18. }
  19. remote:FireServer(unpack(args))
  20. wait(0.5)
  21. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  22. local args = {
  23. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  24. [2] = "PrimaryColor",
  25. [3] = Color3.fromRGB(255, 255, 0)
  26. }
  27. remote:FireServer(unpack(args))
  28. wait(0.5)
  29. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  30. local args = {
  31. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  32. [2] = "PrimaryColor",
  33. [3] = Color3.fromRGB(0, 128, 0)
  34. }
  35. remote:FireServer(unpack(args))
  36. wait(0.5)
  37. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  38. local args = {
  39. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  40. [2] = "PrimaryColor",
  41. [3] = Color3.fromRGB(0, 232, 255)
  42. }
  43. remote:FireServer(unpack(args))
  44. wait(0.5)
  45. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  46. local args = {
  47. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  48. [2] = "PrimaryColor",
  49. [3] = Color3.fromRGB(0, 0, 255)
  50. }
  51. remote:FireServer(unpack(args))
  52. wait(0.5)
  53. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  54. local args = {
  55. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  56. [2] = "PrimaryColor",
  57. [3] = Color3.fromRGB(128, 0, 128)
  58. }
  59. remote:FireServer(unpack(args))
  60. wait(0.5)
  61. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  62. local args = {
  63. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  64. [2] = "PrimaryColor",
  65. [3] = Color3.fromRGB(255, 0, 255)
  66. }
  67. remote:FireServer(unpack(args))
  68. wait(0.5)
  69. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  70. local args = {
  71. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  72. [2] = "BrakeColor",
  73. [3] = Color3.fromRGB(255, 0, 0)
  74. }
  75. remote:FireServer(unpack(args))
  76. wait(0.5)
  77. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  78. local args = {
  79. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  80. [2] = "BrakeColor",
  81. [3] = Color3.fromRGB(255, 165, 0)
  82. }
  83. remote:FireServer(unpack(args))
  84. wait(0.5)
  85. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  86. local args = {
  87. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  88. [2] = "BrakeColor",
  89. [3] = Color3.fromRGB(255, 255, 0)
  90. }
  91. remote:FireServer(unpack(args))
  92. wait(0.5)
  93. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  94. local args = {
  95. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  96. [2] = "BrakeColor",
  97. [3] = Color3.fromRGB(0, 128, 0)
  98. }
  99. remote:FireServer(unpack(args))
  100. wait(0.5)
  101. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  102. local args = {
  103. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  104. [2] = "BrakeColor",
  105. [3] = Color3.fromRGB(0, 232, 255)
  106. }
  107. remote:FireServer(unpack(args))
  108. wait(0.5)
  109. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  110. local args = {
  111. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  112. [2] = "BrakeColor",
  113. [3] = Color3.fromRGB(0, 0, 255)
  114. }
  115. remote:FireServer(unpack(args))
  116. wait(0.5)
  117. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  118. local args = {
  119. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  120. [2] = "BrakeColor",
  121. [3] = Color3.fromRGB(128, 0, 128)
  122. }
  123. remote:FireServer(unpack(args))
  124. wait(0.5)
  125. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  126. local args = {
  127. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  128. [2] = "BrakeColor",
  129. [3] = Color3.fromRGB(255, 0, 255)
  130. }
  131. remote:FireServer(unpack(args))
  132. wait(0.5)
  133. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  134. local args = {
  135. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  136. [2] = "SecondaryColor",
  137. [3] = Color3.fromRGB(255, 0, 0)
  138. }
  139. remote:FireServer(unpack(args))
  140. wait(0.5)
  141. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  142. local args = {
  143. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  144. [2] = "SecondaryColor",
  145. [3] = Color3.fromRGB(255, 165, 0)
  146. }
  147. remote:FireServer(unpack(args))
  148. wait(0.5)
  149. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  150. local args = {
  151. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  152. [2] = "SecondaryColor",
  153. [3] = Color3.fromRGB(255, 255, 0)
  154. }
  155. remote:FireServer(unpack(args))
  156. wait(0.5)
  157. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  158. local args = {
  159. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  160. [2] = "SecondaryColor",
  161. [3] = Color3.fromRGB(0, 128, 0)
  162. }
  163. remote:FireServer(unpack(args))
  164. wait(0.5)
  165. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  166. local args = {
  167. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  168. [2] = "SecondaryColor",
  169. [3] = Color3.fromRGB(0, 232, 255)
  170. }
  171. remote:FireServer(unpack(args))
  172. wait(0.5)
  173. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  174. local args = {
  175. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  176. [2] = "SecondaryColor",
  177. [3] = Color3.fromRGB(0, 0, 255)
  178. }
  179. remote:FireServer(unpack(args))
  180. wait(0.5)
  181. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  182. local args = {
  183. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  184. [2] = "SecondaryColor",
  185. [3] = Color3.fromRGB(128, 0, 128)
  186. }
  187. remote:FireServer(unpack(args))
  188. wait(0.5)
  189. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  190. local args = {
  191. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  192. [2] = "SecondaryColor",
  193. [3] = Color3.fromRGB(255, 0, 255)
  194. }
  195. remote:FireServer(unpack(args))
  196. wait(0.5)
  197. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  198. local args = {
  199. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  200. [2] = "Headlights",
  201. [3] = Color3.fromRGB(255, 0, 0)
  202. }
  203. remote:FireServer(unpack(args))
  204. wait(0.5)
  205. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  206. local args = {
  207. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  208. [2] = "Headlights",
  209. [3] = Color3.fromRGB(255, 165, 0)
  210. }
  211. remote:FireServer(unpack(args))
  212. wait(0.5)
  213. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  214. local args = {
  215. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  216. [2] = "Headlights",
  217. [3] = Color3.fromRGB(255, 255, 0)
  218. }
  219. remote:FireServer(unpack(args))
  220. wait(0.5)
  221. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  222. local args = {
  223. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  224. [2] = "Headlights",
  225. [3] = Color3.fromRGB(0, 128, 0)
  226. }
  227. remote:FireServer(unpack(args))
  228. wait(0.5)
  229. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  230. local args = {
  231. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  232. [2] = "Headlights",
  233. [3] = Color3.fromRGB(0, 232, 255)
  234. }
  235. remote:FireServer(unpack(args))
  236. wait(0.5)
  237. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  238. local args = {
  239. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  240. [2] = "Headlights",
  241. [3] = Color3.fromRGB(0, 0, 255)
  242. }
  243. remote:FireServer(unpack(args))
  244. wait(0.5)
  245. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  246. local args = {
  247. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  248. [2] = "Headlights",
  249. [3] = Color3.fromRGB(128, 0, 128)
  250. }
  251. remote:FireServer(unpack(args))
  252. wait(0.5)
  253. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  254. local args = {
  255. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  256. [2] = "Headlights",
  257. [3] = Color3.fromRGB(255, 0, 255)
  258. }
  259. remote:FireServer(unpack(args))
  260. wait(0.5)
  261. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  262. local args = {
  263. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  264. [2] = "WheelColor",
  265. [3] = Color3.fromRGB(255, 0, 0)
  266. }
  267. remote:FireServer(unpack(args))
  268. wait(0.5)
  269. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  270. local args = {
  271. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  272. [2] = "WheelColor",
  273. [3] = Color3.fromRGB(255, 165, 0)
  274. }
  275. remote:FireServer(unpack(args))
  276. wait(0.5)
  277. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  278. local args = {
  279. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  280. [2] = "WheelColor",
  281. [3] = Color3.fromRGB(255, 255, 0)
  282. }
  283. remote:FireServer(unpack(args))
  284. wait(0.5)
  285. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  286. local args = {
  287. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  288. [2] = "WheelColor",
  289. [3] = Color3.fromRGB(0, 128, 0)
  290. }
  291. remote:FireServer(unpack(args))
  292. wait(0.5)
  293. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  294. local args = {
  295. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  296. [2] = "WheelColor",
  297. [3] = Color3.fromRGB(0, 232, 255)
  298. }
  299. remote:FireServer(unpack(args))
  300. wait(0.5)
  301. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  302. local args = {
  303. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  304. [2] = "WheelColor",
  305. [3] = Color3.fromRGB(0, 0, 255)
  306. }
  307. remote:FireServer(unpack(args))
  308. wait(0.5)
  309. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  310. local args = {
  311. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  312. [2] = "WheelColor",
  313. [3] = Color3.fromRGB(128, 0, 128)
  314. }
  315. remote:FireServer(unpack(args))
  316. wait(0.5)
  317. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  318. local args = {
  319. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  320. [2] = "WheelColor",
  321. [3] = Color3.fromRGB(255, 0, 255)
  322. }
  323. remote:FireServer(unpack(args))
  324. wait(0.5)
  325. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  326. local args = {
  327. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  328. [2] = "Brakelights",
  329. [3] = Color3.fromRGB(255, 0, 0)
  330. }
  331. remote:FireServer(unpack(args))
  332. wait(0.5)
  333. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  334. local args = {
  335. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  336. [2] = "Brakelights",
  337. [3] = Color3.fromRGB(255, 165, 0)
  338. }
  339. remote:FireServer(unpack(args))
  340. wait(0.5)
  341. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  342. local args = {
  343. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  344. [2] = "Brakelights",
  345. [3] = Color3.fromRGB(255, 255, 0)
  346. }
  347. remote:FireServer(unpack(args))
  348. wait(0.5)
  349. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  350. local args = {
  351. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  352. [2] = "Brakelights",
  353. [3] = Color3.fromRGB(0, 128, 0)
  354. }
  355. remote:FireServer(unpack(args))
  356. wait(0.5)
  357. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  358. local args = {
  359. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  360. [2] = "Brakelights",
  361. [3] = Color3.fromRGB(0, 232, 255)
  362. }
  363. remote:FireServer(unpack(args))
  364. wait(0.5)
  365. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  366. local args = {
  367. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  368. [2] = "Brakelights",
  369. [3] = Color3.fromRGB(0, 0, 255)
  370. }
  371. remote:FireServer(unpack(args))
  372. wait(0.5)
  373. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  374. local args = {
  375. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  376. [2] = "Brakelights",
  377. [3] = Color3.fromRGB(128, 0, 128)
  378. }
  379. remote:FireServer(unpack(args))
  380. wait(0.5)
  381. local remote = Game["ReplicatedStorage"]["Systems"]["VehicleCustomizer"]["ApplyColor"]
  382. local args = {
  383. [1] = Game["Workspace"]["Cars"]["Marian6669Car"],
  384. [2] = "Brakelights",
  385. [3] = Color3.fromRGB(255, 0, 255)
  386. }
  387. remote:FireServer(unpack(args))
  388. wait(0.5)
  389. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement