5.1k Views
45 Executions
Description
collects all eggs
Comments
5

Offline
_user 1 year ago
don't click on the egg
Offline
_user 1 year ago
i use swift
Offline
HexVoid 1 year ago - Edited
If you can't use the script above, just try this GPT version, just click the eggs manually.... local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
local HumanoidRootPart = Character:WaitForChild("HumanoidRootPart")
-- Loop semua objek di workspace.Eggs
for _, model in ipairs(workspace.Eggs:GetChildren()) do
task.wait()
if model:IsA("Model") then
repeat
task.wait()
HumanoidRootPart.CFrame = model:GetPivot()
until model:FindFirstChild("Egg") and model.Egg:FindFirstChild("ClickDetector")
local clickDetector = model.Egg:FindFirstChild("ClickDetector")
if clickDetector then
pcall(function()
fireclickdetector(clickDetector, 1)
end)
task.wait(5) -- jeda 5 detik setelah klik
end
end
end
![[🥚EASTER EVENT] Z Piece](/images/script/15060257865-1711329208516.webp)
![[🥚EASTER EVENT] Z Piece](/images/script/15060257865-1706076944922.webp)