Advertisement
HowToRoblox

PointsAwarderScript

Nov 28th, 2019
669
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local PointsService = game:GetService("PointsService")
  2.  
  3. script.AwardPoints.OnServerEvent:Connect(function(plr)
  4.     PointsService:AwardPoints(plr.UserId, 200)
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement