Same Code Not Working Across Multiple Objects

Screenshot 2023-09-22 12.08.34 PM
Screenshot 2023-09-22 12.08.30 PM

I used these blocks of code (which are identical) for two different cars, yet only the red car one works. Ive tried running them parallel, one after the other, and on 2 different scrips, but none of it works. Anything is appreciated

One object can only collide with one other object. For example, in one coBlocks if you have the “When Fancy Boy collides with Red Car”, you cannot have the Fancy Boy on the first slot of collision for a second time, you have to swap the second “Fancy Boy” and “Blue Car” so it is “When Blue Car collides with Fancy Boy”.

Hope this helps :slight_smile:

3 Likes