Hello, I believe that the number at fixed decimal places function doesn’t work correctly possibly only when printing. In my game, I want to modify the score multiplier when a player joins the game.
This image shows that although the score multiplier is 1.1, when printing out the multiplier, only the 1 gets printed.
I can confirm that the score multiplier does work correctly and users do get a 1.1 multiplier on points.
https://www.modd.io/sandbox/game/pinball/scripts/playerJoined - is a link to my script where this happens.