How to make my progress bar not show huge 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:
w

This is the script:

Does anyone know how to make it not show those kind of numbers?

1 Like

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)

1 Like

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