Hello out there I am learning how to script and I was testing with a local script and this script is supposed to print the name of the client when it joins. Can someone help me with this?
The script
local player = game.Players.LocalPlayer
print (player)