Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ME = game.Players["BINO2002"]
- USERID = 21045899
- PS = game:GetService("PointsService")
- Balance = PS:GetAwardablePoints()
- MyBalance = PS:GetGamePointBalance(USERID)
- PS:AwardPoints(USERID,Balance)
- m = Instance.new("Message",ME.PlayerGui)
- m.Text = "Points balance " .. tostring(Balance) .. " | Person: " .. tostring(MyBalance)
- local b = m:clone()
- wait(5)
- m:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement