Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
1,016
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. --Autofarm, watch meh vid to find out how to use it. Also plox suggest scripts in the comments
  2. while true do
  3. wait(.5)
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(486.7, 1351.86, -402.42)
  5. game:GetService("ReplicatedStorage").RemoteEvent.AddPowerEvent:FireServer("FromTraining", math.random(7, 10))
  6. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  7. if v.Name == "Train" then
  8. v.Parent = game.Players.LocalPlayer.Character
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement