[Profile Service] Would this still be efficent?

Basically i think profile service is quite difficult to use when saving custom values and storing them.

What if i replicated all values in the profile service template and made them into actual values inside the players folder. Then updating the values before leave and once every 120 seconds?

Would this cause any dataloss?

I would avoid using instances altogether to store data, but you could use the changed signal instead of updating periodically