#How to save table in datastore?
5 messages · Page 1 of 1 (latest)
Literally just :SetAsync(Key,Table)
Or :UpdateAsync(key,function() --update info function)
DevForum | Roblox
A lot of people have made posts on how to convert their systems to use UpdateAsync because UpdateAsync is better according to this post by @ForeverHD. This post has a lot of already existing opinions and it does share a lot of what I am gonna say, however I’ll try packing in more updated and more specific details. What is different with :U...
I will have a read through that page