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
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.