Me and my friend are trying to make this silly game where you’re a chicken and you have to cross the road, but the cars are extremely fast so it is difficult to cross. Issue is, the cars work and everything, however don’t move.
This is the only part of the script that doesn’t work:
Can you print all 5 CFrames for me? (vclone.CFrame, CarSpawnParts[1] and [2], workspace.Map.Ignore.CarSpeedPart1 and CarSpeedPart2)
And tell me the order so I don’t get them mixed up, lol
Oh, you store the whole instance instead of just the CFrame.
Change the if statements to if vclone.CFrame == CarSpawnParts[1].CFrame and elseif vclone.CFrame == CarSpawnParts[2].CFrame
Its so we can put the cars at the right spawn place, so it’s the first of 2 car spawns. One is in the left lane of the road, one is in the right. 1 is the name of the part that it spawns at