#DataSave

1 messages · Page 1 of 1 (latest)

spring swan
#

im making a upgrade tree game and i need help with the datasave i need it so it saves the buttons you bought

sullen crater
#

here's what I would do:
Player buys a upgrade -> a boolean gets set to true for that upgrade
DataStores can store booleans, and some other data-types - so save the purchased boolean state for that upgrade.

spring swan
#

got any idea how to script that

sullen crater
#

@spring swan shoot me a DM