You don't "move" variables. Variables are local to a script. You can either define a new variable in the other script. You you can access a variable from any other script. For example.
var player = get_parent().get_node("Player")
var player_health = player.health