#There is a bug or something like that

1 messages · Page 1 of 1 (latest)

gentle summit
#

?

#

i cant send full script here

#

here it is can some one tell me problem

topaz lintel
#

hold on lemme look at it

#

what do you want out of it?

#

to save data?

#

because i could give you a script i use, its reliable for datastores for leaderstats

patent marten
#

what is the console output? What errors are you getting

gentle summit
#

i know it i forgot to add = sighn

topaz lintel
#

oh

gentle summit
#

i took ages to see it

#

but i want help on something else

topaz lintel
#

yes?

gentle summit
#

i did intvalue in replicated storge that i put value of it 1 so every click it gives 1
but i want each rebirth increase makes click value in replicated storge value increase 10%
like if it gives 1 per click next gives 1.1 , and when u get 2 rebirth it increase 1.1 by 10%

#

u know math calculation of it

topaz lintel
#

you want 1 + 0.1 each time?

hollow tendonBOT
#

studio** You are now Level 1! **studio

gentle summit
#

+10% not 0.1

topaz lintel
#

gimme a sec

#
-- In number, replace with the intvalue in replicated storage or wtv
local result = math.floor(number * (1 + (10/100)))
#

that should answer it

gentle summit
#

what is this ?!?!?

topaz lintel
#

math

#

adapted it to suit your needs

gentle summit
#

okk ty