Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why isnt this player.name script working?

Asked by
TrollD3 105
9 years ago

I want to have the player's name inside a textbox when they enter the game. I put this inside the textbox but its not working.

m = script.Parent
function onPlayerEntered(nP)
m.Text = "..nP.Name.."

end

Answer this question