[🥚EASTER EVENT] Z Piece
5.0k Views

collect eggs

[🥚EASTER EVENT] Z PieceUploaded by
1 year ago
Please login to perform these actions:

Description

collects all eggs

View Raw
Edited By: neutral Download


Comments
5
User profile picture
_user 1 year ago
don't click on the egg
User profile picture
neutral 1 year ago
@_user it does click on the egg, if it doesnt then its your executors fault
User profile picture
_user 1 year ago
i use swift
User profile picture
neutral 1 year ago
@_user if you have already claimed the eggs and reward, you cant claim them again and it resets to 0 on the ui
User profile picture
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
Please Login to add a comment.