|
| 06 Jun 2014 11:52 AM |
local player = game.Players.LocalPlayer local PointsService = game:GetService("PointsService")
local pointsToAward = PointsService:GetAwardablePoints()
local universeBalance = PointsService:GetGamePointBalance(player.userId)
if ( pointsToAward > 100 and universeBalance == 100) and player.leaderstats.Level.Value == 65 then
pcall(function() PointsService:AwardPoints(player.userId, 100) end) end end
localscript > workspace
will this work?
|
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
| |
|
| |
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
|
| 06 Jun 2014 12:06 PM |
"localscript > workspace"
Reasons are obvious. |
|
|
| Report Abuse |
|
|
|
| 06 Jun 2014 12:07 PM |
Will it work in a normal script, SSS?
No, cuz it has LocalPlayer in it. So no way i can use it. |
|
|
| Report Abuse |
|
|