Advertisement
SirMeme

LOL

Apr 18th, 2019
6,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local easterdragon;
  2. for _,v in next, workspace:GetDescendants() do
  3. if v.Name == "Easter" then easterdragon = v.Parent end
  4. end
  5. game:service'RunService'.RenderStepped:Connect(function()
  6. pcall(function()
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = easterdragon.EggLegVisible.Egg.Position
  8. end)
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement