Hi, I am on 2024.6.1 but it didn't work at first.
I had to put the "UI" object manually in the first room and delete the lines
// Check if UI object exists, if not create it
if (!instance_exists(UI)) {
var _id = room_instance_add(room_first, -1, -1, UI);
}
I am not shure, but those lines are in a script, when this gets executed, is it possible that there are instances already created? I think they are executed before any instances are created, so checking if an instances exists makes no sense?