The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
FE2 2017 autofarm script pastebin roblox
By FE2 2017 autofarm on 2024-09-23 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. for i,v in pairs(getconnections(game.Players.LocalPlayer.Idled)) do
  2. v:Disable()
  3. end
  4.  
  5.  
  6. while wait(4) do
  7.     if game.Workspace.Multiplayer.Map.Settings.MapName.Value ~= "Sinking Ship" then
  8.     game.Workspace.Multiplayer.Map:FindFirstChild("ExitRegion").CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  9.     else
  10.     game:GetService("Workspace").Multiplayer.Map["_Button1"].Hitbox.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  11.    
  12.     wait(1)
  13.     game:GetService("Workspace").Multiplayer.Map["_Button2"].Hitbox.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  14.    
  15.     wait(1)
  16.     game:GetService("Workspace").Multiplayer.Map.Section2["_Button3"].Hitbox.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  17.    
  18.     wait(1)
  19.     game:GetService("Workspace").Multiplayer.Map.Section2["_Button4"].Hitbox.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  20.    
  21.     wait(1)
  22.     game:GetService("Workspace").Multiplayer.Map.Section2["_Button5"].Hitbox.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  23.    
  24.     wait(1)
  25.     game.Workspace.Multiplayer.Map.Section2.ExitRegion.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  26.     end
  27.     end



  • Recent Roblox Scripts