Ragdoll is kinda bugged I mean it would get itself less laggy and arms, legs would get uncollidable sometimes after a few combo slaps. Or if character dies Ragdoll completely removes leaving only knockback. But this tutorial is still the best👍
@@aaeti7327 if you're having problems with it and it is buggy for you, you can always just remove the part that makes limbs collidable or try and find a method online. If you do find a better method then let me know so I can use it in the next tutorial!
hey majestic i also found some bugs and the first one is that u can still hit people when they are ragdolled just by unequipping and equipping the tool and spamming click and also i made an ability called electric and it has long stun time but u can abuse it by just going to the ragdolled player and waiting for them to stand up and then just hit them again which will be annoying so could u add a invincibility for when u are ragdolled and when u get up
The first bug isnt a bug. You dont need to unequip and equip your weapon to do that. If you don’t want to hit people if they are ragdolled then in the check function, check if ragdool.Value == true. If it does then return false
idea for next tutorial: slap counter (everytime u slap someone it show u the slap) leaderboard (with slap counter and equip glove if possible) and also for the another next tutorial can u tell us how to make glove badges and gamepass glove?
i already have a script for that: local PunchAmount = script.Parent local player = game.Players.LocalPlayer local PlayerPunches = player.leaderstats:WaitForChild("Punches") PunchAmount.Text = "👊"..PlayerPunches.Value PlayerPunches.Changed:Connect(function() PunchAmount.Text = "👊"..PlayerPunches.Value end) if u are making a slapping game u can change the punch emoji to a hand emoj or u can just remove the punch and the 2 dots also make a screen gui then a textlabel in starter gui then make a local script in the textlabel and change any variable values if u need
It was very nice using your item system I modified it a little bit and added my own attack types like disintegrate, op hit, & punch. I also used type checking in your item system to make it understandable. I already credited you so yea.
but what if you want make skins (example: I’m planning to make a stud battles game, were your a stud that fights other studs/players. So like an example of this?)so how make small skins? Please tell me if you figure out 😢
I have an issue with the Check module, whenever you try to hit someone it says "Ragdoll is not a valid member of Model "Workspace.Player1", can you help me resolve this problem ?
Yes. Whenever the character dies, have a folder containing the death sounds and pick a random sound out of the folder using math.random. Make a clone of the selected sound and add it to the character’s humanoid rootpart
Knife fight vids take longer for me to make. I'm still developing it but am just not uploading stuff for it right now because the video would be 3 mins long
when I do a team test with my friend the dummies limbs become collidable when you hit them but the actual player's limbs are still non collidable idk how to fix lol
just asking, how do i make a killstreak? basically i have a numbervalue inside the killstreak glove and i want the numbervalue to go up when you get a kill
i did everything and when i playtest it just says Infinite Yeild Possible On ´ServerScriptService:WaitForChild("Spacial")` And I Cant Slap, No anim plays and it doesnt do damage or ragdoll or anything
Bro thanks for tutorial, but if I slapping dummies a lot of times limb collision is breaking and limbs becoming uncollidable again. How to fix this? Btw limb collision Doesn't work on players.
Are you talking about language models like chatGPT? If so then I think they will prove to be extremely useful in 10 years from now. Ik there are lots of ethical issues for using ai instead of people for jobs but the exact same claims were made in the industrial revolution where people thought they were going to lose their jobs when it actually made more jobs and made work more efficient. I think new jobs will arise and ik the arguments like programmers wont be useful anymore once people are able to use language models to write anything in code for them but it actually just makes our jobs easier and if anything goes wrong we’ll be able to fix it
Sorry brother, I want to make a Game that is similar to rogue demon, when executing an attack, there will be an animation, so as an ulti Q lowers the life of the other player, a clear example is the Centipede Attack of the character Shinobu in Rogue demon, I hope you can comply, since I want to make my own game, thanks brother
Hey, I have this error. Players.morton0401.Backpack.Tool.Script:17: Expected ',' after table constructor element. Please help Hey, I have this error. Players.morton0401.Backpack.Tool.Script:17: Expected ',' after table constructor element. Please help
very nice tutorial, followed every step like the last, one small issue tho, when playtesting the game in studio, everything works fine, but as soon as it gets to the actual game i get an error saying Infinite yield possible on 'ServerScriptService.Modules.Attack.Check:WaitForChild("Ragdoll")'
This isn’t an error. Its a warning. It is telling you that there is nothing called ragdoll inside of the check module script because there isn’t. The ragdoll module script is inside state
Make Part 3. is been like 2 weeks. come on. make the leaderstats thing. stands, gamepass's stands, badges stands, etc NOW IS BEEN 1 MONTH. if you dont make more slap battles tutorial. the more subs you dont get. SO PLS
ServerScriptService.Modules.Attack:33: attempt to call a nil value - Server - Attack:33 Stack Begin - Studio Script 'ServerScriptService.Modules.Attack', Line 33 - Studio - Attack:33 Stack End - Studio function attack.Explosion(character, data) local damage = data.Damage local startup = data.StartUp local knockback = data.Knockback local stun = data.Stun local sound = data.Sound local radius = data.Radius task.spawn(function() task.wait(startup) local victims = spacial.GetNearPlayers(character, radius, {character}) soundMod.Play(sound, character.HumanoidRootPart) for _, victim in pairs(victims) do if check.CanAttack(character, victim, {}) == false then continue end local ehum = victim:FindFirstChild("Humanoid") if ehum == nil then continue end damageMod.Start(character, victim, damage) local dir = (victim.HumanoidRootPart.Position - character.HumanoidRootPart.Position).Unit * knockback kb.Absolute(character, victim, dir) state.AddRagdoll(victim, stun) end end) end PLEASE HELP
If you find any bugs or glitches, please tell me so I can fix them in the next video!
Pastebin: pastebin.com/zVkS6rDn
Hey the pastebin is broken i cant go in that web
Ragdoll is kinda bugged I mean it would get itself less laggy and arms, legs would get uncollidable sometimes after a few combo slaps. Or if character dies Ragdoll completely removes leaving only knockback. But this tutorial is still the best👍
@@aaeti7327 if you're having problems with it and it is buggy for you, you can always just remove the part that makes limbs collidable or try and find a method online. If you do find a better method then let me know so I can use it in the next tutorial!
could you make like a kit for it im struggling getting it to work
@@MajesticUCis there any chance you could make killstreak in part 4?
Hey man! Will u be making part 3 of this game? I am a ok scripter, but your vids are just amazing and your code is easy to understand or edit.
hey majestic i also found some bugs and the first one is that u can still hit people when they are ragdolled just by unequipping and equipping the tool and spamming click and also i made an ability called electric and it has long stun time but u can abuse it by just going to the ragdolled player and waiting for them to stand up and then just hit them again which will be annoying so could u add a invincibility for when u are ragdolled and when u get up
The first bug isnt a bug. You dont need to unequip and equip your weapon to do that. If you don’t want to hit people if they are ragdolled then in the check function, check if ragdool.Value == true. If it does then return false
oh ok but also u can hit multiple people with the same hit? and also how do i add a small invincibility when the player gets up@@MajesticUC
also 1 last question, will u make a tutorial on killstreak?@@MajesticUC
hey majestic this is a nice tutorial but for overkill instead of it doing 100 damage it sets the hit.parent damage to 0 or just does math.huge damage
Ok thanks for the advice
idea for next tutorial: slap counter (everytime u slap someone it show u the slap) leaderboard (with slap counter and equip glove if possible) and also for the another next tutorial can u tell us how to make glove badges and gamepass glove?
I already said thats what i was going to make for next video
i already have a script for that:
local PunchAmount = script.Parent
local player = game.Players.LocalPlayer
local PlayerPunches = player.leaderstats:WaitForChild("Punches")
PunchAmount.Text = "👊"..PlayerPunches.Value
PlayerPunches.Changed:Connect(function()
PunchAmount.Text = "👊"..PlayerPunches.Value
end)
if u are making a slapping game u can change the punch emoji to a hand emoj or u can just remove the punch and the 2 dots
also make a screen gui then a textlabel in starter gui then make a local script in the textlabel and change any variable values if u need
@@Akkerixxand the leaderstats?
bc. i tried to make the slaps thing. i was trying. it didtn work. but yea. you forgot the leaderstats
@@Akkerixx can u make a script that gives you a slap when u hit?
It was very nice using your item system I modified it a little bit and added my own attack types like disintegrate, op hit, & punch. I also used type checking in your item system to make it understandable. I already credited you so yea.
thanks dude in the past in didnt use module script because i dont know how to use it but now i know how it works
awesome!
Can you make a tutorial on how to make killstreak phases and stuff?
but what if you want make skins (example: I’m planning to make a stud battles game, were your a stud that fights other studs/players. So like an example of this?)so how make small skins? Please tell me if you figure out 😢
I have an issue with the Check module, whenever you try to hit someone it says "Ragdoll is not a valid member of Model "Workspace.Player1", can you help me resolve this problem ?
i got this same issue
is there a way to add randome death sound effect?
Yes. Whenever the character dies, have a folder containing the death sounds and pick a random sound out of the folder using math.random. Make a clone of the selected sound and add it to the character’s humanoid rootpart
@@MajesticUC can you do that in the next video?
Are you having more fun doing this than knife game? Just curiosity
Knife fight vids take longer for me to make. I'm still developing it but am just not uploading stuff for it right now because the video would be 3 mins long
Bro when will you do Part 3?
You are amazing! I'm new to Roblox game development. How did you learn scripting?
very cool tutorial, im just bored so i just watch some random vids for entertainment
what was that plugin at 1:38
In your punch tutorial can you please make it so when someone is punched they get stunned I’ve tried but for some reason it doesn’t work
Will there be a part 3 for the stands?
I need a know how to make the teleporter where you can select stuff and spawn in with it
when I do a team test with my friend the dummies limbs become collidable when you hit them but the actual player's limbs are still non collidable idk how to fix lol
just dont make the limbs collidable or find a method on devforum
Tried to be here as fast as possible!
nice!
just asking, how do i make a killstreak? basically i have a numbervalue inside the killstreak glove and i want the numbervalue to go up when you get a kill
You should totally make killstreak!!!
Idea for next part : a part that ragdolls (doesnt drop the tool)
what do you mean doesn't drop the tool?
I have seen other ragdoll parts. When u touch them ur glove leave ur hand and drops to floor. If u try un equip and equip it stays there
i did everything and when i playtest it just says Infinite Yeild Possible On ´ServerScriptService:WaitForChild("Spacial")`
And I Cant Slap, No anim plays and it doesnt do damage or ragdoll or anything
yo majestic is there a way to make it not work when trying to hit certain people
U should next make a killstreak pan
Bro thanks for tutorial, but if I slapping dummies a lot of times limb collision is breaking and limbs becoming uncollidable again. How to fix this? Btw limb collision Doesn't work on players.
ik. Just search on devforum for some methods or just remove limb collision until next vid
I can make a video about it so it will be fixed if you want :)
where is the part of check? i cant find it and i need to see where to add the "Ragdoll", Idk where to add
Wats yo opinion on generative ai in roblox?
Are you talking about language models like chatGPT? If so then I think they will prove to be extremely useful in 10 years from now. Ik there are lots of ethical issues for using ai instead of people for jobs but the exact same claims were made in the industrial revolution where people thought they were going to lose their jobs when it actually made more jobs and made work more efficient. I think new jobs will arise and ik the arguments like programmers wont be useful anymore once people are able to use language models to write anything in code for them but it actually just makes our jobs easier and if anything goes wrong we’ll be able to fix it
im not forcing you to, but can you please release part 3 some day?
hey I was wondering if you could make a stun for your combat video
can u make an video about how to make an slap counter GUI?
We need part 3 of it and in it make like: Stands, some bug fixes (again)
i have a question. when will part 3 come out?
Never
can you make a tutorial of how to make plague glove?
how do i make a teleporter to spawn down to your island
im sure there are lots of tutorials on how to tp
Can u make a video about: how to create ur own battlegrounds games like: "the strongest battleground" "Z battleground" and etc
well how do you make the leaderstats
Idk, but my thing won’t work, I did everything correctly. Is it because I used a different model?
Nvm
Me fixed it
@@rachaelstachkunis1059 ok cool!
when "how to make slap battles part 3" video??
When is Part 3? All I need is the giving slaps part
MajesticDev can you help me ? . The link pastebin is not work i cant go in that web
It works for me. What do you mean you cant go in the web
@@MajesticUC yeah i can't . That not work for me
@@MajesticUC can you do something ?
@@Pillow_thenickgirl what happens when you click on the link?
@@MajesticUC when clicked it will load and say *the link not work try again*
oh woah
I seen this game and it looks
quite cool
also is it ok
u would see my comment on ur
robux contest short video ?
thx
Sorry brother, I want to make a Game that is similar to rogue demon, when executing an attack, there will be an animation, so as an ulti Q lowers the life of the other player, a clear example is the Centipede Attack of the character Shinobu in Rogue demon, I hope you can comply, since I want to make my own game, thanks brother
Why r u on a slap battles tutorial if u want to make rogue demon?
@@MajesticUClol
Can u add the equip stands for next vid?
That is what I said at the end of the vid
Oh
How do i make it so it gives me a slap when i hit someone
maybe you can make a model of the slap battles stuff like all the gloves and stuff or nor i don't mind
can you make a part 3?
WHEN NEW VIDEO BRO!!! :(
when the knife fight game finna drop?
Once the game is playable. When it gets close to that i will make a release date
@@MajesticUC ayo cant wait to play with my friends
add a hit particle when the player hit someone please. Anyways i like your video!!!
Im using the idea of instead of gloves, frying pans lol
why do they stand up while ragdolling
please continue this series!
how to you make the script save slaps
bro please how do make a tournament system
Can you make the game a model please because i want to share it to my friend and he doesnt have time to code (Im so sorry for asking this)
And i love your videos keep the making slap battles series!
Hey, I have this error. Players.morton0401.Backpack.Tool.Script:17: Expected ',' after table constructor element. Please help
show ur script
prob require() error?
no in the table it needs a "," after every element@@kamaria2006
Hey, I have this error. Players.morton0401.Backpack.Tool.Script:17: Expected ',' after table constructor element. Please help
Hey, I have this error. Players.morton0401.Backpack.Tool.Script:17: Expected ',' after table constructor element. Please help
show ur script
so whens part 3
OMG THANKS THAT WAS MY DREAM OMGG
No problem
@@MajesticUC whens next part?:)
It takes awhile to dev, respect the man taking time of of his day
My guy where your voice
My obs is broken and it doesn’t listen to my mic. I will try getting it back soon
@@MajesticUC no dont i like ai.voice
I wanna make a game like sword battles though
very nice tutorial, followed every step like the last, one small issue tho, when playtesting the game in studio, everything works fine, but as soon as it gets to the actual game i get an error saying Infinite yield possible on 'ServerScriptService.Modules.Attack.Check:WaitForChild("Ragdoll")'
the error breaks the glove and its unusable
This isn’t an error. Its a warning. It is telling you that there is nothing called ragdoll inside of the check module script because there isn’t. The ragdoll module script is inside state
@@MajesticUC yeah i typed the sccript in the wrong place, my bad
i know the warning errors now im getting pretty good at roblox studio but what i dont know is much of scripting and creating mobile buttons service
teach me how to make battlegrounds pls pls
Very nice👍😃
shoot, THE RAGDOLL BOOL VALUE ISNT GOING IN PLAYERS
Hey majestic can you make part 3
If my only move is to subscribe, ur only move is too pin.😅
Love ur channel
if this wasnt a tutorial i would pin. Srry young one...
@@MajesticUC u alright, I was just watching this because i wanted to know how to script the ability into my game with spoons
TEAM ANIMATION SPOFTER :)
Make Part 3. is been like 2 weeks. come on. make the leaderstats thing. stands, gamepass's stands, badges stands, etc
NOW IS BEEN 1 MONTH. if you dont make more slap battles tutorial. the more subs you dont get.
SO PLS
Fr
7:16
THANK YOU SO MUCH THE BRO, THE ANIMATION STILL DONT WORK :DDDD
please continue it
6,66k subs :skull:
uh oh...
Hi!!!
hello
Vary cool
indeed
Bro the tts is so mid just speak fr its so much better
I cant. My obs be buggin
another peak tut
thx
no i ain't joinin no discurd 💀💀💀💀
hmph!
I give up.
give up what?
@@MajesticUC chicken knife.
Honestly really bad video. It’s almost as bad as what “Majestic” did in “08. Fly high, young one.
👀
Nuh uh
/e first
mhm
/e didntask
@@RaladorDeQueijo 😔
also you can spam the ability how to fix that
ServerScriptService.Modules.Attack:33: attempt to call a nil value - Server - Attack:33
Stack Begin - Studio
Script 'ServerScriptService.Modules.Attack', Line 33 - Studio - Attack:33
Stack End - Studio
function attack.Explosion(character, data)
local damage = data.Damage
local startup = data.StartUp
local knockback = data.Knockback
local stun = data.Stun
local sound = data.Sound
local radius = data.Radius
task.spawn(function()
task.wait(startup)
local victims = spacial.GetNearPlayers(character, radius, {character})
soundMod.Play(sound, character.HumanoidRootPart)
for _, victim in pairs(victims) do
if check.CanAttack(character, victim, {}) == false then continue end
local ehum = victim:FindFirstChild("Humanoid")
if ehum == nil then continue end
damageMod.Start(character, victim, damage)
local dir = (victim.HumanoidRootPart.Position - character.HumanoidRootPart.Position).Unit * knockback
kb.Absolute(character, victim, dir)
state.AddRagdoll(victim, stun)
end
end)
end
PLEASE HELP
rabux
🤑
Can you make a tutorial for rattlebones