Advertisement
Sr_Guizinho

Segundo script parte 2

Feb 27th, 2021
2,228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local plr = game.Players.LocalPlayer
  2. script.Parent.MouseButton1Click:Connect(function()
  3.     wait(2)
  4.     if (plr.leaderstats.Prestige.Value*2000) +2000 <= plr.leaderstats.Points.Value then -- Numero do custo do seu prestige
  5.         workspace.Events.Prestige:FireServer()
  6.     end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement