ADVERTISEMENTREMOVE ADS

Grab All Eggs / OPEN SRC

Script preview thumbnail
Script Preview

Description

[ + ] Grab all 100 Eggs

dont skid because its just ez to make

Features:

  • new
  • semiop
ADVERTISEMENTREMOVE ADS
9 Lines • 282 Bytes
Verified
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS