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

I dont have access to Player Point Scripts how do i fix that?

Asked by 10 years ago

2 things keep happening (Srry if i talk in lua)

PointsService = game:GetService("PointsService") print(PointsService:GetAwardablePoints())

-- First Problem is that it says i dont have access to the "beta" -- And it says error for line 2 -- 23:06:04.063 - DataModel Loading http://www.roblox.com/asset/?id=153309487 23:06:05.046 - Auto-Saving... 23:06:07.124 - PointsService requires beta access 23:06:07.125 - Script 'Workspace.Script', Line 2 23:06:07.125 - Stack End 23:06:09.078 - httpGet http://www.roblox.com/asset/?id=100808216&serverplaceid=0&clientinsert=0 failed. Trying again. Error: Asset is not trusted for this place. Elapsed time: 0.198007 23:06:09.079 - httpGet failed. Trying again. Elapsed time: 0.198007 23:06:09.080 - Content failed for http://www.roblox.com/Asset/?id=100808216&serverplaceid=0&clientinsert=0 because Asset is not trusted for this place 23:06:09.081 - Content failed because Asset is not trusted for this place LinkedLeaderboard script version 5.00 loaded 23:06:09.125 - Sorry, badges can only be queried by the Roblox game servers 23:06:09.946 - Not reading binary data -- Also i ik i have player points because i had my friend buy a gamepass -- Anyone know how to fix it?

2 answers

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

Well, those 2 lines are fine. Also, to add points to your game, players would need to purchase Developer Products. 30% of the funds go to Player Points added to your game.

0
Shawn so if the item lets say cost 1 robux then it wont give any? bublehead2 0 — 10y
0
No. If it's 1 robux, 30 Player points will be added to the game. They won't be awarded to the player, unless you code it to. Shawnyg 4330 — 10y
Ad
Log in to vote
-2
Answered by 10 years ago

The queried thing is because you are offering a in game gamepass and it gives a yellow error, and the point servers requires beta access means you need either a beta access on your game or there is something wrong with your script.

0
Aparrently i have to try it online so ima make a GUI and test it bublehead2 0 — 10y
0
Ok! Hope you fixed it! ^_^ deputychicken 226 — 10y

Answer this question