Advertisement
PG_MCVN

auto Farm One Piece Final Chapter

Jun 10th, 2018
935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. spawn(function()
  2. while wait(0.0001) do
  3. for i,v in pairs(workspace:GetChildren()) do
  4. if v:FindFirstChild("Npc") then
  5. local groundDistance = 28.5
  6. local pos = v.HumanoidRootPart.Position
  7. workspace.RemoteEvents.GunShot:FireServer(pos, v.HumanoidRootPart, 10, 10, 65, -3.3, 1.3)
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = (v.HumanoidRootPart.CFrame * CFrame.new(0, groundDistance, 9))
  9. end
  10. end
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement