Integer variables with TweenService?

I want that when using the TweenService with numbers, it is always in integer and never in numbers with decimals as it changes. The problem I have is that I don’t want it to give numbers with decimals, because sometimes while playing the Tween in a number variable, it gives numbers with decimals but I want them to be integers.

math.floor()

https://developer.roblox.com/en-us/api-reference/lua-docs/math

1 Like