YOU AREEEEE THE ABSOLUTE BEST. THIS LOOKS so GOOD!!! and its so funcional, takes a bit of time but you feel really proud of yourself for making such a beauty!
@@UntoppableTopHat yee don’t expect the game. I’m working full time somewhere else and work on something that actually pays money passively instead of robux… so ye, I’m just too busy/lazy to work on a Roblox game. There are also a lot more and better battlegrounds games. Mine would look obselete
@@marmaje69 fair but if you still want to do that then don't let it being not as impressive as some other battlegrounds games discourage you! But yeah on an unrelated note I may start my own battlegrounds project soon
I deleted it and it still doesn't work (idk if this has anything to do with it but it says: Infinite yield possible on 'ServerStorage.Modules:WaitForChild("Ragdoll")') can you help me with this if this is a bug?
@@ChezzPuff I don't know if you've already fixed it, but this can occur due to these reasons: 1. The folder you put the scripts in isn't called Ragdoll. 2. That folder doesn't exist. In the video, he named it "Module" at first. If you change the folder name to Ragdoll, it will start working. Basically, there should be a folder called "Ragdoll" in the "Modules" folder in ServerStorage. That's where the ragdoll scripts go
@@ChezzPuffinstead of WaitForChild(“Ragdoll”) you can just put modules.ragdoll because one time i was scripting this error happened to me then when i did this the error was gone
Can someone help me out? when i am hitting the dummy the punch animation works BUT only when moving, if i stop walking around and hit the dummy then my punch animation doesnt look right
@@TheTomatoo also it didnt work bruh im getting an error called "Requested module experienced an error while loading" and its confused with model in ragdoll script ting
Yo i have a running script, and when i add that when i attack that i get slower then the run script and combatserver script colide and it gets wierd and buggy, what do i do? , i tought i can make him stop running before i make him slower and disable the run script and enable it again after i stopped attacking but i dont know how i acces it, can you help me?
Hey why does it say for me "requested module experienced an error while loading" I copied everything and put scripts where they need to be and I didn't change it pls help me.
@@dosantoszy wym im helping the ppl who dont know how to script and say that it doesn't work. this is an old tutorial so i wanna tell people that its outdated and some of it needs to be updated
@@Mrwoof_tophat I checked Th e error code, -remove the heartbeat of the script thingy on CombatServer -move to a new studio file [make a copy or sum] -idk
Hey. One Problem... When i do a full combo, ( 4 is the max) The last hit Does not make a Hitbox and then the script breaks by Not playing the animations then not making the hitbox... i check the animations, the scripts and and everything, there is also no error code
Hey, for what reason, motive or circumstance does the ragdoll module give me this error (attempt to index nil with 'FindFirstChild')??? This happens when I want to connect the module with the dummy (NPC) with the NPCRagdoll script
The ragdoll on NPC is not working. I did the steps, this is the script I did: "local ss = game:GetService("ServerStorage") local modules = ss:WaitForChild("Modules") local ragdollModule = require(modules:WaitForChild("Ragdoll"):WaitForChild("ModuleScript")) for i,v in pairs(workspace:GetChildren()) do if v:IsA("Model") then if v:GetAttribute("NPC") then ragdollModule:Setup(v) end end end" Did I do it wrong?
i took out LITERALLY EVERYTHING and its still doing it.. i have a suspiscion its to do with the time elapsed but i have no idea why it redoes the stuff if the hitbox were touched.. maybe its the placement of where it is at the script? no idea.
local ss = game:GetService("ServerStorage") local modules = ss:WaitForChild("Modules") local ragdollModule = require(modules:WaitForChild("Ragdoll"):WaitForChild("ModuleScript")) for i,v in pairs(workspace:GetChildren()) do if v:IsA("Model") then if v:GetAttribute("NPC") then ragdollModule:Setup(v) end end end
YOU AREEEEE THE ABSOLUTE BEST. THIS LOOKS so GOOD!!! and its so funcional, takes a bit of time but you feel really proud of yourself for making such a beauty!
thank you for this series. I am making battlegrounds like game based on murder drones and without this series I would not make it.
Murder drones? that funni robots?
@@drretr0-f3s well ye but I am really busy. Real life issues > hobby
Hey hows the project going? Did you quit? Are you still making it?
@@UntoppableTopHat yee don’t expect the game. I’m working full time somewhere else and work on something that actually pays money passively instead of robux… so ye, I’m just too busy/lazy to work on a Roblox game.
There are also a lot more and better battlegrounds games. Mine would look obselete
@@marmaje69 fair but if you still want to do that then don't let it being not as impressive as some other battlegrounds games discourage you!
But yeah on an unrelated note I may start my own battlegrounds project soon
TYSM ITS ONE OF MY DREAMS TO MAKE A ROBLOX BATTLEGROUNDS
I think it is necessary to add the Ultimate Power system in the next video, that is, on the G key
For Whoever that have the only one m1 problem it's cause the ''if attacking or punching or stunned then return end''
what do i do about it then? do I just delete the whole line?
I deleted it and it still doesn't work (idk if this has anything to do with it but it says: Infinite yield possible on 'ServerStorage.Modules:WaitForChild("Ragdoll")') can you help me with this if this is a bug?
@@ChezzPuff I don't know if you've already fixed it, but this can occur due to these reasons:
1. The folder you put the scripts in isn't called Ragdoll.
2. That folder doesn't exist.
In the video, he named it "Module" at first. If you change the folder name to Ragdoll, it will start working.
Basically, there should be a folder called "Ragdoll" in the "Modules" folder in ServerStorage. That's where the ragdoll scripts go
@@ChezzPuffinstead of WaitForChild(“Ragdoll”) you can just put modules.ragdoll because one time i was scripting this error happened to me then when i did this the error was gone
@@ImmortalLeafThank you bro, you saved me
This is underrated
Can someone help me out? when i am hitting the dummy the punch animation works BUT only when moving, if i stop walking around and hit the dummy then my punch animation doesnt look right
Yo bro, when i run the game its like fine then it shows "Requested module experienced an error while loading" Can you help me?
Thank you soooo much this will be very helpful for me and my friends game. daddy ;)
MY FRIEND TOLD ME TO DO THAT
if your friend falls off a bridge would you?
@@Editing12123 I would go down and save him cus he fell off
Yeah my for npc ragdoll isn't working somehow, I follow all your steps but it seems it wasn't working.
this is going to make me have a mental breakdown
how come my walk speed lowers on the first punch but then goes back to normal for the rest of the 1ms?
in other parts can u do character selection, how to make m1s for each characters and etc?
First I'll finish the combat system then maybe i try to make character selection etc
@@TheTomatoo or you can do full Saitama BATTLEGROUND stuff like ultimate..
@@LegoPieces_ bro wtf 😭
@@LegoPieces_ loving the english
@@TheTomatoo also it didnt work bruh
im getting an error called "Requested module experienced an error while loading"
and its confused with model in ragdoll script ting
Yo i have a running script, and when i add that when i attack that i get slower then the run script and combatserver script colide and it gets wierd and buggy,
what do i do? , i tought i can make him stop running before i make him slower and disable the run script and enable it again after i stopped attacking but i dont know how i acces it, can you help me?
I did the NPCRagdoll script and the npc wont rag doll and i added the attribute to the r6 dummy
Hey why does it say for me "requested module experienced an error while loading" I copied everything and put scripts where they need to be and I didn't change it pls help me.
Part 2?: ua-cam.com/video/5owm3Ok1zgc/v-deo.html
Tysm
ADD mobile buttons next part pls
Can u do ult bar pc and mobile?
Thanks
i did everything right, followed every script, every small detail, yet. the hitbox is missing, and the m1's dont do damage
when i did part 2 the punching anims and everything just stopped working
yk if i can modify the damage pls ?
Bro its mobile button create?
if the combo check isn't working, that's because os.clock() is now deprecated. instead, use tick()
bro stop talkin sh.
@@dosantoszy wym im helping the ppl who dont know how to script and say that it doesn't work. this is an old tutorial so i wanna tell people that its outdated and some of it needs to be updated
dude, os.clock() is not deprecated. tick() is. And is not fully deprecated.@@prodbyHUMBLE
@@prodbyHUMBLEyou can tell that this dosantozy mid knows nothing abt coding and thought ur bypassing some slang which he didn't understand 🤣
what about next one being ultimate
my game is setted to R6 but the ragdoll modulescript says rig should be setted in R6
did u spawn a dummy thats r6? u can spawn a dummy thats r15, all r6 in game settings does is make any REAL player r6.
damn its practically the same as my system
cool, im making my games
TYyyy
Requested module experienced an error while loading
-location CombatServer
-line 12
same bro and i have no idea what to do. idk if its bad internet or something.smh
@@Mrwoof_tophat I checked Th e error code,
-remove the heartbeat of the script thingy on CombatServer
-move to a new studio file [make a copy or sum]
-idk
22:54:14.561 Network Ownership API cannot be called on Anchored parts or parts welded to Anchored parts. - Server - ModuleScript:16
Have the same Issue
How i can use ragdoll in players too?
I'll show that in later parts
how do i make the ragdoll work on players?
can i just paste in the scripts from the desc?
yes
Part3 when
please help me, an API Anchor error occurs in my Ragdoll code
bro same, but i fixed: you need to unanchor ALL of the descendants of your npcs
I copied & pasted it but my punching ain't working someone help.
You’re missing code
@@JustRainYT witch code ?
which code cuz i'm having the same problem and need help@@JustRainYT
@@casualpersonlikesmemes9944 I haven’t looked but you might’ve missed the animation play code. Try checking it out
Hey. One Problem... When i do a full combo, ( 4 is the max) The last hit Does not make a Hitbox and then the script breaks by Not playing the animations then not making the hitbox... i check the animations, the scripts and and everything, there is also no error code
You don't have a Hit keyframe then
just on time
Mine dont ragdoll please help
can you make it a model on the last video please ? :)
I have some problem,the problem is it have only me who see the animation And my friend see me standing and hit him LOL
Next you should do blocking and air combat :)
Downslam too
@@DevImaMeqiuna Yeah that would be cool
why air combat? Its supposed to be a saitama battlegrounds type game.
@@sb00z34 Battleground games have air combat, And it's not specifically Saitama
@@BuldsOfficedawg it’s literally inspired by the strongest battlegrounds lol
WHO GOT PROBLEMS WITH DOING THE RAGDOLL ON A PLAYER? WATCH PART 3!
The ragdoll doesn't work on players, but only on npcs, is this intentional or did i miss a step?
i believe it is intentional
@@Yipinesis yea it was intentional, I modified it to make it work universally
@@Dazer18 how did you make it work universally?
how.... please dawg!!!!@@Dazer18
@@Xenisov if you want to make it universal u can remove the check for “NPC” in your script 👍 (sorry for the late response)
why im cannot run animation how to fix
Hey, for what reason, motive or circumstance does the ragdoll module give me this error (attempt to index nil with 'FindFirstChild')???
This happens when I want to connect the module with the dummy (NPC) with the NPCRagdoll script
anyone can help me my animation doesnt even START and my settings and script are all perfect
Bro is a gigachad
i tired my best of doing this but its not working
Whens pt 3???😊
why is my tomato hitbox not working, its not showing up and i can pnly punch once
Did u do more than one animation? And if u did only one u could copy paste it and name them punch1 - punch 2 -punch3 -punch4
@@BeepBumpSPLASH-mm8ty i did more than 1 animation
@@zakiplays6807 SAME BRO, why is it not workingggg
The ragdoll on NPC is not working. I did the steps, this is the script I did:
"local ss = game:GetService("ServerStorage")
local modules = ss:WaitForChild("Modules")
local ragdollModule = require(modules:WaitForChild("Ragdoll"):WaitForChild("ModuleScript"))
for i,v in pairs(workspace:GetChildren()) do
if v:IsA("Model") then
if v:GetAttribute("NPC") then
ragdollModule:Setup(v)
end
end
end" Did I do it wrong?
@toastflakes That is my alt, and I also set the attribute "NPC" on Boolean. It still doesn't work.
"workspace"
Did you turn it on?@@AdminitaryStudio
plis fix the TomatoHitBox
It doesn't ragdoll on npc. I followed every step. What did i miss?
Nvm fixed it by watching it again 6 times. The attribute was actually at the dummy not the humanoid.😅
@@hcr2615 oh my god, THANK YOU! Finally, someone who posts the solution after finding it out themselves. I was so confused, thank you so much!
I have a bug that makes it do damage again a second later..
i took out LITERALLY EVERYTHING and its still doing it.. i have a suspiscion its to do with the time elapsed but i have no idea why it redoes the stuff if the hitbox were touched.. maybe its the placement of where it is at the script? no idea.
why if i click my character dont punch ?
i'm having that same problem
why is my tomato hitbox not working, its not showing up and i can only punch once.
if someone knows what to do pls help
if you are using anims without the event it wont work.. I figured that out by myself lol (To help go back to tutorial 1)
@@ChezzPuff thanks
@@ChezzPuff i know this was a while ago but, ive just tried that and it doesnt seem to be working, i can still only punch once
nvm lol i figured it out
What worked to figure it out? how to work!
I put the code in and now the punching doesn’t work please can someone tell me how to make it work
You probably missed a step whatch the whole tutorial dont just mindlessly put the code in. It wont work by itslelf (Mainly cause of the stun)
im using the tutorial but nothing is working. what am i doing wrong?
me too
I did everything in the video but the combat system doesn't work
me too
mobile?
where is NPCragdoll script link?
Well, there is not much script so i though it doesn't worth to put it in the description
Strange I wrote it right but its don't work
@@yarikplay2001 I'll share it later
Nvm I just forgot to add NPC attribute
local ss = game:GetService("ServerStorage")
local modules = ss:WaitForChild("Modules")
local ragdollModule = require(modules:WaitForChild("Ragdoll"):WaitForChild("ModuleScript"))
for i,v in pairs(workspace:GetChildren()) do
if v:IsA("Model") then
if v:GetAttribute("NPC") then
ragdollModule:Setup(v)
end
end
end
You should make it using modules. Sick work tho! It's fyre bro 🔥🔥🔥
Fire*
@@EthanGabuyo fyre is just a better fire bro
8:47
first!
fourth
Link to first?
ua-cam.com/video/R7Dg7Ig_tto/v-deo.html
this sucks
how do i make that the hitbox is visible?