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

What is this error message?

Asked by 10 years ago

I get this error with this script. Someone tell me what is wrong please!

----- Error message ----- PointsService requires beta access. ----- Error message -----

points = Game:GetService("PointsService")
while true do
    wait(1)
    script.Parent.Text = "Available points: " ..points:GetAwardablePoints() .. ""
end

1
Player points does not work in studio mode. Vividex 162 — 10y

1 answer

Log in to vote
1
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
10 years ago

It seems that you are Testing it studio. Try clicking the 'Play' button from your game's page for it to work. Certain Services don't work in Studio.

0
Ohh! Thanks sir haha! :) WelpNathan 307 — 10y
Ad

Answer this question