This is what I came up with to try to do this, pretty self explanatory I suppose. The script is inside StarterCharacterScripts.
1 | script.Parent.Name = game.Workspace.Part.SurfaceGui.TextLabel.Text |
1 | local plr = script.Parent |
2 | game.Workspace.Part.SurfaceGui.TextLabel.Text = plr.Name |