I just get get the part. So if I want the script to say: script.Parent.Text = "Avalible Points: "..WHATDOIPUTHERE
That's a little tricky. Click Here to learn more about Player Points.
1 | local pointsService = game:GetService ( 'PointsService' ); |
2 | local awardablepoints = pointsService:GetAwardablePoints () |
3 | print (awardablepoints) |
~Don't forget to click "Accept as answer" once your question is satisfied. It's near the voting system for answers.~