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

Update Player Points?

Asked by 10 years ago

So after they released the new update for Player Points, the GetAwardablePoints() does not complete like how it should. Is their anyway to make this more efficient or just clean it up a bit by any chance? Their is no error by the way.

while true do wait(10)
    script.Parent.Text = Game:GetService("PointsService"):GetAwardablePoints()
end
0
What game are you trying to implement this on? if it's rounds why not use Repeat wait until loop, So every time the rounds starts it check for points. HexC3D 830 — 10y
0
It's really obvious. It a text that shows the amount of player points... peoplemove12 148 — 10y

1 answer

Log in to vote
-1
Answered by
M39a9am3R 3210 Moderation Voter Community Moderator
10 years ago

Oh sir, your problem maybe since PlayerPoints is still in Beta, then it is reserved to Builders Club members. I tried this the other day and it failed to work. Though it could have changed, but I was trying this just yesterday through Ryan's admin commands to see how many Player Points were at my place, and kept getting the error that PlayerPoints requires Beta Access.


Update; ROBLOX reset the player points and are continuing their "Beta Test".

Ad

Answer this question