How do I round global variables?

:confused: I Have no idea how to, please help, it will be very much appreciated. :slight_smile:
(Specifically, to ones)

Iā€™m not a pro but, in the expresion editor you have ceil (rounds to the upper integger), floor(the oposit). Iā€™m not on my pc so i cant tell you for sure but serch within those and youll find something.

round(GlobalVariable(YourGlobalVar))

Just use round() function in the expression editor, or ceil() or floor()ā€¦