This isn't vital, as I already have a way around this but is there a way to reset a key in a datastore back to nil?
Since you can't pass nil to :SetAsync()
, and :RemoveAsync()
doesn't set the key's value to nil, is there any other methods to do so? Again this is out of pure curiosity, but if there is a way to do this I can definitely make optimizations to my datastore functions.
Thank you in advance.