#Launching part that turns u into a ragdoll

1 messages · Page 1 of 1 (latest)

hushed sable
#

I need help with creating an part that launches a player and turns them into a ragdoll and u are aloud to flop around as a ragdoll. The problem im having is that i cant move around and i start flying into the air.

light pivot
#

can we see what you have done so far?

opaque crestBOT
#

studio** You are now Level 3! **studio

light pivot
#

with?

hushed sable
#

so u want me to send u the script or what happends in vido form

light pivot
hushed sable
#

ok 1 sec

loud elbow
#

I had the same promblem

#

So I had to remake my modu;e

#

Want the module for ragdoll I used and the usage of it?

hushed sable
#

yes pls

#

i currently dont have a module

opaque crestBOT
#

studio** You are now Level 1! **studio

mossy raptor
# hushed sable

not very used to ragdolls but fairly sure you just need to destroy the part that ragdolls you

hushed sable
#

i want to be ragdolled

mossy raptor
#

you can just use debris to get rid of this section

mossy raptor
hushed sable
#

i jus dont want to start flying

#

once i hit the platform yes

mossy raptor
#

then remove the bodyvelocity

loud elbow
mossy raptor
#

same thing with debris

loud elbow
#

Is the script in replicated

#

I mean

#

Serverscriptservice

hushed sable
#

no the script is in the part\

loud elbow
#

and here is usage in local scripts local Players = game:GetService("Players")
local player = Players.LocalPlayer

local function setupRagdollListener(character)
local humanoid = character:WaitForChild("Humanoid")
local ragdollEvent = humanoid:WaitForChild("Ragdoll")

ragdollEvent.Event:Connect(function(isRagdolled)
    if isRagdolled then
        print("[Client] Player ragdolled")
    else
        print("[Client] Player unragdolled")
    end
end)

end

player.CharacterAdded:Connect(setupRagdollListener)

if player.Character then
setupRagdollListener(player.Character)
end

#

Ohh

#

You can still use this

#

Use the two I used

#

The first one in server then this one in StarterCharacterScripts

mossy raptor
opaque crestBOT
#

studio** You are now Level 4! **studio

mossy raptor
#

but not removing it

loud elbow
#

Then fire a event when they touch it

mossy raptor
#

oh well

#

try what hes saying

#

i just think ur doing it weirdly

hushed sable
#

ill try both

mossy raptor
#

theres a much better way to go about coding this

hushed sable
#

im new to coding so i dont rlly know

#

i jus hear like a small explosion then i fly up

#

@mossy raptor

mossy raptor
#

hi

hushed sable
#

could u help

#

i have no idea what im doing

mossy raptor
#

i can give ideas but im kinda busy rn

#

what do u have rn

hushed sable
#

u hear the explosion sound

mossy raptor
#

no where is it

hushed sable
#

at 5 sec

#

when i go up into the air

#

everything works till that happends

mossy raptor
#

right

#

so u want the player to stay ragdolled

hushed sable
#

yes and on the ground

mossy raptor
#

maybe try set walkspeed to 0?

#

idk if thatll effect when ragdolled

hushed sable
#

didnt help is it the motor6D or smth

opaque crestBOT
#

studio** You are now Level 2! **studio

mossy raptor
#

try get rid of the ragdoll change their walkspeed to 0 then ragdoll them again instantly

#

just as a test

hushed sable
#

okgimmie 2

mossy raptor
#

i just wanna test if its the movement thats causing that

hushed sable
#

idk how to change walkspeed and ragdoll instanly im think im to new

mossy raptor
#

just do a wait()

#

remove the ragdoll parts

#

character.walkspeed =

#

and then add ragdoll

#

thats the basic way

hushed sable
#

there multiple ragdoll parts

#

@mossy raptor

mossy raptor
#

just remove all of them

#

dont do it efficiently yet im just testing

#

hows it going

hushed sable
#

i dont know what to remove

#

@mossy raptor

mossy raptor
#

the parts

#

did u even write the ragdoll

hushed sable
#

kinda

#

i wtached vids

#

jus jus delete that

mossy raptor
#

yeah

#

you should really learn exactly what the code does

#

and how it works

hushed sable
#

its my 3 day scripting

mossy raptor
#

even bigger reason

#

you should learn

#

instead of just trying to make a game from copy and pasting stuff from yt

hushed sable
#

i am while makeing the game

#

ive ;earned guis well i jus need help wit this then the game is done

mossy raptor
#

can you explain what this does

#

without lookiing

hushed sable
#

idk

mossy raptor
#

so how are u learning

#

lowkey just rewrite the stuff after u learn it without looking and learn what syntax does

#

regardless

#

remove the 3 parts

hushed sable
#

i did

#

then

mossy raptor
#

does it stop ur ragdoll?

hushed sable
#

no

opaque crestBOT
#

studio** You are now Level 3! **studio

mossy raptor
#

try set this to true

#

show me the code you wrote

hushed sable
#

now nothing happends

mossy raptor
#

do u unragdoll?

hushed sable
#

jus nothing happends

mossy raptor
#

go dms

hushed sable
#

what