Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Players = game:GetService("Players")
- local screenGui = script.Parent
- local textLable = screenGui.PlayerName
- local localPlayer = Players.LocalPlayer
- textLabel.Text = localPlayer.Name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement