"Argument 1 missing or nil" i tryed make death leaderboard

why its print me this?

image

1 Like

Because when you fire a client you need to specify which client you are firing the event for. In this case it would be event:FireClient(player). :smiley:

1 Like

The FireClient method requires a Player instance as it’s first argument, the client to fire.

2 Likes