|
| 15 Aug 2015 01:09 PM |
I've never used them before and have no idea how to,
I want to make it so a users playerpoints always = one of their ingame stats.
How can I do this? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 16 Aug 2015 04:46 AM |
I never played with those, but let me see what a few seconds of glancing at the wiki will tell me...
Well I found something called 'GetPointBalance'
_PS = game:GetService("PointsService") _PS:GetPointBalance(game.CreatorId) --All your Player Points _PS:GetGamePointBalance(game.CreatorId) --The Player Points you've earned from the game
Here's the article: http://wiki.roblox.com/index.php?title=Points_tutorial |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2015 05:11 AM |
Yes ive swwn that, but there is nothing there about making their points = something
only about addimg |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2015 05:30 AM |
One of their stats can equal their PlayerPoints, but their points won't necessarily equal one of their stats.
I'd recommend you using DataStoreService if you wanna give someone a custom stat that can be saved and reloaded. |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2015 05:31 AM |
Yes ive seen that, but there is nothing there about making their points = something
only about adding more |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2015 05:32 AM |
| I just want it to show on my games page |
|
|
| Report Abuse |
|
|
davisky2
|
  |
| Joined: 04 Mar 2012 |
| Total Posts: 4710 |
|
|
| 16 Aug 2015 08:22 AM |
| Currency.Value is playerpoints.value, you can try that. |
|
|
| Report Abuse |
|
|