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

My script won't work, can someone help?

Asked by 9 years ago

I tried it with a script and localscript but this won't work

print(game:GetService("PointService"):GetAwardablePoints())

In advance: Thanks! Output:

09:38:39.416 - PointsService requires beta access
09:38:39.418 - Script 'print(game:GetService("PointsService"):GetAwardablePoints()', Line 1
09:38:39.419 - Stack End

How do I get beta access? Thanks!

2 answers

Log in to vote
1
Answered by 9 years ago

It means you have to wait until full release to fix it. That is all the info I have on it.

0
oh :( mechmasterfire 50 — 9y
0
Yeah I tried too. But we'll have to wait. fireboltofdeath 635 — 9y
Ad
Log in to vote
-1
Answered by 9 years ago

No, you have to use it in game. Not in studio. I would use a ScreenGUI and have a text box. Here's what's in the textbox:

while wait(1) do
script.Parent.Text = game:GetService("PointsService"):GetAwardablePoints().." Points"
end

Answer this question