Advertisement
45Chromosomes

Digging Simulator Autofarm

Jun 14th, 2019
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Localplyer = game.Players.LocalPlayer.Name
  2. game:GetService("Workspace").Map.Sell.Zone.Transparency = 1
  3. game:GetService("StarterGui").MainUI.FullBag:Destroy()
  4. while true do
  5. game:GetService("Workspace").Map.Sell.Zone.Position = game.workspace[Localplyer].HumanoidRootPart.Position
  6. wait(0.02)
  7. game:GetService("Workspace").Map.Sell.Zone.Position = game.workspace[Localplyer].HumanoidRootPart.Position + Vector3.new(40,0,0)
  8. local Remote = game.ReplicatedStorage.Events['Dig']
  9.  
  10. local Arguments = {
  11. [1] = Workspace.Map.Zones["Starting Area"].Spawns.Pile.Body
  12. }
  13.  
  14. Remote:FireServer(unpack(Arguments))
  15. wait(0.01)
  16.  
  17. local Remote = game.ReplicatedStorage.Events['Dig']
  18.  
  19. local Arguments = {
  20. [1] = Workspace.Map.Zones["City Area"].Spawns.Pile.Body
  21. }
  22.  
  23. Remote:FireServer(unpack(Arguments))
  24.  
  25. local Remote = game.ReplicatedStorage.Events['Dig']
  26.  
  27. local Arguments = {
  28. [1] = Workspace.Map.Zones["Candy Area"].Spawns.Pile.Body
  29. }
  30.  
  31. Remote:FireServer(unpack(Arguments))
  32.  
  33. local Remote = game.ReplicatedStorage.Events['Dig']
  34.  
  35. local Arguments = {
  36. [1] = Workspace.Map.Zones["Beach Area"].Spawns.Pile.Body
  37. }
  38.  
  39. Remote:FireServer(unpack(Arguments))
  40.  
  41. local Remote = game.ReplicatedStorage.Events['Dig']
  42.  
  43. local Arguments = {
  44. [1] = Workspace.Map.Zones["Ice Cream Area"].Spawns.Pile.Body
  45. }
  46.  
  47. Remote:FireServer(unpack(Arguments))
  48. wait(0.01)
  49. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement