HaxRoblox

LB

Oct 3rd, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. function onPlayerEntered(newPlayer)
  2.  
  3. local stats = Instance.new("IntValue")
  4. stats.Name = "leaderstats"
  5.  
  6. local kills = Instance.new("IntValue")
  7. kills.Name = "Pro%"
  8. kills.Value = -1
  9. kills.Parent = stats
  10.  
  11. stats.Parent = newPlayer
  12. end
  13. game.Players.ChildAdded:connect(onPlayerEntered)
  14.  
  15. game.Players.ScriptingLua_LuaTeam.Pro% = +100
Advertisement
Add Comment
Please, Sign In to add comment