$begingroup$

wether i convert the timer’s .time_left to an interger or a float it all the time offers me an error saying

"Invalid set index 'time_left' (on base: 'Timer') with worth of sort 'float'."

or

"Invalid set index 'time_left' (on base: 'Timer') with worth of sort 'int'."

here is the code :

    if "unstuck_cooldown" in player_data:
        $Minimap/Unstcuk/UnstuckCDTimer.time_left = int(player_data["unstuck_cooldown"])    

$endgroup$

2