#Trying to make a ui that shows you a clickcash leaderstat
22 messages · Page 1 of 1 (latest)
r u trying to make the value display on a gui
what is the ClassName of click cash
whats a classname
yes
a property of all classes
an intvalue
what type of object is it
yeah
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
you would do this:
text = tostring(clickcash) -- tostring() attempts to change something in a string, returning nil (none) if impossible