Advertisement
Bacon_Script

Raise a Albert Script

May 25th, 2022
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. -------------Auto Raise----------------
  2. while true do
  3.     wait(0.1)
  4.  
  5. game:GetService("ReplicatedStorage").RaiseRent:FireServer()
  6. end
  7. ---------------Get Rent----------------
  8. while true do
  9.     wait(0.1)
  10.  
  11. game:GetService("ReplicatedStorage").GetRent:FireServer()
  12. end
  13. -----------------$INF-------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement