So, I have this gui and it shows that they got their first kill. Now, when it shows the gui, I want to award them 5 Player Points. I have no idea how to do that.
I use this to find the player.
local plr = game.Player.LocalPlayer
So, I think i'm supposed to use AwardPoints() or something to "plr". Help?