JannickP8

Gumball Tycoon Booster Autofarm

Jul 13th, 2022 (edited)
958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1.     local easyObby = game.Workspace.Obbies.EasyObby.Win
  2.     local hardObby = game.Workspace.Obbies.HardObby.Win
  3.     local btn = script.Parent
  4.     local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  5.    
  6.     btn.MouseButton1Click:Connect(function()
  7.         while wait()  do
  8.             root.CFrame = easyObby.CFrame
  9.             wait(.1)
  10.             root.CFrame = hardObby.CFrame
  11.             wait(88)
  12.         end
  13.     end)
Add Comment
Please, Sign In to add comment