How to Make Upgrade System

  1. **What do you want to achieve?
    I am trying to make Upgrade system. There is a gui which contains some buttons and each button upgrades a specific thing, like coin multiplier, player’s speed, things like that.

  2. What is the issue?
    I want help regarding how can i achieve such system.

  3. What solutions have you thought of so far?
    I made this system using module scripts and int values how ever that made the system too complicated and was not efficient. And I am now thinking of DataStores could be used for this purpose?

I just want a bit guide on how can I achieve this system. I tried looking for references but could not find anywhere.

You should probably use datastores however they’re a bit of a headache so maybe use profileservice which is basically datastores but easier Basic Usage - ProfileService

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.