#How do I make an upgrade tree

1 messages · Page 1 of 1 (latest)

unique kiln
#

I just want to find out:

  1. How to make a stat - and it make it increase per second while the increase being able to be affected by upgrades like x2.

  2. How to make costs - how much of a value you need to interact with an upgrade

  3. How to make upgrades affect the stat increases
    I am NOT trying to make reset layers, levels and xp, or anything non-related to the upgrades.

I'm extremely new to studio and not a full developer, so a simplified guide would help, thanks!

mental grove
unique kiln
mental grove
#
  1. make leaderstats and use while true do with a 1 second wait to +1 of whatever value to players

  2. check if the player has >= currency.Value

  3. confusing

#

that’s how.

mental grove
#

you can’t create stuff with a few button clicks

unique kiln
#

oh alright, thank you for the basics though