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

Why is point service always "unavailable"?

Asked by
SNOWFKE 25
10 years ago

My friend has ran into this error 6 times. This is his script:

local PointsService = Game:GetService("PointsService")
while wait() do
script.Parent.Text = tostring(PointsService:GetAwardablePoints()) .. " points to award."
print(tostring(PointsService:GetAwardablePoints()))
end

I would appreciate any help. Thanks!

1 answer

Log in to vote
1
Answered by
MixCorp 70
10 years ago

This will only work in a Live place, So make sure your in Play mode, Not testing in Studios.

Ad

Answer this question