Fling Ragdoll script

This script does exactly what the title says, you click on bright red button, and then it sends your character flying

file for those impatient:
newflingragdoll.rbxl (54.2 KB)

quick summery what it can do

  • ragdolls
  • unragdoll/gets up
  • flings in certain direction
  • kills and leaves a corpse

–you can disable the flinging and the corpses (just gotta edit the code)

main script is inside big red square part

--adjust to your liking
local flingForce: number = 500 
local damageAmount: number = 50
local getupTime: number = 2.5

here’s the view of all the scripts

the ragdoll module i found, forgot who made it but i didn’t make it

if there’s a bug then please tell me about it, i’ve encountered many bugs while making this
i think there’s a bug that the died event for character humanoid died does not fire(don’t know how to fix it) it happens if you kill it as soon as you respawn, and character does not respawn even though it “died”
another bug, it sometimes does not fling character, it begins to, but teleports back to regular position
image

after some through testing (used autoclicker to kill player for 2 minutes straight)
i haven’t seen any bugs --autoclicker was set at 200 milliseconds per click

new file:
newflingragdoll.rbxl (54.2 KB)

old file: flingragdoll.rbxl (54.0 KB)

7 Likes