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

Can someone teach me the basics of pp scripting?

Asked by 10 years ago

Things i would like to know remember for my place not my profile:

  1. How to get them in your game in the first place

  2. How to give them away(When they join, get a kill, make it fall from the sky, ext.)

  3. How to make a leader board at the bottom

0
lol ConnorVIII 448 — 10y

1 answer

Log in to vote
0
Answered by
TofuBytes 500 Moderation Voter
10 years ago

1) You earn them from in-game sales.

2) You'd use this line with a bunch of more lines to how you want your points to be distributed:

game:GetService("PointsService"):AwardPoints(player.userid, 1) --1 Is the amount of points given.

3) A leaderboard is feature at the bottom of the page when points have been awarded to players in your game. They only work for player points.

Ad

Answer this question