Per player data storage
I need to store data per-player using data storage. I've already theorized about how I could do it by username, by uuid, by score etc. but they never seem to work out for my use case for one reason or another. Is there a good way to do this?
Continue to help post