Advertisement
TheRealHeh

Untitled

Oct 29th, 2019
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local Cost = game.Players.LocalPlayer.rebirth.Need
  2. local Money = game.Players.LocalPlayer.leaderstats["💰Money"]
  3.  
  4.  
  5. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
  6.  
  7. repeat
  8. wait(0.04)
  9. if Money.Value > Cost.Value then
  10. game.ReplicatedStorage.Functions.Rebirth:InvokeServer()
  11. end
  12. until _G.Active == false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement