ADVERTISEMENTREMOVE ADS
Auto Eat
47,069 views
Description
auto eats the waffle for you rlly simple but it works ig
Features:
- auto eat
Tested with
ADVERTISEMENTREMOVE ADS
10 Lines • 290 Bytes
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
ADVERTISEMENTREMOVE ADS





Comments