ADVERTISEMENTREMOVE ADS
Grab All Eggs / OPEN SRC
6,936 views
Script Preview
Description
[ + ] Grab all 100 Eggs
dont skid because its just ez to make
dont skid because its just ez to make
Features:
- new
- semiop
ADVERTISEMENTREMOVE ADS
9 Lines • 282 Bytes
Verified
local player = game.Players.LocalPlayer
local eggFolder = game:GetService("Workspace").Easter.egghunt
for _, egg in pairs(eggFolder:GetChildren()) do
if egg:IsA("BasePart") then
player.Character.HumanoidRootPart.CFrame = egg.CFrame
wait(0.4)
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments