I think this is a bug. I was trying to build a level and I changed one of my thang’s name but accidentally left it blank. Now whenever I try to go there it shows me this picture.
Did you save your level after changing the name?
Level edits that you haven’t saved yet are stored in local storage. Try doing
localStorage.clear();
in your browser’s console to erase all changes you haven’t saved.
1 Like
Thanks!
(Post must be twenty characters)