Simplest Way to Make a Ragdoll System - Roblox Studio 2023

  Рет қаралды 7,687

Manly Creator

Manly Creator

Күн бұрын

In this video you will learn about module scripts and create a ragdoll system that can be used wherever you want.
-- Timestamps --
0:00 Intro
0:05 Setting up the Scripts
0:45 Creating the Module Script
2:44 Replacing the Character's Limbs
6:38 Changing the Character's Humanoid State
8:08 Creating a Function to Unragdoll the Player

Пікірлер: 49
@ManlyCreator
@ManlyCreator 11 ай бұрын
Let's get this video to 50 likes so I can upload the 3rd part to the combo series!
@Bongocat06
@Bongocat06 20 күн бұрын
Please my brookhaven but has ragdoll❤
@angelblancorodriguez6972
@angelblancorodriguez6972 7 ай бұрын
Very good video, i was always wondering how the freak someone made ragdolls on a Lego game and now i kinda know how to use module scripts
@senkos3711
@senkos3711 4 ай бұрын
Finally ragdoll with physics!!! Thanks!
@tabimyers4257
@tabimyers4257 11 ай бұрын
Great information!
@Banana-my3dq
@Banana-my3dq Ай бұрын
BRO THANK YOU IM MAKING A COMBAT GAME AND YOUR A LIFE SAVER
@VeryProPlayerYesSir1122
@VeryProPlayerYesSir1122 11 ай бұрын
8th like from me. Very good video. Keep up the good work.
@ManlyCreator
@ManlyCreator 11 ай бұрын
Thank you for the support VietnamSigmaGrindset
@bovious9145
@bovious9145 11 ай бұрын
Underrated content, super concise and easy to follow and I really like how you explain what you're doing and why. 👍
@ManlyCreator
@ManlyCreator 11 ай бұрын
Glad you thought so, that's exactly why I make these videos.
@cape2378
@cape2378 2 ай бұрын
Thanks man
@mrenots5489
@mrenots5489 2 ай бұрын
best ragdoll video
@Raxindbug123
@Raxindbug123 11 ай бұрын
you're the best
@globalelite9898
@globalelite9898 11 ай бұрын
hello, I watched your video and I want to tell you that you are the best, besides teaching small developers to create games/scripts + you explain very well. one more question, I really want you to make a kind of ragdoll similar to the one from strongest battlegrounds, I'll give you an example. when you uppercut in the strongest battlegrounds, the character becomes a ragdoll and throws it in the air, I don't know how to explain it so you understand, but I recommend you play the strongest battlegrounds and make a video how you could make a script like that, please! I appreciate you
@ManlyCreator
@ManlyCreator 11 ай бұрын
I just uploaded the third part to my combat series and it explains how to add ragdolling into the combat system. If that doesn't help then let me know so we can figure something out.
@xhope3894
@xhope3894 25 күн бұрын
This the type of tutorial I want. I want to learn how to code not to ctrl+c and ctrl+v
@kultdev
@kultdev 11 ай бұрын
Inside of the elseif for checking if joint is a ballsocketconstraint put this after enabled = false: joint.Attachment0:Destroy() joint.Attachment1:Destroy() joint:Destroy() this is so the characters limbs aren't getting continuously filled with ballsocketconstraints and attachments. I hate clutter!!!
@Blue-tq3uj
@Blue-tq3uj 8 ай бұрын
instead, can we make it so that in the playeradded function we just construct the attachemnts and joints then when we need to ragdoll we just enabled them?
@kultdev
@kultdev 8 ай бұрын
@@Blue-tq3uj You can do that just name the constraints and such
@joutubman
@joutubman 9 ай бұрын
how can i make it so when i press a certain button it ragdolls you
@TheTomatoo
@TheTomatoo 11 ай бұрын
What if I want to ragoll a Dummy ? I mean i cant run local scripts on dummy to change state so how should i do it ?
@ManlyCreator
@ManlyCreator 11 ай бұрын
I know it seems like it shouldn't work, but if you put the Ragdolled value on a dummy then it'll work. The only time this doesn't happen is if you were using a RemoteEvent or something.
@solidracer7947
@solidracer7947 4 ай бұрын
put ragdolled value in the dummy make the states using a script it doesnt really matter
@SteelReaper4450
@SteelReaper4450 Ай бұрын
Uh hey what button do I press to Ragdoll character? Because none of the buttons are working
@olivernorton8757
@olivernorton8757 3 ай бұрын
im so confused i copied this word for word and its not working please help me
@UltimateAfton
@UltimateAfton 3 ай бұрын
how do I make it as I punch someone it ragdolls them?
@knaioyn
@knaioyn 11 ай бұрын
i have redone the scripting 2 times but when i execute it, i can still move even if i'm ragdolled the humanoid states are set correctly but just doesn't work do you know why
@ManlyCreator
@ManlyCreator 11 ай бұрын
Did you fire off the remote event between scripts?
@kultdev
@kultdev 11 ай бұрын
lets say i have a weapon right. lets say a raycast or hitscan weapon that when you click someone they get knocked down. is there a way to deal some kb while they are ragdolled
@ManlyCreator
@ManlyCreator 11 ай бұрын
One way to do that is to create a VectoForce instance on your target and remove it after about 0.1 second. If you're confused, my Simple Combat tutorial shows how to do that.
@Rixxles.
@Rixxles. 11 ай бұрын
It all works but my character shakes and is very glitchy while on the ground, I think its because of the HumanoidRootPart being Collision on but when I turn it off, the camera clips through the ground
@ManlyCreator
@ManlyCreator 11 ай бұрын
The only thing I can think is that you might want to check if your character's physics state is being changed.
@Rixxles.
@Rixxles. 11 ай бұрын
It is, I cant move around while ragdolled@@ManlyCreator
@JessicaCrawford352
@JessicaCrawford352 Ай бұрын
for some reason i just die when i ragdoll
@kastuu
@kastuu 11 ай бұрын
How do you get rid of that weird camera movement when ragdolled?
@ManlyCreator
@ManlyCreator 11 ай бұрын
Camera movement is a whole beast to tackle in itself, but I'd imagine you can change its type to Scriptable while ragdolled and do some manipulating there.
@haze42
@haze42 8 ай бұрын
change camera subject to torso. workspace.CurrentCamera.CameraSubject = Character.Torso
@VeryProPlayerYesSir1122
@VeryProPlayerYesSir1122 11 ай бұрын
can you make a part that make player and npc to ragdoll when touched??
@ManlyCreator
@ManlyCreator 11 ай бұрын
Yep. All you'd have to do is create a Touched event on that part and connect it the the Mdoule's Ragdoll function.
@nicbytevideo
@nicbytevideo 7 ай бұрын
Sorry can you write that out, just not working for me :(@@ManlyCreator
@realamigoballtoucher
@realamigoballtoucher 10 ай бұрын
for me i just ragdoll when i spawn in and then i never ragdoll forever how to fix this? also what button do i press to ragdoll
@Jorge7YT
@Jorge7YT 4 ай бұрын
I liked the video but It doesen’t work to me
@EliteDrillmanRealOne
@EliteDrillmanRealOne 11 ай бұрын
bro sounds like tencelll 💀
@jj-jy2kr
@jj-jy2kr 4 ай бұрын
how to fix ragdoll kill player
@Rayshxft
@Rayshxft 7 ай бұрын
How would u add mobile support
@billybobjankens12
@billybobjankens12 5 ай бұрын
what? in mobile the values are the same, so there's no need for porting unless if you want click button for ragdoll
@ghostgamerat_the_gamer
@ghostgamerat_the_gamer 5 ай бұрын
I didn't understand "then return end".
@nightrider9398
@nightrider9398 2 ай бұрын
Basically it stops the code from continuing. Say you where checking for a value to be true in a loop. You can say "if value == false then return end" It wont continue the code until value is true
@user-px1yy2tt6m
@user-px1yy2tt6m 9 күн бұрын
@@nightrider9398 👍👍
How to Make ROBLOX Ragdolls: the BEST Way
12:23
LeehamsonTheThird
Рет қаралды 13 М.
He's BACK to Touch Football After 1 Year!
8:24
OK Kirby
Рет қаралды 7 М.
Red❤️+Green💚=
00:38
ISSEI / いっせい
Рет қаралды 78 МЛН
DAD LEFT HIS OLD SOCKS ON THE COUCH…😱😂
00:24
JULI_PROETO
Рет қаралды 15 МЛН
you SUCK at organizing scripts... Let's fix that!
13:12
Crusherfire
Рет қаралды 12 М.
The Only Thing You Need To Learn How To Script
4:36
Ludius
Рет қаралды 159 М.
How to make a gun in roblox
8:14
UnrealFlame
Рет қаралды 44
Making A Battlegrounds Game | Roblox Devlog
7:11
MajesticDev
Рет қаралды 237 М.
How to Make Super Reflective Parts!
14:52
RoBuilder
Рет қаралды 40 М.
41 Roblox Games to Play When Bored!
8:55
FrostyMC
Рет қаралды 898 М.
exploring DELETED content of The Strongest Battlegrounds.
11:24
How To Make Roblox Accessories (Get Robux!)
11:25
RoBuilder
Рет қаралды 319 М.
BEST GUIDE to animating on Roblox for free! [Beginner]
7:36
Pandastroyer
Рет қаралды 262 М.
What Is The Best AI For Roblox Studio Scripting?
10:42
RoDev
Рет қаралды 417 М.
РЕЗКА РЕЗИНЫ ДЛЯ ШИН
0:40
MakkClips
Рет қаралды 6 МЛН
New tfc sports car yellow colour kardya
0:27
Ruhul Shorts
Рет қаралды 2,8 МЛН
Подменил НОМЕРА на ЧУЖОМ скутере 😱 #shorts
1:00
Лаборатория Разрушителя
Рет қаралды 2,3 МЛН
Достойный поступок водителя❤️
0:39
Подменил НОМЕРА на ЧУЖОМ скутере 😱 #shorts
1:00
Лаборатория Разрушителя
Рет қаралды 2,3 МЛН
Гайцы чуть не устроили ДТП #автохам #shorts
0:18