So I really can't find this anywhere. But how would i be able to make a gui that says the player's name? I already have the health bar (for rpg and some other game im making)
he wants it to go in the gui, so it would be
local player = game.Players.LocalPlayer
script.Parent.Text = player:GetFullName()
put it in the gui.
haven't tested it my self tho.