Advertisement
NOLI10

Fe Kill

Nov 7th, 2019
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. -- NOLI10's new fe kill
  2. -- requires 2 tools, replace TARGET name with person you want
  3. -- NO FE GODMODE
  4. TARGET = "PUT PLAYER NAME HERE"
  5.  
  6. lplayer = game:GetService("Players").LocalPlayer
  7. for i,v in pairs(lplayer.Backpack:GetChildren())do
  8. lplayer.Character.Humanoid:EquipTool(v)
  9. end
  10. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  11. if v:IsA("Tool") then
  12. v.Parent = lplayer.Character
  13. wait()
  14. v.Parent = game:GetService("Players")[TARGET].Character
  15. end
  16. end
  17. wait(1)
  18. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement