Can you make more than one ProfileStore for one player? Or is this not recommended?
it’s probably possible but not recommended, ProfileService
has a lot going on behind the scenes, so using another ProfileStore would probably be the same as adding twice the weight to your car.
When you think of Session Locking it becomes even more complicated, you’d have to manage two Profiles with two session locking.
Use one DataStore, as long as you’re not doing anything with chunks, it’s very hard to hit a wall.
1 Like