LOCALPLAYER LUA

local localplayer = game.Players.LocalPlayer
print(localplayer.Name) -- prints localplayer name
Aqua