05.11.2024, 08:15
As a work-around you can use string/text data type and format the value in the script:
Code:
value = string.format('%.4f', value) -- 4 decimal places