fe kill fling script pastebin --[[ hello! by. unknown 공유 : 로늅이 ]]-- local player = game.Players.LocalPlayer local character1 = player.Character local mouse = player:GetMouse() local fakebody = Instance.new("Part", character1) fe kill fling script pastebin PasteShr fe kill fling script pastebin fakebody.Transparency = 1 fakebody.Anchored = true fakebody.CanCollide = false fakebody.Position = character1.Head.Position fakebody.Name = "FPart" wait() _G.ReanimationType = "PDeath" --PDeath, Fling, Simple _G.Velocity = Vector3.new(36,0,0) _G.FlingBlock = true fe kill fling script pastebin PasteShr fe kill fling script pastebin _G.FlingBlockTransparency = 1 _G.HighlightFlingBlock = true _G.FlingBlockPosition = "FPart" _G.HighlightFlingBlockColor = Color3.fromRGB(255,0,0) loadstring(game:HttpGet("https://raw.githubusercontent.com/GelatekWasTaken/Reanimation.lua/main/Main/Main.lua"))() function GetPlayer(name) for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.DisplayName:lower():sub(1, #name) == name:lower() or v.Name:lower():sub(1, #name) == name:lower() then fe kill fling script pastebin How to use it? fe kill fling script pastebin return v end end end local plrs = game:GetService("Players") local plr = plrs.LocalPlayer local char = plr.Character local killing = false local victim = nil fe kill fling script pastebin How to dowload it? fe kill fling script pastebin plr.Chatted:Connect(function(msg) if string.sub(msg, 1, 6) == "/kill " then if plrs:FindFirstChild(string.sub(msg, 7)) then victim = plrs:FindFirstChild(string.sub(msg, 7)) killing = true wait(2) killing = false else if GetPlayer(string.sub(msg, 7)) then fe kill fling script pastebin How to get it? fe kill fling script pastebin victim = GetPlayer(string.sub(msg, 7)) killing = true wait(2) killing = false else print("Player not found!") end end end end) fe kill fling script pastebin How to use it? fe kill fling script pastebin plrs.PlayerRemoving:Connect(function(player) if player == victim then killing = false end end) spawn(function() while game:GetService("RunService").Heartbeat:Wait() do if killing == false then fe kill fling script pastebin PasteShr fe kill fling script pastebin character1.Reanimate.FPart.Position = game.Players.LocalPlayer.Character.Torso.Position else if victim.Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then character1.Reanimate.FPart.Position = victim.Character.Torso.Position else character1.Reanimate.FPart.Position = victim.Character.UpperTorso.Position end end end end) fe kill fling script pastebin How to get it? fe kill fling script pastebin fe kill fling script pastebin