Global Variables and object name mixup bug

I had a global variable named score and a text object named score but as they were the same name it was showing the global variable in the events as red underlined and as I changed the name of the text object it was completely fine

This is not a bug, but it’s how the new variables system work. Variables (global / scene) and objects can no longer have the same name.

2 Likes