Here’s the script. I don’t know why this wouldn’t work. But it doesn’t so can any of you tell me why?
local DisplayedName = script.Parent
local player = game.Players.LocalPlayer
DisplayedName.Text = player.Name
Here’s a picture of it
Here’s the script. I don’t know why this wouldn’t work. But it doesn’t so can any of you tell me why?
local DisplayedName = script.Parent
local player = game.Players.LocalPlayer
DisplayedName.Text = player.Name
Here’s a picture of it
you cant get the localplayer in a serverscript, use localscript
I’m so stupid. Thank you alot!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.