Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I get the available points in a game?

Asked by
Adryin 120
11 years ago

I just get get the part. So if I want the script to say: script.Parent.Text = "Avalible Points: "..WHATDOIPUTHERE

2 answers

Log in to vote
-1
Answered by 11 years ago

That's a little tricky. Click Here to learn more about Player Points.

0
I already looked there... Adryin 120 — 11y
Ad
Log in to vote
1
Answered by
Maxomega3 106
11 years ago
1local pointsService = game:GetService ('PointsService');
2local awardablepoints = pointsService:GetAwardablePoints ()
3print (awardablepoints)

~Don't forget to click "Accept as answer" once your question is satisfied. It's near the voting system for answers.~

0
Never mind I know. Adryin 120 — 11y

Answer this question