Hello, so I’m making an RPG game with Nom’s Modded Droplet’s RPG Kit and I wanna add a secret boss fight in another place. The problem is, I’m not sure how to sync the player’s levels, weapons etc. If anyone could help me with this I’d be extremely grateful. I know I haven’t provided much detail but I don’t know what other details I could add.
As long as all your places are made under the same experience, the data you save with DataStoreService can be retrieved and used in any place.
So you would load your data on your boss-place just like you would in the main one.
All the places where you need to use your data need to have the same framework for handling the data (giving the player their items, etc.).
So you would want to copy over all relevant scripts, items, etc. to your boss-place.