Go to the code that starts the Hotbar and add the Persistent to the Hotbar object, do this with the slots as well. Something like this: Var inst = instance_creat...... inst.persistence = true;
Thank you so much for the detailed explanation! I tried adding the inst.persistence = true as you suggested, and it resolved my issue. The hotbar now stays intact when switching rooms without any problems. I really appreciate your help