5.0k Views
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
![[🏖️] Pass the Bomb!](/images/script/2961583129-1781336053167.png)
![[X2] +1 Speed Keyboard Escape | Candy & Chocolate](/images/script/95082159892680-1780406167978.webp)
![[BLACK DEATH] Jujutsu Shenanigans](/images/script/9391468976-1781335326589.webp)

