[ad_1]
Created by aendrmal
Features:
for i,v in pairs(game:GetService("Workspace").Map.Eggs:GetDescendants()) do
if v:IsA("MeshPart") then
local Time = 1
local tween = game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Time), {CFrame = v.CFrame})
tween:Play()
tween.Completed:Wait()
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]