top of page

Eat a Huge Waffle Script: Auto Farm, Auto Eat

  • Writer: Batuhan Gülşen
    Batuhan Gülşen
  • May 6
  • 1 min read

Eat a Huge Waffle Script: Auto Farm, Auto Eat
Eat a Huge Waffle Script: Auto Farm, Auto Eat
local waffles = workspace.Waffles
while task.wait() do
	if waffles:FindFirstChildOfClass("Model") then
		for _,v in next, waffles:FindFirstChildOfClass("Model").Pieces:GetChildren() do
			game:GetService("ReplicatedStorage").Remotes.Eat:FireServer(v)
			task.wait()
		end
	end
end

Comments


RobloxScriptCode

©2024, RobloxScriptCode.

bottom of page