I looked all over the Wiki, and couldn't find it. I be its something like game.workspace.localplayer.name Or something along those lines right?
In a local script
1 | plr = game.Players.LocalPlayer |
-Thank me by accepting this answer/bumping up my reputation!
If you have a localscript you can do this:
1 | print (game.Players.LocalPlayer.Name) -- This script must be in the PlayerGui or the character |