Roblox Script -- Teleporter Simulator [basic auto farm]

 


Features:

  • Auto Train


_G.AutoTrainToggle = true


function AutoTrain()
   while wait() and _G.AutoTrainToggle do
       local args = {[1] = {[1] = "Train"}}
       game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
   end
end

AutoTrain()
Previous Post Next Post