#Trying to make a ui that shows you a clickcash leaderstat

22 messages · Page 1 of 1 (latest)

tame arrow
#

its not working plz help

forest lagoon
#

r u trying to make the value display on a gui

quasi plover
tame arrow
#

whats a classname

quasi plover
tame arrow
#

let me go check

#

what's a class

#

like children and stuff?

quasi plover
#

like what is clickcash

tame arrow
#

an intvalue

quasi plover
#

what type of object is it

quasi plover
#

thats a classsname

#

IntValue

#

so you are trying to change your text (which is a string)

#

to be a integer (int)

#

which is not possible

tame arrow
#

im trying to make the text into that integer

#

how would i do that

quasi plover
# tame arrow how would i do that

you would do this:

text = tostring(clickcash) -- tostring() attempts to change something in a string, returning nil (none) if impossible