Sr_Guizinho

Segundo script parte 1

Feb 27th, 2021 (edited)
1,234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. script.AddPoints.OnServerEvent:Connect(function(plr)
  2.     plr.leaderstats.Points.Value = plr.leaderstats.Points.Value +1 +plr.leaderstats.Prestige.Value
  3.     if plr.DoublePass.Value == true then
  4.         plr.leaderstats.Points.Value = plr.leaderstats.Points.Value +1 +plr.leaderstats.Prestige.Value
  5.     end
  6. end)
  7. script.Prestige.OnServerEvent:connect(function(plr)
  8.     plr.leaderstats.Prestige.Value = plr.leaderstats.Prestige.Value +1
  9.     plr.leaderstats.Points.Value = 0
  10.     plr:LoadCharacter()
  11. end)
Add Comment
Please, Sign In to add comment