Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

If I were to guess, your creator is an instance struct reference while the manual says that input is an object index or an instance index, meaning that struct ref is either just undocumented or undefined behaviour https://manual.yoyogames.com/#t=GameMaker_Language%2FGML_Reference%2FAsset_Management%2FInstances%2Finstance_exists.htm

didn't clarify that, creator is just an instance id

I bet not, try doing show_debug_message(creator) and show_debug_message(typeof(creator))