ADVERTISEMENTREMOVE ADS
Game icon

Auto Eat

Eat a Huge Waffle
6 months ago
Script preview thumbnail
Script Preview

Description

auto eats the waffle for you rlly simple but it works ig

Features:

  • auto eat

Tested with

ADVERTISEMENTREMOVE ADS
10 Lines • 290 Bytes
Raw
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
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS