Сontent continues after AD

Сontent continues after AD

Сontent continues after AD

Script – Eat a huge waffle

Thank you for using our website
Your script:

				
					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
				
			

if the script does not work, try other scripts on our website