Advertisement
xtrey10x

Rainbow Piece

May 31st, 2022
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. getgenv().farmer = true; --turn off by making it false
  2.  
  3. while wait () do
  4. if getgenv().farmer == true then
  5. local A_1 = "Legendary"
  6. local Event = game:GetService("Players").LocalPlayer.PlayerGui.SpinGui.LOL.Spin.Spin.Reward
  7. Event:FireServer(A_1)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement