My info: * What I was told: * There’s only supposed to be 1 cop on screen at a time but the code that’s supposed to cap out the cops so they don’t spawn forever is bugging. The other bug is the cops not moving when they’re supposed to. * How I fixed: * The variable supposed to cap the cop cars was set to [for this sprite only], and each clone counts as it's own sprite and makes its own variable, so they were not changing it on creation. * The variable to move the cops was NOT set to for this sprite only, and you never actually changed the variable anyways... the player x ALSO never changed, so I fixed both of those! (Also fixed rotation and a few other things...) Info: * Yes, you can use this code, but please give credit! * Hello! Credit: @More_legittoast for most code @-Alligamer for fixing bugs His Stuff: THIS GAME IS IN PROGRESS, DO NOT EXPECT A FUNCTIONING GAME. Also, I code slow. How to play : Use arrow keys / WASD / finger / mouse to move your car, avoid other in-coming car, stay away from the border, and dodge the not-so-functional cops.