top of page

GET EVERY CAR CAR CRASH TEST MOBILE SCRIPT

  • Writer: aktasenesfurkan23
    aktasenesfurkan23
  • Jun 15, 2024
  • 1 min read


-- Change the Number 9 to the Numbered car you like in the spawn Car GUI For Example if You Change it to 1 then it will Spawn the First Car in The Spawn Car GUI
local args = {
    [1] = "carcrash9"
}

game:GetService("ReplicatedStorage"):WaitForChild("SpawnCar"):FireServer(unpack(args)) 



Comments


RobloxScriptCode

©2024, RobloxScriptCode.

bottom of page