get paid to paste

Vehicle Legends Script | COLLECT ALL EGGS

local plr = game.Players.localPlayer.Name
for index, egg in pairs(game.Workspace.Eggs:GetChildren()) do
    if egg.Transparency == 0 then
        game.Workspace[plr].HumanoidRootPart.CFrame = egg.CFrame
        game.Players.localPlayer.Character.Humanoid.Jump = true
        wait(3)
    end
end

Pasted: Apr 16, 2023, 9:35:28 pm
Views: 58