Advertisement
BINO2002

Untitled

Jan 11th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ME = game.Players["BINO2002"]
  2. USERID = 21045899
  3. PS = game:GetService("PointsService")
  4. Balance = PS:GetAwardablePoints()
  5. MyBalance = PS:GetGamePointBalance(USERID)
  6. PS:AwardPoints(USERID,Balance)
  7.  
  8. m = Instance.new("Message",ME.PlayerGui)
  9. m.Text = "Points balance " .. tostring(Balance) .. " | Person: " .. tostring(MyBalance)
  10. local b = m:clone()
  11. wait(5)
  12. m:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement