I took a peek at your project - Just a guess from a quick look, but, I think perhaps LocalStorage is being used incorrectly.
Usually you would use a "Get Wardrobe4" action within your "On Created" event (You can then use "Wait until previous actions" and then set the bee animation, all in 1 event, no need for triggers!)
Currently, the only "Get Wardrobe4" event is placed within a LocalStorage trigger event. Trigger's will never run unless an action elsewhere prompts the trigger to run
If you have Discord, I am happy to try and help out, and there is also the community Discord where you might find some assistance too.
EDIT: On more thinking, if you did use "Wait until previous actions", then that wouldn't take into account "On Exists" failing - Perhaps it's worth setting a default value for LocalStorage at the start of layout, so it will always have a value and will never need to check "On Exists".