print out float godot code example Example: gdscript fixed decimal var my_number = 0.123456 print("%.3f" % my_number) # 0.123