Hi,
I'm trying to wait 5 seconds before saving my player data and it seems that "player" is nil when the SavePlayerAccount function runs.
My code is:
I'm trying to wait 5 seconds before saving my player data and it seems that "player" is nil when the SavePlayerAccount function runs.
My code is:
Code:
Delay(5000, function(player) SavePlayerAccount(player) end)
Comment