#trying to do *tonumber* to a string and have it equal a value but its not working

1 messages · Page 1 of 1 (latest)

calm tangle
#

script.parent.text = a number and when I send it over to the other local script this happens and I dont know why they wont equal

#

1st script fires, 2nd script receives then fires, 1st script receives coinsamount

small comet
#

js remove the tonumber on the text thingy

#

you’re basically doing tonumber(something) = tonumber(other thing)

#

doesn’t work