Anyone know how I can make a GUI show a persons points, and when they collect a special item, they get 10 more points?
I would recommend you to put the points in the leaderboard then make the gui to have the number of points you have in the leaderboard.
Is this your answer?
while wait() do local player = game.Players.LocalPlayer script.Parent.Text = ""..player:WaitForChild("leaderstats"):FindFirstChild("Points").Value end
I'm sure there would be free models you can edit.