#multiplier

1 messages · Page 1 of 1 (latest)

dense ingot
#

please watch this quick video https://medal.tv/games/roblox-studio/clips/kJOOExh4YNqVK51sS?invite=cr-MSxnTjIsMjYzNzIwOTYw everytime i click after the upgrade is bought i want it so i get 2 rotcoins everytime at 1 click but im a bit confused on how to do that. (NO i didnt use chatgpt, im learning for 2 weeks rn and its going great. Map is a free model.)

Watch Untitled by wassilpasil and millions of other Roblox Studio videos on Medal. Tags: Roblox Studio

▶ Play video
cold pike
#

and then do

#

Rotcoins.Value += 1 * Rebirths

dense ingot
#

do?

#

can you explain it a bit so i can learn from it

cold pike
#

do yk attributes

#

or integer values

dense ingot
#

didnt learn that yet🥀

#

wait

#

i might have

cold pike
#

integer value

dense ingot
#

yes i know that

cold pike
#

ok so create one for rebirths

#

and everytime someone buys

#

do rebirth.Value += 1

#

by default set the value to 1

dense ingot
#

but that adds a point to the rebirth only right

cold pike
#

like

#

wait

#

with this you just add a line

#

rebirth.Value += 1

#

then

#

go to

#

and here do

#

Rotscons.Value += 1 * rebirths.Value

dense ingot
#

so when i do that, every click from then on counts as 2 rotcoins right

cold pike
#

what it will do it

#

for example it adds 1 rn

#

after someone rebirths

#

their rebirth is set to 2

#

so now it does

#

1 * 2

#

which is 2

dense ingot
#

aaah

cold pike
#

1 is not really needed but its good ifyou are planning to change it later

dense ingot
#

i understand

#

tysm for helping and explaining