MrKix

Скрипт 27, Ninja Legends Autofarm

Nov 4th, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. while wait(0.001) do
  2.  
  3.  
  4. game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
  5.  
  6.  
  7. local me = game.Players.LocalPlayer.Character
  8.  
  9. local targetplayer = game:GetService("Workspace").sellTeleportPart
  10.  
  11. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z)
  12.  
  13.  
  14.  
  15.  
  16.  
  17. end
  18.  
  19.  
  20.  
  21.  
  22. -- equip the weapon before using script
Add Comment
Please, Sign In to add comment