8:00 this is caused by the hitbox dealing 10 damage per part of the player hit, to fix this, either you should add hit table and check if someone's character is in the hit table before hitting them, if they aren't, then damage them and then insert their character into the hit table, or just check if it hits the HumanoidRootPart instead of any part in the character.
5:31 It's because sometimes in Roblox studio it glitches a bit and turns your character to r15, and the animation was an r6 animation so that's why it didn't work, you just need to stop it then play it again to fix it, and I don't know why that happens. (and I don't think he realized that he turned to r15).
1:25 the reason it didnt work is because you did " if mouse.Target:FindFirstChild() " when it was supposed to be " if mouse.Target.Parent:FindFirstChild() "
3:36 I was like **looking randomly*... *you said i didn't like the video*... *me like*: "*What... oh... Oh...*" *likes the video** (but it was hilarious how you were like "IT TAKES ONLY A SECOND"... It was like you were confused how did i not like the video XD)
Tbh your channel has more subs than a normal channel at 24 vids your prob make it at 1 mill in 2025 bc i know i guy forgot his name who makes simelar content and has 2mil in 2 years wish you the best underatted fr
I have a few suggestions like adding early access, adding features for VIP adding abilities, adding characters with abilities that you can have. There are lots of things you can actually make the map bigger also try to fix every single bug eventually and try to get people to help you build the game because that would be really helpful. Also don’t ask me to help you because I don’t have much experience and I’m bad at doing it.
Hey bro, love your content, just wondering If you can add more content to this game, like v, z, x, and c moves like other fighting games where you can combo and maybe make the map bigger and add more maps. And if you could make it so you can vote on next map and game mode, idk I just think that this Game would gain way more popularity if you were to do that :)
One shot game's got a good ring to it. If someone made a bigger map and added more parkour type movement as well as special skills or something when u get x amount of kills, and also made it a round-based thing. It'd be a decently popular game
Hey, I the game looks awesome for being made in 1 hour! The bug where the punch doing way to much dmg is due to the hitbox. I’ve had this same problem many times, and I’m sure there is a way to fix it I just haven’t figured it out. I’m sure u could if u ever went back to the game tho. The hitbox dmg script basically says if it hits something, that things humanoid takes whatever amount of dmg, but it is hitting multiple body parts, and for every body part it’s hitting, the humanoid takes an additional amount of dmg.
the hitbox u made touch the whole body so its it keep damging 10 when it touch a part of the body so it count over 100 to solve this u can make a debounce like local debounce = true then put if debounce then debounce = false your code task.wait(.1) debounce = true
@@mostafaf0 that could work, but if you wanted mulptiple people to be able to get hit, only one would. Instead I think you could make a table for each hitbox every click, and if it hits a player, put them in the table and put an if statement saying if player is in the table, then return end. That way mulptiple people can get hit, and take the wanted amount of damage.
suggestions for the game!: you should add a kill leaderstat intvalue that saves, add more animation moves that go 1 2 3 4 and make so you can ragdoll other players when you hit them. hope my suggestions are good
I think you should make a leaderstats where it saves how much kills you have in total and also a Streak Counter Showing How many kills you have gotten without diying... and also fix the bug
the hitbox u made touch the whole body so its it keep damging 10 when it touch a part of the body so it count over 100 to solve this u can make a debounce like local debounce = true then put if debounce then debounce = false your code task.wait(.1) debounce = true
Bubblix about the one hour game's one shot bug - its likely based on the amount of players in the game, a fix would be to make sure the player is the player hitting and also make sure the victim is the correct victim -im not really sure but im on a trip without my (usable device) so i have no way to test- 😊
I'm guessing the reason the punch for the hour game is way more than 10, is because the hitbox is getting all the parts from the character instead of just 1
the reason why you did so much damage cuz you set it to do 10 damage, which is alot, because lets say whenever the part touches any bodypart it will take 10 damage and lets say it will touch 6 body parts then it will take 60 damage
You should probably work more on the game and might get more famous you never know like make it based off of something like a show anime a movie or maybe a cartoon like Sonic the hedgehog or make it based off of an already living game except it's just a battlegrounds or fighting game
IF YOU WANT TO JOIN THE GAME'S COMMUNITY AND GIVE SUGGESTIONS FOR THE GAME JOIN HERE!
discord.gg/XsvaHcEW3A
Lil bro
why am i banned from ur discord
I hope you hit 100k subs bro!
Bro add abillities in game plz😊
Hey man, I know you probably won’t see this but it would be really cool if you could be my teacher and teach me how to make roblox games
8:00 this is caused by the hitbox dealing 10 damage per part of the player hit, to fix this, either you should add hit table and check if someone's character is in the hit table before hitting them, if they aren't, then damage them and then insert their character into the hit table, or just check if it hits the HumanoidRootPart instead of any part in the character.
Real smart guy over here (this is a compliment)
@OverWhxte lol, i don't help exploiters
@@gameknight_10what you just said is easy ngl. And you helped me on a tsb script im making
or just do the math and make so the dmg is like 2 per every part of the player, also this is a good idea for an accurate hitbox
@@ambush_but_the_worstwhat you just said is so stupid its unholy
I have been trying new content recently as I have been moving a way from boring tutorial content. Lmk what you think of the new style.
Pls help me make a fighting game
pls
I did the stufff
I have a question, do you still have your shoulder pal?
@@gulehsan1314 Yeah it's just offsale
This is gonna be useful for my future games, thank you for the video
Im here before he’s famous
@@PIXELATED-FUNsame
5:31 It's because sometimes in Roblox studio it glitches a bit and turns your character to r15, and the animation was an r6 animation so that's why it didn't work, you just need to stop it then play it again to fix it, and I don't know why that happens. (and I don't think he realized that he turned to r15).
he was r15 when it was breaking lol
@@itsOpalOwOyea the animation was for r6
It could be that, or it could be roblox’s thing where it doesn’t allow you to use other people’s animations if you’re not in a group with them
Great video!
him: "making a fighting game in 1 minute is impossible!"
free models: "you sure?"
Yeah i was just thinking "just put a toolbox sword in"
Most of them dont even work it is annoying
3:46 cool gear
instant sub, honestly inspiring to me as im tryna dip my toes into lua for roblox studio. I hope to reach ur level someday 🙏
same bro i wanna make a fighting game
1:25 the reason it didnt work is because you did " if mouse.Target:FindFirstChild() " when it was supposed to be " if mouse.Target.Parent:FindFirstChild() "
I LOVE UR TUMBNAILS AND good editing style
Cool video u earned a sub
5:49 bro just needed to change the game to R6 😭🙏
i really love how kind this man is to his fans, the one dude in his server asked for a screenshot and he actually said yes.
Found this vid on my recommended looked at couple of his other vids and instantly subscribed he’s so helpful thanks.
Yooo you’re finally back with an amazing video!
THIS IS AMAZING ONE OF THE BEST VIDEOS I HAVE EVER SEEN '''also who your editor ;)''
Let’s go the king of studio has posted
3:36 I was like **looking randomly*... *you said i didn't like the video*... *me like*: "*What... oh... Oh...*" *likes the video**
(but it was hilarious how you were like "IT TAKES ONLY A SECOND"... It was like you were confused how did i not like the video XD)
what
How do u only have 22k followers ur goated u should have at least 10× that ngl
Just A 100k? Try 35x.
W vid
Hello sir bubblx, I recommend adding a Gui overhead that shows the player's playing time
no
@@yonosaboluisyes
No
Yes
no
YOOO IT ME ADRIAN 😂😂
Tbh your channel has more subs than a normal channel at 24 vids your prob make it at 1 mill in 2025 bc i know i guy forgot his name who makes simelar content and has 2mil in 2 years wish you the best underatted fr
I have a few suggestions like adding early access, adding features for VIP adding abilities, adding characters with abilities that you can have. There are lots of things you can actually make the map bigger also try to fix every single bug eventually and try to get people to help you build the game because that would be really helpful. Also don’t ask me to help you because I don’t have much experience and I’m bad at doing it.
Hey bro, love your content, just wondering If you can add more content to this game, like v, z, x, and c moves like other fighting games where you can combo and maybe make the map bigger and add more maps. And if you could make it so you can vote on next map and game mode, idk I just think that this Game would gain way more popularity if you were to do that :)
Omg I love your games!! ❤
Can you continue this game cuz honestly it looks fire!
If you made the map bigger and added knockback that would be pretty cool
One shot game's got a good ring to it. If someone made a bigger map and added more parkour type movement as well as special skills or something when u get x amount of kills, and also made it a round-based thing. It'd be a decently popular game
Hey, I the game looks awesome for being made in 1 hour! The bug where the punch doing way to much dmg is due to the hitbox. I’ve had this same problem many times, and I’m sure there is a way to fix it I just haven’t figured it out. I’m sure u could if u ever went back to the game tho. The hitbox dmg script basically says if it hits something, that things humanoid takes whatever amount of dmg, but it is hitting multiple body parts, and for every body part it’s hitting, the humanoid takes an additional amount of dmg.
the hitbox u made touch the whole body so its it keep damging 10 when it touch a part of the body so it count over 100 to solve this u can make a debounce like local debounce = true then put if debounce then
debounce = false
your code
task.wait(.1)
debounce = true
@@mostafaf0 that could work, but if you wanted mulptiple people to be able to get hit, only one would. Instead I think you could make a table for each hitbox every click, and if it hits a player, put them in the table and put an if statement saying if player is in the table, then return end. That way mulptiple people can get hit, and take the wanted amount of damage.
Incredible concept !!!!
Already good
0:52 "localplayer getchildren" is such a real command for a fighting game
1:31 it actually is possible, if you do use free models lol
what if they have a virus inside of it
@@BobbyTheRealOneremove it then
i spend a hour trying to make a fps game and i only made a gun with a brick underneath
how does this only have 200* views!! this is content.
BUZFAS?!!! HOW ARE YOU HERE!!! WHAT???
YO BUZFAS WTF
o m g
im new to the channel, i already am subscribing now lol
suggestions for the game!: you should add a kill leaderstat intvalue that saves, add more animation moves that go 1 2 3 4 and make so you can ragdoll other players when you hit them. hope my suggestions are good
HES BACK!!
I love your content
I think you should make a leaderstats where it saves how much kills you have in total and also a Streak Counter Showing How many kills you have gotten without diying... and also fix the bug
If you wanna grow the game a good idea would be to make a gamepass that lets you have longer reach
Best game ever
W Video
good idea
the hitbox u made touch the whole body so its it keep damging 10 when it touch a part of the body so it count over 100 to solve this u can make a debounce like local debounce = true then put if debounce then
debounce = false
your code
task.wait(.1)
debounce = true
Thats so cool! Can you please teach me a bit of scripting 🤗🤗
just woke up and saw this on my youtube so i had to check it
the editing is off the charts ngl
Bubblix about the one hour game's one shot bug - its likely based on the amount of players in the game, a fix would be to make sure the player is the player hitting and also make sure the victim is the correct victim -im not really sure but im on a trip without my (usable device) so i have no way to test- 😊
9:10 bro listened to the voice ( look username of the guy )
you could add a filter table to prevent the stacking damage
or if you want it to only hit one player delete the hitbox after it hits
Nice Work!! 😎
"Now Roberts Actually Decided To Go Down" 💀💀
I'm guessing the reason the punch for the hour game is way more than 10, is because the hitbox is getting all the parts from the character instead of just 1
the guy being named "not_Pdiddy" and asking bubblx to come to his bday party is WILD Lmao
Ima sub
Bro finally came back after 8 months
8:56 p diddy?!?
Ain't no party like a
This is actually criminally underated
The fact that the punch oneshots makes the game unique
5:50 that happened cause the Animation problably was r6, and your character is r15
9:05 bro he just spawned 🙏😭
The game isn’t insane…
It’s insanely AWESOME!
Small roblox studio content creators here ⬇
Me
Oh, me
Me
I wanna be one of
ME
the reason why you did so much damage cuz you set it to do 10 damage, which is alot, because lets say whenever the part touches any bodypart it will take 10 damage and lets say it will touch 6 body parts then it will take 60 damage
You should host a game jam, i love making games but i have 0 ideas and ive always wanted to join a gamejam lol
in 10 minutes you did better than i could in 5 hours
That first statement is very true.
Omg you back
The reason your animations stopped working is due to a studio bug where the game'll sometimes spawn you in r15 whilst the game is set to r6.
You should probably work more on the game and might get more famous you never know like make it based off of something like a show anime a movie or maybe a cartoon like Sonic the hedgehog or make it based off of an already living game except it's just a battlegrounds or fighting game
bro got the masters degree in yapology
bro got the masters degree in hating
5:31 that combat system looks like its made for r6, and you're using r15
You should add like a Kills leaderboard, overall its actually a great game for 1 hour
Bro, the reason of the hit kill is just that you forgot to make a check if the player has already been hitten on the hitbox 😢
W
I love this video
nice video!!!!!!!!
youtube suggesting the most cool youtuber at 3am
BUBBLX BACK AFTER LIKE 2 YEARS???? 🗣️🔈🔊🔊🔊🔊
Yessir
fire vid 🔥🔥🔥🔥
In your 1 hour game if you can you should add a kills leaderboard that would be nice and make it like a battlegrounds game!!
underrated video
I recommend bigger map and a killstreak alert system and fix the bugs
Yo! I saw how you are really good at coding can you teach me how to make a X2 Wins gamepass? Its for a "+1 jump per second" type of game.
7:44 💀
I thought only scratch devs do this
5:34 the animation is a r6 animation (im assuming) so the game needs to be in r6 not r15 (you can change it in the avatar tab in game settings)
Finzar ahh edit style (I like it ngl)
The reason the first one didn't work is because it's on the client. You need to use a remote event and kill them on the server side.
i reccommend a leaderboard that tells you how much kills u have and a killstreak and the higher the kills the more abilities you have
Your 1 hour game one shots most likely because you didn’t put a check on your hitbox to detect if the same player was hit before.
Man is underatted
Pls carry on the game is looks like it has potential
2:24 is bro mining? 💀
Honestly I expected the 1 minute fighting game to just be putting linkedswords in the starter character
Epic video
Im subbing