why does it say nil when i say print(Player)
local Player = game:GetService("Players").LocalPlayer.Name print(game:GetService("Players").LocalPlayer.Name)
bruh its same thing and only one work
instead, write
print(Player)