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
10 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 10 years ago

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

0
I already looked there... Adryin 120 — 10y
Ad
Log in to vote
1
Answered by
Maxomega3 106
10 years ago
local pointsService = game:GetService ('PointsService');
local awardablepoints = pointsService:GetAwardablePoints ()
print (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 — 10y

Answer this question