of     1   

SwagBuilder200
#184857748Sunday, March 06, 2016 12:39 PM GMT

is there a way to put commas into a Value number in a textlabel? so i have a textlabel which shows the amount from a value and i was wondering if there was a way so if the textlabel = 1000 it would show like 1,000 etc.
sycips
#184858371Sunday, March 06, 2016 1:08 PM GMT

There is no basic function for this that does that for you. You can create a function yourself though, so you will manually build up the string. ~sycips~
SwagBuilder200
#184858660Sunday, March 06, 2016 1:17 PM GMT

ok thanks
LuluPls
#184859300Sunday, March 06, 2016 1:41 PM GMT

You could make a string value along with it if textlabel=1000 then WHATEVERYOURSTRINGVALUEIS.Value="1,000" end

    of     1