local player = game.Player.LocalPlayer script.Parent.Text = player.Name
doesnt work halp error: Player is not a valid member of DataModel "this gamer"
It's game.Players.LocalPlayer
not game.Player.LocalPlayer
(You forgot to add an s at the end of Player)