The wiki post doesn't help me much. I want to know how I could make a script that if someone buys a developer product from my game Racker that they will be awarded a Player Point.
At the moment player points are in beta and you have to be on the beta testing list to sell them. Also it is currently against the rules to sell developer products for the sole purpose of giving player points (just as a heads up).
Run this online to see if you can award player points.
print(game:GetService("PointsService"):GetAwardablePoints())
If that outputs a number other than 0 it means you can award points! Use this to award them.
game:GetService("PointsService"):AwardPoints(player.userId, 1)
article: Plr pts
That article helps you
Closed as Not Constructive by Articulating
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?