Hello developers, I’m trying to make a save system for my game using AssetService’s CreatePlaceAsync and SavePlaceAsync.
I can’t figure out how to use these functions due to a lack of documentation so I’m asking how to use them.
Any help with this is massively appreciated.
Thanks, MBroNetwork.
What are you trying to save exactly?
The place itself so that current progress isn’t lost in between sessions.
If you want to keep the progress you should use Data Store. CreatePlaceAsync
and SavePlaceAsync
. Are used to save and create a new place.
Here is a tutorial about Data Store
https://create.roblox.com/docs/scripting/data/data-stores
I figured this out through some minor research and experimentation, Thank you to those who tried to help.