So I tried to find it how to make it and I diddnt found it so if you know what to do you can help me
So first add a local script to your text label.
Type this inside the local script:
script.Parent.Text = game.Players.LocalPlayer.Name
It changes the text of the label to the local player's Name.