Hello, I’m trying to display a label with the life points of the player, the problem is that when the player moves (it is a grid-based movement game) the label inside the Camera2D sort of “bounces” (the camera has smoothing on too) and I can’t find how to make it stay in place. If I put the Label anywhere else it is left behind because it’s outside the camera.