local ScreenGui = Instance.new("ScreenGui") local main = Instance.new("Frame") local off = Instance.new("TextButton") local on = Instance.new("TextButton") local textlabeluwu = Instance.new("TextLabel") --Properties: ScreenGui.Parent = game.CoreGui foam frenzy script pastebin How to get it for free? foam frenzy script pastebin main.Name = "main" main.Parent = ScreenGui main.BackgroundColor3 = Color3.fromRGB(255, 255, 255) main.Position = UDim2.new(0.026835043, 0, 0.303067505, 0) main.Size = UDim2.new(0, 289, 0, 274) main.Active = true main.Draggable = true off.Name = "off" foam frenzy script pastebin How to get it for free? foam frenzy script pastebin off.Parent = main off.BackgroundColor3 = Color3.fromRGB(255, 255, 255) off.Position = UDim2.new(0.660899639, 0, 0.332116783, 0) off.Size = UDim2.new(0, 98, 0, 50) off.Font = Enum.Font.SourceSans off.Text = "off" off.TextColor3 = Color3.fromRGB(0, 0, 0) off.TextSize = 14.000 off.MouseButton1Down:connect(function() _G.AFC = false foam frenzy script pastebin How to use it? foam frenzy script pastebin while _G.AFC == true do wait() game:GetService("ReplicatedStorage").Events.Tap:FireServer() end end) on.Name = "on" on.Parent = main on.BackgroundColor3 = Color3.fromRGB(255, 255, 255) on.Position = UDim2.new(0, 0, 0.332116783, 0) foam frenzy script pastebin How to dowload it? foam frenzy script pastebin on.Size = UDim2.new(0, 93, 0, 50) on.Font = Enum.Font.SourceSans on.Text = "ON" on.TextColor3 = Color3.fromRGB(0, 0, 0) on.TextSize = 14.000 on.MouseButton1Down:connect(function() _G.AFC = true while _G.AFC == true do wait() game:GetService("ReplicatedStorage").Events.Tap:FireServer() foam frenzy script pastebin How to use it? foam frenzy script pastebin end end) textlabeluwu.Name = "text label uwu" textlabeluwu.Parent = main textlabeluwu.BackgroundColor3 = Color3.fromRGB(255, 255, 255) textlabeluwu.Size = UDim2.new(0, 289, 0, 50) textlabeluwu.Font = Enum.Font.SourceSans textlabeluwu.Text = "AUTO FARM" textlabeluwu.TextColor3 = Color3.fromRGB(0, 0, 0) foam frenzy script pastebin How to get it? foam frenzy script pastebin textlabeluwu.TextSize = 14.000 foam frenzy script pastebin