Advertisement
Honansik

Teleporter Simulator Auto Farm Script

May 17th, 2022
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. _G.Auto = true
  2. while _G.Auto == true do wait(0.4)
  3.    for i,v in pairs(workspace.TimeSpheres[1]:GetChildren()) do
  4.        if v.Name == "1" then
  5.            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.PrimaryPart.CFrame
  6.        end
  7.    end
  8.    end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement