Advertisement
MindOfPlayer

kill

Sep 5th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  2. wait()
  3. local plr = string.sub(msg,7)
  4. if not (plr == game.Players.LocalPlayer.Name) then
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[plr].Character.HumanoidRootPart.CFrame
  6. wait(0.25)
  7. for i = 1,15 do
  8. game.ReplicatedStorage.meleeEvent:FireServer(game.Players[plr]);
  9. end
  10. wait(1)
  11. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  12. wait()
  13. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  14. end
  15. end
  16. end)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement