#A (preferably easy) way to store custom player settings
1 messages · Page 1 of 1 (latest)
You could use dynamic properties
but you could also use tags or a database
Are there any restrictions with these methods?
Nope
1 messages · Page 1 of 1 (latest)
I'm looking for suggestions on how I could store player settings such that they don't change after leaving the world. The settings come many types like booleans, strings or arrays so the method should be flexible. I'm using typescript for the project in case anyone decides to ask.
You could use dynamic properties
but you could also use tags or a database
Are there any restrictions with these methods?
Nope