Hello, so basically, I am doing an obby game with my friend and we have a progress bar.
It worked fine but now it starts to show those kind of numbers:
This is the script:
Does anyone know how to make it not show those kind of numbers?
Hello, so basically, I am doing an obby game with my friend and we have a progress bar.
It worked fine but now it starts to show those kind of numbers:
This is the script:
Does anyone know how to make it not show those kind of numbers?
If it were me Iād use string sub to limit it to a certain amount of numbers shown
You can use math.floor(number)
It was hard for me to understand how should I use it but after a while of researching I found how should I use math.floor