local StuffToSave = { Coins = 0; } local profileStore = profileService.GetProfileStore("Data", StuffToSave)
The given code is giving me an error, as the title says. Tried many different ways on fixing this issue, but couldn't find a necessary change. Help would be appreciated!
i think u shouldn’t put this “;” next to the coin, i don’t know what that symbol is called, but usually u don’t put a comma at the end of a table