Advertisement
KevinnT

maon

May 18th, 2021
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. _G.Farm = false -- set to true to activate
  2.  
  3. while _G.Farm and wait(7) do
  4. local args = {
  5.    [1] = "Emporer" -- Input here: Starter, Noobie, Learning, Business, Legendary, Ludicrous, Famous, Mythic, God, Emperor
  6. }
  7.  
  8. game:GetService("ReplicatedStorage").Events.OpenCase:InvokeServer(unpack(args))
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement