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