Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function collectall()
- for _, v in pairs(game:GetService("Workspace").Floppas:GetDescendants()) do
- if v.Name == "TouchInterest" then
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
- wait()
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
- end
- end
- end
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Find The Floppa Morphs!", "Ocean")
- local Farming = Window:NewTab("Main")
- local Credits = Window:NewTab("Credits")
- local AutoFarm = Farming:NewSection("Main")
- local Credit = Credits:NewSection("Credit:")
- local Discord = Credits:NewSection("Discord")
- AutoFarm:NewButton("Collect All Floppas", "Collect all Floppas for you! Working in every world", function()
- collectall()
- end)
- Credit:NewLabel("Made By Bebedi#9960")
- Discord:NewButton("Copy Discord Link", "Copy the Arcane Discord URL", function()
- setclipboard("https://discord.gg/ArKmNgwXHV")
- end)
Advertisement
Add Comment
Please, Sign In to add comment