Problems with datastores

:SetAsync() does save the data but it doesn’t return anything as argument when it finishes it’s job so there is no need for that data variable.
Unless you intended to use :GetAsync() which only takes one parameter and returns the available data from the given key.

1 Like