I want to know how I would wait until ProfileService is ready to use.
This is what I tried:
function module.WaitUntilLoad(player)
return ProfileService.IsLive()
end
My code seems like it works because it prints after this:
but the profile is still nil.
ProfileService: Save your player data with ProfileService! (DataStore Module)