#There is a bug or something like that
1 messages · Page 1 of 1 (latest)
i cant send full script here
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
here it is can some one tell me problem
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
what is the console output? What errors are you getting
i know it i forgot to add = sighn
oh
yes?
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
you want 1 + 0.1 each time?
** You are now Level 1! **
+10% not 0.1
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
what is this ?!?!?
okk ty