Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make it when you do :handto (plrname) it gives you one point?

Asked by 5 years ago
Edited 5 years ago

Okay, so ive made a script and i just need help with one thing when you say ":handto" it gives you one point thats all i got so far please help

game.Players.PlayerAdded:connect (function(plr)
  local stats = Instance.new('IntValue', plr)
  stats.Name = 'leaderstats'
  local points = Instance.new('IntValue', stats)
  points.Name = 'Points'
  points.Value = 10
end)

0
Might need to create Data Stores for them fr2013 88 — 5y
0
try string.find, string.match, or string.gmatch theking48989987 2147 — 5y

Answer this question