Advertisement
chandreeeee

teleports you to all the golden eggs on the server

Mar 31st, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. for _,v in next, workspace.Camera:GetChildren() do
  2.    if v:IsA("Part") then
  3.        if v.Name ~= "_ZIPWIRE_TRIG" then
  4.            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  5.            wait()
  6.        end
  7.    end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement