Hello all! I’m new to ProfileService, the DataStore module @loleris made. Everything is up and running fine, but I have a question for those with experience:
I’m trying to set up leaderstats with ProfileService.
Unlike DataStore2, I can’t find a Profile.Changed
event, so I have no idea when Profile.Data
is changed, and thus update the leaderstats. Should I just do a RunService.Heartbeat
connection that updates the leaderstats, or can anyone tell me a better way?