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