Advertisement
x83

one piece dark king 1

x83
Dec 8th, 2019
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1.  
  2. local lp = game.Players.LocalPlayer.Name
  3. while wait() do
  4. for i, v in pairs(game:GetService("Workspace"):GetChildren()) do
  5. if v.Name ~= lp then
  6. local A_1 = game:GetService("Players").LocalPlayer.PlrStats.Stats.Melee
  7. local A_2 = v
  8. local A_3 = Vector3.new(18.4443817, 6, -9.90364456)
  9. local Event = game:GetService("Workspace")[lp].Combat.Damage
  10. Event:FireServer(A_1, A_2, A_3)
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement