Advertisement
oopsrainbow4

GUI PlayerName

Mar 18th, 2023
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2.  
  3. local screenGui = script.Parent
  4. local textLable = screenGui.PlayerName
  5. local localPlayer = Players.LocalPlayer
  6.  
  7. textLabel.Text = localPlayer.Name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement