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!
It means you have to wait until full release to fix it. That is all the info I have on it.
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