Тёмный
No video :(

[Remake] Battlegrounds Combat System Tutorial (Part5) 

The Tomato
Подписаться 14 тыс.
Просмотров 25 тыс.
50% 1

[Remake] Battlegrounds Combat System Tutorial (Part5)
in this part we're going to make the blocking system
/\*/\*/\*/\*/\*/\*/\*/\*/\*/\*/\*/\*/\*/\
Join my Discord Server (Cus why not 🤷‍♂️)
Discord: / discord
Same with my roblox group:
Group: www.roblox.com...
\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 212   
@nanochrz
@nanochrz 4 месяца назад
This guy is TOO underrated. He deserves way more attention for his hard work. This is amazing!!
@Tiejj
@Tiejj 4 месяца назад
Yo bro can u upload every script changed or made from part 1 to 5 because I keep having errors and I don't have time to sit through every vid 2 times to double check TYSM if u do so
@pikmin_link7296
@pikmin_link7296 6 месяцев назад
So i stop making a battleground game because you took so long but your video still help me learn new thing i was stuck on server side animation and it stopped other players animations because i was not making it a table you saved me thanks
@HITMAN-iq6fz
@HITMAN-iq6fz 6 месяцев назад
Same problem as mine, but Tomato is cooking now
@hello.there_myfriend
@hello.there_myfriend 6 месяцев назад
@@HITMAN-iq6fzTrue, though he takes too much time to make videos, making you think he gave up, he still cooks in his videos lol
@joeplayzgames2625
@joeplayzgames2625 2 месяца назад
i mean, you could have just learnt how to script
@pikmin_link7296
@pikmin_link7296 2 месяца назад
@@joeplayzgames2625 i know how to scripts i made a great battleground but i didn't know details and thing like that ( like inserting an animation track in a table was possible)
@koxigames
@koxigames 4 месяца назад
Hello Tomato. Could you please do a tutorial on how to create mobile support for a combat, downslam, uppercut and block (buttons). This will really help me because I want to create a battleground game for PC and mobile players. Btw, your videos are amazing !
@OllieYT-iamboo
@OllieYT-iamboo Месяц назад
Same I need to know how do this too
@dummiesclione977
@dummiesclione977 6 месяцев назад
This helps me a lot, I might make a Avatar the last airbender battlegrounds but I have no clue how to do combat systems. you're tutorials helped me and other people.
@8553animations
@8553animations 6 месяцев назад
Your tutorials and all the stuff you upload about this just made me make my battlegrounds game functional!!! Thank you very much! (Also, please make a dash tutorial)
@TheTomatoo
@TheTomatoo 6 месяцев назад
Yo, thanks for the donation I really appreciate it I'm happy I could help. I'll also make a dash tutorial
@8553animations
@8553animations 6 месяцев назад
@@TheTomatoo Alr! Keep going man, cuz what you do is absoltely great and deserves more
@deniszz121
@deniszz121 3 месяца назад
@@TheTomatoo WHENNNNN?????
@yaderniykotleta
@yaderniykotleta 3 месяца назад
​@@TheTomatooYo bro, just finished previous tutorials, thanks a lot, you are cool fr fr, we all are waiting for dash tutorial
@TheOfficial_Noobie
@TheOfficial_Noobie 2 месяца назад
part 6 is the equivalent of gta 6
@Jacklumol
@Jacklumol Месяц назад
Cant wait for the dash system!!! keep up the great work!
@RandumToys
@RandumToys 5 месяцев назад
I found a bug. I played with my friend and realized that if you punch someone while they are blocking, from behind or in front, It breaks and you can't stop blocking, until you leave the game. The game still thinks you have the blocking attribute basically :/
@CornTaki
@CornTaki 5 месяцев назад
woah good thing you have friends I wouldnt've realized lol
@audrete6071
@audrete6071 5 месяцев назад
i have a problem, my friend don't exist 😭
@RandumToys
@RandumToys 4 месяца назад
its just my brother lol
@Zancanyt
@Zancanyt 4 месяца назад
In the HitService script if you put "enemy:SetAttribute("Blocking",true)" right after "else enemy:SetAttribute("Blocking",false)" so it should look like "else enemy:SetAttribute("Blocking",false) enemy:SetAttribute("Blocking",true)" that should fix the problem with actual players
@RandumToys
@RandumToys 4 месяца назад
@@Zancanyt oh thx!
@maksstuffdrawz9286
@maksstuffdrawz9286 6 месяцев назад
Yay!your tutorials are so good,keep up the great work
@Not_Tiger77
@Not_Tiger77 6 месяцев назад
Thankssssss tomato, you’re the best ❤
@Ikazuri_Dev
@Ikazuri_Dev 6 месяцев назад
yes he is!!
@marmaje6953
@marmaje6953 6 месяцев назад
Here, for some motivation to keep going! Thx for making this.
@TheTomatoo
@TheTomatoo 6 месяцев назад
Thanks for the motion. It really means a lot.
@marmaje6953
@marmaje6953 6 месяцев назад
@@TheTomatoosome ideas for next video. Making new running animation and AutoRun, Dashing, Adding sfx, Adding ground breaking effect to downslam.
@NorthOnGTAG
@NorthOnGTAG 4 месяца назад
next one needs to be about switching characters!!!!!!!!!!!
@RobbyTheBall
@RobbyTheBall 2 месяца назад
if you want the npc to block heres the code PUT IT IN THE DUMMYS MODEL IN A NORMAL SCRIPT: local rp = game:GetService("ReplicatedStorage") local remotes = rp:WaitForChild("Remotes") local block = remotes:WaitForChild("Block") local anims = rp:WaitForChild("Animations") local blockAnim = anims.Extras.Block local hum = script.Parent.Humanoid local playblock = hum.Animator:LoadAnimation(blockAnim) playblock:Play()
@Stickaleatório
@Stickaleatório Месяц назад
when the dummy gets ragdolled the attribute turnes to false, how do i fix this?
@foxyplaysgames7879
@foxyplaysgames7879 3 дня назад
@@Stickaleatório make it a while true loop maybe
@soyeonkang7811
@soyeonkang7811 Месяц назад
can you pls make stun enemy on hit and hit animationss play in part 6?
@Inrun-qg4gv
@Inrun-qg4gv 2 месяца назад
Hey could you make just a tut on how to make one skills with just a function that print "Hello" instead of doing a entire working skill. I'm having trouble sendings functio to server
@Inrun-qg4gv
@Inrun-qg4gv 2 месяца назад
Also you did a nice job ! U deserve more things that you have
@raseli-sp7oc
@raseli-sp7oc 2 месяца назад
use input began to detect if the player pressed 1, then fire a remote on the server in the server script just detect if the remote was fired and print hello
@worldofgames1894
@worldofgames1894 2 месяца назад
Yo tomato can you make episode about block breaking and effects when you hit and block? [if Yes Thank YOU so much!]
@sbgaming999
@sbgaming999 Месяц назад
pls make a dash vid and how to add sound! Keep the great work going!
@voidmonster486
@voidmonster486 5 месяцев назад
just a quick suggestion, could you make a tutorial on how to do cutscene moves like serious punch, etc.? and the function where music also plays when they are activated. it would be really appreciated, thank you!
@itszz.shadow
@itszz.shadow 6 месяцев назад
waiting for part 6, this is fire and it helps me a lot as a new developer
@Wherdagunat
@Wherdagunat 3 месяца назад
My blocking animation doesn't work somehow, and I can't get anything to fix it. It kind of just stays at a position where it looks like they're holding their own hands. @The Tomato
@Khilef
@Khilef 3 месяца назад
Me too ;(
@Wherdagunat
@Wherdagunat 3 месяца назад
Also can you do abilities, ult, or the downslam effect in the next part pls?
@Wherdagunat
@Wherdagunat 2 месяца назад
@@Khilef I figured it out. It was the animation priority. I just set it's priority to idle and then it was working. I had set the priority to an action so yah...
@OfficialBriefz
@OfficialBriefz 4 месяца назад
W tutorial cant wait for part 6
@yoeshery
@yoeshery 5 месяцев назад
YOU SAVED MY WHOLE BATTLEGROUNDS GAME THANK YOU
@goldenollies8338
@goldenollies8338 4 месяца назад
cant wait for the next episode!
@Noach2fun
@Noach2fun 3 месяца назад
Can you make tutorial on how to make special attacks / ult with special attacks please
@Zqily
@Zqily 4 месяца назад
Could you do skills next?
@lilj0dan168
@lilj0dan168 2 месяца назад
This is amazing, thanks so much for these tutorials however I noticed a problem and I'm not sure if it happens with you. If you Block, and you get hit from behind while blocking, your character will stay blocking forever, if you die then you will lose the ability to block.
@MRmustachee
@MRmustachee 20 дней назад
If you do a part 6 i´d really like it to be a dash because that would complete the basics of a battlegrounds combat system
@user1asdawa
@user1asdawa 6 месяцев назад
next parts dash or effects, (pls make a tutorial on how to make good effects and create textures for them!)
@PureStorys
@PureStorys 10 дней назад
there is a problem with the script, it brake when you equip any tool how do i fix this
@SupaikuKun_
@SupaikuKun_ 5 месяцев назад
W vid as always but please make a tutorial on hitstun for the combat soon pls and ty
@Nomoki
@Nomoki 4 месяца назад
Big ask but I have suggestions for this series. 1 - ability’s (basically how to make any ability), 2 - strong punch, 3 - dashes, 4 - hit particles and block particles
@yourlocaldoormat
@yourlocaldoormat 28 дней назад
Fun fact: I just found tomato on devforum asking how to make this and not knowing what dot was.
@angelicomukage7789
@angelicomukage7789 2 месяца назад
yo bro, love your tutorials, my game has a solid base because of your, idk if you're going to keep the series going, but i've been strugling with something, would you mind telling me how can i cancel a ragdoll before the RagdollDuration? like, for example, i want to make ragdoll cancel and mid-air catchs with grab skills, i have a skill that is a grab like beatdown from metal bat, and i want the players to be able to catch ragdolled players mid-air. i've tried to do it myself but i juts created a millions of bugs in the process.
@Xezvan_YT
@Xezvan_YT 5 месяцев назад
hey the tomato i have a suggestion can you make a part 6 of this and can you add hit anims for the victim and get up anims like tsb and also add punching sounds and one more thing can you add finishers for example when you down slam you slam them upside-down
@TheRunawaysX
@TheRunawaysX 4 месяца назад
In the next part could you create a character selection system?
@user-kh9dq5hg6y
@user-kh9dq5hg6y 6 месяцев назад
Yo nice job Tomato, please make a dash tutorial next!
@PinguBro13
@PinguBro13 5 месяцев назад
hey tomato, can you make the next video about how to make the character choosing sytsem or the skill moves system, it would help a lot on making my game
@yoeshery
@yoeshery 5 месяцев назад
pretty easy to add tho I already added my own mobile support out of pure boredom.. try a yt tutorial?
@PinguBro13
@PinguBro13 5 месяцев назад
@@yoeshery i asked for skill moves tutorial
@yoeshery
@yoeshery 5 месяцев назад
@@PinguBro13 oh shit wrong guy
@PinguBro13
@PinguBro13 5 месяцев назад
@@yoeshery its ok
@Ray_diant
@Ray_diant 5 месяцев назад
First off, thank you and ily, second off, I wanna know how to add console controls in a future tutorial please and thank you?
@SunkenOcean
@SunkenOcean 6 месяцев назад
we always go the tomato when cooking is needed 🔥🔥👑👑
@redman6852
@redman6852 3 месяца назад
yo why wont my animations show up on my friends screen but they show up on mine?
@UnusuallyLongCroissant
@UnusuallyLongCroissant 3 месяца назад
You need to make a Roblox group with your friends where you have the game and they will be able to see your animations.
@officialpristic
@officialpristic 6 месяцев назад
just wanted to ask if your gonna dive into the actual ability part cuz I think that would help a lot of us but I know that’s tough work
@smh_itsdima7610
@smh_itsdima7610 6 месяцев назад
bro theres so many glitches to fix first, like if you get ragdolled you can still m1, and if you're m1ing then you can still get m1ed
@officialpristic
@officialpristic 6 месяцев назад
@@smh_itsdima7610 I’m aware just thinking ahead
@smh_itsdima7610
@smh_itsdima7610 5 месяцев назад
@@officialpristic touché
@fleetagc
@fleetagc 2 месяца назад
"Hey hey hey" 😌
@cr3dev
@cr3dev Месяц назад
cant wait for part 5
@jupter6237
@jupter6237 2 месяца назад
Me who waits that a hero writes the script in the comments
@LavSad
@LavSad 6 месяцев назад
Nice new video !!!
@TheTomatoo
@TheTomatoo 6 месяцев назад
Thanks!
@Rashey3
@Rashey3 Месяц назад
can you add sound and particles
@MrAnimationrbx
@MrAnimationrbx Месяц назад
can u make a epiosed of abliltys because i think that when i make the abliltys it might not work the punching system
@Xezvan_YT
@Xezvan_YT Месяц назад
Hey tomatoo i noticed something that if you could fix when someone is attacking you you can attack them also while being attacked causing you both to be ragdolled so can you make it that when you are attacking a player they cant attack yoy
@Ikazuri_Dev
@Ikazuri_Dev 6 месяцев назад
i made myself a block break which uses a hitbox behind the player that shows people that are behind them, by using the touch function on the hitbox
@Masked_Michael
@Masked_Michael Месяц назад
having trouble on this tutorial, i can still attack when blocking and blocking doesnt check
@rewindfn01
@rewindfn01 Месяц назад
whens the next vid? idea: abilities or stun on m1s
@scintesto
@scintesto 2 месяца назад
im running into a problem where if the player who is blocking takes any damage (like someone from behind hitting them) then the player gets stuck in the block animation and is slow but can attack but not block
@Spiritual_Anims
@Spiritual_Anims 6 месяцев назад
Hello, I finally completed the part, but when do you plan adding mobile support? I really need that.
@TeaRN-pd6vv
@TeaRN-pd6vv 18 дней назад
PLS make the part 6 on how to add sound
@x2_23
@x2_23 Месяц назад
New Video Idea : Make the Dash. 2nd New Video Idea : Make the run system and the anim.
@DaRealSane
@DaRealSane 6 месяцев назад
Thanks my lovely tomato fried burger i made it and everyone can spam block now (btw block is kinda annoying because i hate it) i hope you will have good day and good future and you will go heaven add dash pls
@ytwolfy4242
@ytwolfy4242 5 месяцев назад
sorry im late but this is good cant wait for dashing in part 6 because the dashing video u made a long time ago is kinda buggy
@blockmann2k
@blockmann2k 6 месяцев назад
The best combat system! 💪
@justmeFoe
@justmeFoe 3 месяца назад
hey!, just asking, whens the next one? been wondering its been like i think 2 months, and thx btw
@user-vo9xg1ex6t
@user-vo9xg1ex6t 6 месяцев назад
Hey, are u going to make character movesets in the future? (just intresting)
@bros5636
@bros5636 5 месяцев назад
char:SetAttribute("Blocking",true) dont false! In hit service
@slmm.
@slmm. 5 месяцев назад
Thxx bro!
@yoeshery
@yoeshery 5 месяцев назад
thanks dude
@yoeshery
@yoeshery 5 месяцев назад
thanks dude
@yoeshery
@yoeshery 5 месяцев назад
thanks dude
@Tiejj
@Tiejj 4 месяца назад
Guys can any of you put every script touched or made since part 1 I keep having errors and I don't have time to sit through all 5 parts double checking TYSM IF U DO SO
@Parrotmukbang
@Parrotmukbang 6 месяцев назад
yo pls tomato any solution ive made 3 diff fighting games and every time at the first part i tripple check i check the output all find and when u add the cooldown between punches u only punch twice and have to reset to do it again and its insanely annoying like pls fix?
@witchqueen4193
@witchqueen4193 Месяц назад
there are like 1000 youtubers making battlegrounds combat system but nobody actually finished the tutorial haha attacking blocking then finish
@orrfeus3252
@orrfeus3252 4 месяца назад
when are you going to make part 6?
@IW_1mmao
@IW_1mmao 23 дня назад
PART 6 PLSSSSSSSSSSSSSSSSSS, HOW TO DO VFX IN THE PUNCH OR SFX
@tommasoisoli5234
@tommasoisoli5234 5 месяцев назад
Sorry man but i have a question. Every time i make hitboxes server sided they looks junky and give me a imprecise feeling, do you have any idea to fix this?
@icaninhaleair6622
@icaninhaleair6622 3 месяца назад
dude can you make it so that after a certain number of punches the block gets disable the block because otherwise its not very possible to carry on making this
@grassguyonyt
@grassguyonyt 5 месяцев назад
yo, could you publish the game and make it uncopy locked so we could easily use it to make our own game? just suggesting. ty
@vestigedhalo5465
@vestigedhalo5465 6 месяцев назад
bro Tomato please tell us dashing or moves or how to make it so you cant get damaged unless by downslam or special move while ragdoll
@A__EleazarJamesCMolo
@A__EleazarJamesCMolo 4 месяца назад
@The Tomato how do i make a chance thing? bc im making a jjk bg and i want there to be a chance of .1 percent to hit a black flash do u know how to add that?
@themaninthetv491
@themaninthetv491 2 месяца назад
ok so how do we make normal moves and cutscene moves for ult, we need a full tutorial on how to make a battlegrounds "character" !!!
@CyanMan2013
@CyanMan2013 6 месяцев назад
It be me redflames good job it works well
@Mail_Anderson
@Mail_Anderson 2 месяца назад
can someone tell me what is stunned attribute? ive never seen it before i guess so is he forgot to explain it or just im blind?
@noobriks1998
@noobriks1998 6 месяцев назад
ooo new video cool!
@TheTomatoo
@TheTomatoo 6 месяцев назад
Yeah!
@romadarking5354
@romadarking5354 6 месяцев назад
You are my special 👉👈
@Mopper12363
@Mopper12363 4 месяца назад
@TheTomatoo are these scripts comparatable with other scripts like for example if i use your combat system and then some other guys dash system then does it work
@goofgunk9sandy
@goofgunk9sandy 5 месяцев назад
Could you do a tutorial on block breaking moves??
@SanselProXD
@SanselProXD 6 месяцев назад
YEEEEEEEEEESSSSSSSS
@rerheel4600
@rerheel4600 2 месяца назад
local rp = game:GetService("ReplicatedStorage") local remotes = rp.remotes local blockremote = remotes.block blockremote.OnServerEvent:connect(function(player,block) local char = player.character local hum = char.humanoid local attacking = char:getattribute("attacking") local blocking = char:getattribute("blocking") if block then if blocking or attacking then return and chae:setattribute("blocking,true") else if blocking then char:setattribute("blockingfalse") end end end)
@evergabrielgonzalezromero3178
@evergabrielgonzalezromero3178 4 месяца назад
How do I make the hit block invisible?
@thatoneasianchong
@thatoneasianchong 2 месяца назад
Turn visualizer off
@ytwolfy4242
@ytwolfy4242 5 месяцев назад
hey i still have a problem with the stun the person can still punch when stunned
@derar0951
@derar0951 6 месяцев назад
ty so much
@RinenTheOne
@RinenTheOne 5 месяцев назад
Add character selection with ultimate bars
@IR0Xpl
@IR0Xpl 5 дней назад
when part 6 dawg
@feijo1381
@feijo1381 2 месяца назад
do we not use the TomatoStun module for this combat system? how do we input it
@xtrem9448
@xtrem9448 6 месяцев назад
Thx so much❤
@TheTomatoo
@TheTomatoo 6 месяцев назад
No problem 😊
@xtrem9448
@xtrem9448 6 месяцев назад
​@@TheTomatoo )
@rocketscam7911
@rocketscam7911 5 месяцев назад
Your prolly will never read this message but I have a question I have my own battleground combat script I tried for 1 week creating the going forward when attacking someone but staying in place if not attacking anyone I can’t get it to work if you have any advice I will listen
@razia2190
@razia2190 4 месяца назад
pls make stun system ;-; (and nice video)
@jmotions2489
@jmotions2489 3 дня назад
Plssss how to make dummy counter system
@Surpremel
@Surpremel 5 месяцев назад
so can im weld hitbox from tomatohitboxv1?
@retroimel9031
@retroimel9031 4 месяца назад
yo can u help me. I can m1 properly but when i do the uppercut or downslam my m1 doesn't work anymore
@UnusuallyLongCroissant
@UnusuallyLongCroissant 3 месяца назад
Delete and redo the scripts for downslam and uppercut I had a similar problem but it worked for me.
@arthurmercier6935
@arthurmercier6935 6 месяцев назад
hi, i have a probleme with the punch,when i want to punch , the system says "Punch2 doesnt have a reached keyframe
@yoeshery
@yoeshery 5 месяцев назад
did you put a "Hit" animation event?
@clurtzy
@clurtzy 5 месяцев назад
Make a tutorial for debris (Like normal punch's debris)
@yann6052
@yann6052 6 месяцев назад
thx
@thera72
@thera72 6 месяцев назад
Oh another video :) enjoy
@samuelsalazar1691
@samuelsalazar1691 6 месяцев назад
Yeaaahh
@MilanPrince-ux1rx
@MilanPrince-ux1rx 3 месяца назад
this help me :)
@iotadays
@iotadays 4 месяца назад
Please continue thie series
@Zap_The_Gamer
@Zap_The_Gamer Месяц назад
how to make animation object?
@Spiritual69
@Spiritual69 5 месяцев назад
Bro, where is next part? it's been a month
@huy_nigera
@huy_nigera 6 месяцев назад
Tomato, all wait your new part
Далее
I made an ANIME BATTLEGROUNDS GAME in 1 WEEK
12:56
Просмотров 285 тыс.
Первый день школы Катя vs Макс
19:37
Cute kitty gadget 💛💕
00:23
Просмотров 6 млн
Аруси Точики ❤️❤️❤️
00:13
Просмотров 233 тыс.
Making A Battlegrounds Game | Roblox Devlog
7:11
Просмотров 293 тыс.
[Free] Advanced (Bodyguard) NPC (Roblox)
1:48
Просмотров 252 тыс.
I Got Every Mythical in 24 Hours
9:03
Просмотров 423 тыс.
Why I Hate Roblox Abilities
11:52
Просмотров 383 тыс.
Making a Roblox game Using ONLY AI!!!
7:39
Просмотров 811 тыс.
Why Do Most Games Make Death Boring?
26:27
Просмотров 45 тыс.
Первый день школы Катя vs Макс
19:37