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

the player name line wont work why not i need it for a game?

Asked by
hokyboy 270 Moderation Voter
6 years ago

game.Workspace.Gui.SurfaceGui.TextLabel.Text = ("House Owned By")(game.Players.LocalPlayer.Name)

1 answer

Log in to vote
0
Answered by
ax_gold 360 Moderation Voter
6 years ago

it's because of the way you put down the text. use this instead: game.Workspace.Gui.SurfaceGui.TextLabel.Text = "House Owned By" ..game.Players.LocalPLayer.Name. It should work if you use that.

Ad

Answer this question