of     1   

Animepsi
#181966629Tuesday, January 19, 2016 12:57 AM GMT

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)
Sacridotus
#181967960Tuesday, January 19, 2016 1:17 AM GMT

local player = game.Players.LocalPlayer print(player:GetFullName())
Triumphion
#181968241Tuesday, January 19, 2016 1:21 AM GMT

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.

    of     1