LuongLoiNhoi

Hack Ro piece auto farm

Jan 26th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. for i,v in pairs (game.Workspace.boards:GetChildren()) do
  2. if v.boss.Value == "marco" then
  3. while true do
  4. wait(2)
  5. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(-149, 131, -5838)
  6. v.Part.CFrame = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame + game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame.lookVector * 50
  7. wait(50)
  8.  
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment