local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("MM6", "BloodTheme") local Tab1 = Window:NewTab("Main") local Section4 = Tab1:NewSection("Coin Farm") Section4:NewToggle("Coin Tp", "Teleports You To Coins!", function(state) if state then getgenv().Farming1 = true while Farming1 == true do if game:GetService("Workspace"):FindFirstChild("Coin") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").Coin.Position) end wait() end else getgenv().Farming1 = false end end) Section4:NewButton("Teleport to lobby", "Teleports You!", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-857.861633, 144.897858, -839.418457, -0.134629831, 2.23445458e-08, 0.990895987, -1.83339779e-08, 1, -2.50408174e-08, -0.990895987, -2.15383054e-08, -0.134629831) end) Section4:NewKeybind("F to Toggle", "KeybindInfo", Enum.KeyCode.F, function() Library:ToggleUI() end)