Can anyone tell my why this doesn't work?

This is the code

image

it doesn’t print the player

image

This is where its located

By the time that the script executes, the player will have already joined the game, hence the PlayerAdded event won’t fire for them.

I assume that you are wanting to get the player? In that case, you would do

local Player = script.Parent.Parent.Parent.Parent
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.