#PLEASE SOMEONE HELP ME WITH THIS!!!!!!!!

1 messages · Page 1 of 1 (latest)

hot granite
#

the video is the ragdoll i want to make

#

super realistic body movement right?

#

this is the system i made

#

movement works, right? yes it does BUT THE RAGDOLL!?????????????????!!!!!!!!!!!!!!?!?!??!?!?

#

where is it????????????????/

#

I KNOW HOW RAGDOLLS WORKS, I PUT IT IN THE SCRIPT??????????

fossil cloudBOT
#

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

hot granite
#

NOTHING??????????????????????????????????????????

hot granite
#

SOME1 HELP ME PLSSSSSSSSSSSS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1

vocal pollen
#

(calm down.)
what you need is a script that makes it so that the humanoid does not break apart upon dying. in that same script, you need to set the character's state to ragdoll.

players = game:GetService("Players")
players.PlayerAdded:connect(function(plr) -- whenever a player is addedd
  plr.CharacterAdded:connect(function(char) -- whenever a character is added
    char.Humanoid.BreakJointsOnDeath = false. -- stops you from breaking apart
    char.Humanoid.Died:connect(function()
      char.Humanoid.ChangeState(enum.HumanoidStateType.Ragdoll) -- causes ragdolling
    end)
  end)
end)
hot granite
#

ok

#

im gonna try this

hot granite
vocal pollen
#

if your movement script is on a server script, then place this at the top of that same script.
else make a new server script for it.

hot granite
#

new problem

#

when i test play my screen freezes and stays in this frame

#

HOW

#

do i fix this

#

so annoying

#

i tried restarting studio completely

#

its still like that

#

this sucks

#

so annoying

#

like me

#

i suck

#

roblox studio sucks

#

my life sucks

#

sucks

#

sucks to suck

#

like i do

#

because i suck

#

nvm i gotta wait

vocal pollen
#

it's looking like you have a script running a loop too fast

#

check that your for loops have task.wait

hot granite
#

i waited and it loaded

vocal pollen
#

ah ok

hot granite
#

ok im actually gonna try your scripts

#

i will give you all of my robux in pls donate (6 robux) is this works

vocal pollen
#

aight

#

add @anumiri on roblox

hot granite
#

ok

#

@vocal pollen

#

like this?

hot granite
old tinsel
#

remove the . behind false

vocal pollen
#

^

hot granite
#

done

vocal pollen
#

also unindent the char.humanoid.died event listener

hot granite
#

test it now or need some stuff?

vocal pollen
#

it should work now

hot granite
#

like this?

#

im worried about the red line under enum

vocal pollen
#

capitalize it

hot granite
#

like this ?

vocal pollen
#

yea

hot granite
#

👍

#

let me try it

#

brh

fossil cloudBOT
#

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

hot granite
hot granite
#

i can send you my script if u want

#

its in serverscriptserver

vocal pollen
#

can you send the place?

hot granite
#

k

#

i can make add you and put you in the place

#

the ragdoll is for my upcoming game, untitled f3x gam

#

basically you build stuff with f3x but with a twist

#

you have guns and you can build EVERYHWERE, ANYWHERE!!

vocal pollen
#

that works for me :]

hot granite
#

you can make teams and votekick abusers who dare do this in MY game?????????????

#

ok im gonna add you

#

accept my friend request and ill add you in the game

#

holdon my internet sucks so its gonna take a while

#

ok done

vocal pollen
#

what's your username?

hot granite
#

Simply_Pogger

#

display roger

#

display name: roger

#

military outfit

vocal pollen
#

gotcha

hot granite
#

k

#

im gonna dd you

#

add

#

you

#

should i add you in credits of my game? im gonna implement the system into the other game

hot granite
#

place is called ragdoll test

vocal pollen
#

where the hell is the chat button...

fossil cloudBOT
#

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

hot granite
#

idk

#

wait

#

what do you jean

#

what do you mean

#

chat button

#

u mean team create chat butotn

vocal pollen
#

yea

hot granite
#

i actually dont know here it is

#

where it is

#

wait

#

roblox removed it

#

they announced that it will be removed in january 20 2025

#

january 30 2025

vocal pollen
#

what in the inefficience is this

hot granite
#

?

vocal pollen
#

a moment, have to quickly restart studio

#

also, why the hell would they remove chatting

hot granite
#

i dont know bro

#

they are dumb for that

old tinsel
#

aint that deep frfr theres discord for a reason

hot granite
#

its slower to communicate tho

fossil cloudBOT
#

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

hot granite
#

i dont wanna switch apps like twice just to say something

#

waitaf

#

afk

#

ill be right back

#

back

old tinsel
vocal pollen
#

i found the fix

hot granite
#

what is it?

#

what basically happened?

hot granite
#

?

vocal pollen
#

not overly perfect, but what it was was that another ragdoll function was getting in the way of it - and the reason that one failed was because it was because it was disabling the motor6s (effectively breaking the joints manually.)

i disabled it and used my own solution, and it works (somewhat)

hot granite
#

wait

#

show me a video

#

i tried it and nthing worked

#

i tried it now and

#

im in the unstuck animation and somehow its stuttering like CRAZY

vocal pollen
hot granite
#

exact same thing

#

happened to me

#

i hope its fixed and its exactly like that ragdoll video i sent!!!!!!!!!!!!!!!!!!

#

!!!!!

uneven yarrow
#

If it hasent been fixed yet the

fossil cloudBOT
#

studio** You are now Level 5! **studio

uneven yarrow
#

Then

hot granite
#

he is currently fixing it

uneven yarrow
#

Make a clone of the plr and use that as ragdoll instead

#

I tried to make a ragdoll system very hard, thats the only way i got it to work

vocal pollen
#

yea i don't have anything for the stuttering.

uneven yarrow
#

Its better to clone it since it won't be bound to player physics

vocal pollen
#

pretty much

uneven yarrow
#

Like preferably a model with no humanoid

#

Glad to help 🤝

#

dissappear into the darkness

hot granite
#

o

vocal pollen
#

this is somewhat beyond me.
you'd have to clone the character and remove the humanoid.
i can't seem to clone the accessories and shirts and stuff for some reason.

there are some modules available on roblox that handle ragdolling and or character cloning - i suggest giving those a look.

here are a link to something promising:
https://devforum.roblox.com/t/easyragdoll-easy-to-use-ragdoll-module-r15r6/3803829

#

you can keep the robux

hot granite
#

o

#

thanks i guess

hot granite
#

omg finally

#

i worked my ass off for 8 hours for this ragdoll script

#

and it worked

#

kinda worked