Bug in enginge need help

I found a bug i need some help with anytime a number more than 3 digitd id entered it adds an empty space then keeps going so for example my stacksize is 9999 it sidplays 9 999 and when i try and craft 999 gives a negative output and it does the same thing 9 999


heres an example of what im talking about mabey theres a max sigit input in the system that i need to change i dont know what but its messing eith any number related task inventory stacking crafting ect… i found most of the errors but still cant find wy my crafting input still adds commas cant find any more groupingd

How are you converting the number to text?
I also see an X there… x9 999

let me check if i am but its happening in more than one place

I think it would be nice if you show code you are using…
An X at the beginning of a number like (x9 999) could be a hexadecimal number… That’s why I suspect that you are doing an incorrect conversion of the number to String or Text.

it looks like it was the grouping there were like 27 of them all set to group they should be set to grouping false by defualt lol thaks for the help though

you are welcome

I still found one issue in my input system

hers all the related code cant find any groupings
thers one more funcion as well if you need it let me know ill paste it but couldnt fnd anything

I think Epic should do something with this website.
Half a page is empty and the tiny print cannot be read.

Maybe there you are compared to… nothing? :slight_smile:

its a 0 but 0 doesnt show up in the clueprint page for some reason i finally found the culprit lol it was a widget that i forgot was attached to the process im still testing thakd for the help though