Advertisement
Guest User

One Piece Dark King Level Script

a guest
Dec 8th, 2019
2,664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. --This shit script is made by ʍorphǝd#2817 || 0mkar123 [on V3rm]
  2. --To use simply equip your combat and execute. This is a much more efficient version of animationxarts script which can be found here, https://v3rmillion.net/showthread.php?tid=920200&highlight=dark+king
  3.  
  4. local lp = game.Players.LocalPlayer.Name
  5. while wait() do
  6. for i, v in pairs(game:GetService("Workspace"):GetChildren()) do
  7. if v.Name ~= lp then
  8. local A_1 = game:GetService("Players").LocalPlayer.PlrStats.Stats.Melee
  9. local A_2 = v
  10. local A_3 = Vector3.new(18.4443817, 6, -9.90364456)
  11. local Event = game:GetService("Workspace")[lp].Combat.Damage
  12. Event:FireServer(A_1, A_2, A_3)
  13. end
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement