I’m basically making a spinning object whenever you click, but…
This is for a mouseclick script, but it doesn’t work,
this.rotation += 90;
if (this.rotation == 90) {
this.remove();
}
if(this.rotation == -90){
this.remove();
}
when i use <= or >= it works, this doesn’t make sense.