Ragdoll Engine | FE Fling All Players

MADE BY Pamprill

FEATURE:

  • FLING ALL PLAYERS
  • .
  • https://www.roblox.com/games/6584731191/Ragdoll-Engine#!/store

SCRIPT:

local PushRequest = game:GetService("ReplicatedStorage").events.PushRE
local Push = game:GetService("ReplicatedStorage").events.push

game.RunService.RenderStepped:Connect(function()
   for i,v in next, game.Players:GetPlayers() do
       if v ~= game.Players.LocalPlayer then
           local Root = v.Character:FindFirstChild('HumanoidRootPart')
           if Root then
               PushRequest:FireServer(v)
               Push:FireServer(v, Root)
           end
       end
   end
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!