How To Make A BATTLEGROUNDS GAME In Roblox Studio 2024 | PART 2

  Рет қаралды 21,699

polarisprog

polarisprog

Күн бұрын

How To Make A BATTLEGROUNDS GAME In Roblox Studio 2024 | PART 2
Get all of my project files on my patreon:
bit.ly/3SOBP6J
JOIN THE DISCORD!
/ discord
Profile Serivce:
bit.ly/4cUlQ14
UI Model:
bit.ly/3VT9QFW

Пікірлер: 151
@Rifted_GT
@Rifted_GT Ай бұрын
Here is some ideas: Ui displaying when you hit them how much damge you do with vfx A punch sound when you hit them Different styles of fighting which cost robux Maybe certain styles have some sort of weapon Sprint button for mobile shift for pc and Lt for console Love the series I wanna see this finish!
@ADogGamingYT
@ADogGamingYT Ай бұрын
thats a great idea:D
@tobydev3153
@tobydev3153 Ай бұрын
punch sound when hitting them is pretty easy to set up so i wouldnt be suprised if they add that in
@cottonsheep2727
@cottonsheep2727 Ай бұрын
@@tobydev3153 how do you do it
@RyanBishop-r5x
@RyanBishop-r5x 16 күн бұрын
WHY THE FREAKBOB IS VALUE NOT A MEMBER OF MY PLAYERT PLEASE HELP IM SO CONFUSED
@chickennuggetland1847
@chickennuggetland1847 6 күн бұрын
Yea im having the same problem did you ever fix it
@jpexz3867
@jpexz3867 Ай бұрын
Can part 3 be about working on the combat more like upper cuts and slams? Also slowing down the opponent when you m1 them
@mcjulio1
@mcjulio1 Ай бұрын
Wall combo is on Part 4 i think
@AidynLEONARDO5
@AidynLEONARDO5 Ай бұрын
@@mcjulio1 theres a part 4!??
@Rifted_GT
@Rifted_GT Ай бұрын
Hi Polaris! Here a re some suggestions Gamepasses Custom walk animation and weapons Most kills leaderboard Gui displaying how much damage you do
@Plushiz
@Plushiz 17 күн бұрын
Guys if you feel like you've messed up alot on a script, rewatch the video and do it again with more attention, i did messed up alot on a script and didn't know and the leaderboard didnt work so i deleted all the old lines and then fixed it.
@MildDeep
@MildDeep Ай бұрын
Great vid bro thanks, this series will prob be the foundation of my game, tysm ur doing great
@vNoahlol
@vNoahlol Ай бұрын
Very nice series! Hope in the next few episodes there’s Mobile support UI.
@reapereditss._am
@reapereditss._am Ай бұрын
Yo could you make it so we can have custom m1’s with custom animations and hitboxes for each one? Also the ability to add admin only characters, thanks for thinking about it man
@Omnitact
@Omnitact Ай бұрын
If you want to add admin only characters, follow these steps: First, add your admin character text button (it's preferred if you put it into a frame and the main frame has a uilistlayout) Second, insert a local script into your text button Thirdly, write this in your script: Local whitelist = {12345678} -- put your user id/s that are able to select / use the character script.Parent.Parent.Visible = false -- this makes it so that the frame (if you have one) in which the button is invisible at default game.Players.PlayerAdded:Connect(function(plr) if table.find(whitelist, plr.UserId) then script.Parent.Parent.Visible = true -- enables the frame if it found the player's userId in the whitelist table end end) If you want the script to be more straightforward, here is a simplified version of it: local whitelist = {1821709356, 933531653} local plr = game.Players.LocalPlayer if table.find(whitelist, plr.UserId) then script.Parent.Enabled = true -- change this to your desired frame / textbutton / screenGui end
@WinsonYT
@WinsonYT Ай бұрын
In part 4+ (yes 4 this is not a priority) I want to make the hits more impactful by adding a victim animation when hit
@MildDeep
@MildDeep Ай бұрын
I think u can do this on ur own with other tutorials, let bro rest 😭
@WinsonYT
@WinsonYT Ай бұрын
@@MildDeep yea maybe, Ill try to do it after the tutorial is done (if he doesnt alr do it)
@IAmThatGuy69
@IAmThatGuy69 Ай бұрын
Part 3 about mobile support, uppercuts + downlams, and stun pls
@thatrobloxguy-l4y
@thatrobloxguy-l4y Ай бұрын
get this guy a lot of likes so we can get mobile support
@IAmThatGuy69
@IAmThatGuy69 Ай бұрын
@@thatrobloxguy-l4y lol thx
@VasRoblox-yr4gc
@VasRoblox-yr4gc 28 күн бұрын
to make an uppercut and downslam system you will need to check humanoidrootpart velocity so if hrp.Velocity.Y >= 0.3 then UPPERCUT elseif hrp.Velocity.Y >= 0.7 then DOWNSLAM end
@IAmThatGuy69
@IAmThatGuy69 25 күн бұрын
@@VasRoblox-yr4gc thx
@MATEO_2779
@MATEO_2779 4 күн бұрын
@@VasRoblox-yr4gc where do you put the script at
@gambitplayzrblx
@gambitplayzrblx Ай бұрын
Hi polar, can you please make a horror game series?
@JoJosLover42
@JoJosLover42 Ай бұрын
Thank you so much for making this tutorial, I was about to quit trying to make Roblox games when I found this tutorial, I then followed it and added my own things. My friends really enjoyed playing it, so thank you for making this tutorial. Also, I know a lot of people probably comment about it but why does the time between episodes take so long? I know it's probably testing and actually making it, but I just really want to hear it from you.
@ExstraLuck
@ExstraLuck Ай бұрын
Can u pls make it so that when u deal a certain percentage of health u get the kill 13:55
@Nerdemojioffical1
@Nerdemojioffical1 Ай бұрын
things you can add next episode, m1 holding, dashes, uppercuts and downslams. thanks for this video btw
@Me_Camel
@Me_Camel Ай бұрын
Pls finish the fps game I love the gps tutorials, anyways another w vid
@SrgtSauce
@SrgtSauce Ай бұрын
Could you make a part 2 of the Hat Shop script, that includes save data and such? Im working on a big game, and i need save data for the accesory shop and it would really help if you made save data.
@HUESITOS_YT_ESP
@HUESITOS_YT_ESP Ай бұрын
Add cooldowns hitboxes to measure damage prob sounds and a ultimate thats the easy part but i wanna ask u, how u gonna do the character thingy
@Exazon123
@Exazon123 Ай бұрын
cant wait for part 3!
@Triple.90
@Triple.90 Ай бұрын
So exited for part 3!!
@LeaderWalrus
@LeaderWalrus Ай бұрын
yeah and hopfuly he will tell us how to fix ServerAttackHandlers line 32
@RaelFlow
@RaelFlow 23 күн бұрын
@@LeaderWalrus youre talking about punchcombo error? have you fixed it?
@AidynLEONARDO5
@AidynLEONARDO5 Ай бұрын
You should try to make the next video about weapons. Like maybe a character can have a sword of bo staff, etc. Thank you for this broo!!
@bobthelookie
@bobthelookie Ай бұрын
7:37 i dont see any strength value
@snowman2581
@snowman2581 Ай бұрын
I'm stuck on the part where he tests the leaderstats, and my leaderstats aren't working, I am getting no errors. Can somebody help me? Edit: Fixed it: I forgot to add this to script. Players.PlayerRemoving:Connect(function(Player) local Profile = module.Profiles[Player] if Profile then Profile:Release() end end)
@yotyeet2167
@yotyeet2167 Ай бұрын
I have all of that and my leaderstats still isnt showing up and im getting no errors.
@snowman2581
@snowman2581 Ай бұрын
@@yotyeet2167 I don't know what I could do to help, but what I would reccomend is going through the video and making sure your script is the same as his.
@Rewask_Official
@Rewask_Official 26 күн бұрын
where did you put that part of the script?
@rufus142
@rufus142 Ай бұрын
Last video I sent a comment about a problem, just asking where do I put the tonumber()?
@Hvn-x9x
@Hvn-x9x Ай бұрын
FINALLY
@the2crackheads-tg8ue
@the2crackheads-tg8ue Ай бұрын
I BEEN WAITING 4 DAYS FOR SOMEONE TO HELP ME OMGGG
@poggerfish6521
@poggerfish6521 Ай бұрын
shhhh
@DelayAcorn
@DelayAcorn 14 күн бұрын
The m1 doesn’t work for me when getting rid of the data handler pack and I check over the video many times. If you guys know what could be the problem please tell me.
@SuperRandom_97
@SuperRandom_97 6 күн бұрын
I have the same problem
@spooli06
@spooli06 Ай бұрын
i was wondering if you would be able to integrate topbar gui (the gui used for most modern battle grounds games) as its they i wanna use for my game but need a little help using it with your tut
@Thedoorstapes
@Thedoorstapes 21 сағат бұрын
Hello polaris, i know i am just a random commenter and you probably wont see this but just incase you do, i wanna ask something about the code, For some reason with the kill counter anytime i kill the dummy it says attempt to index nill with kill If you know why with may he the case i would be very grateful if you would assist me in this
@thatrobloxguy-l4y
@thatrobloxguy-l4y Ай бұрын
Great video, but please add mobile controls! :D
@hubert5983
@hubert5983 Ай бұрын
Fr
@Rophantom6479
@Rophantom6479 Ай бұрын
Can you please make it so that holding click does the different animations + make it so that they reset after not clicking them for 3s and add abilities with cooldowns and the ult bar in the next video.
@deshaqaun
@deshaqaun Ай бұрын
hip hip hooray
@Arabyc930
@Arabyc930 Ай бұрын
I've said this before(you obviously dont have to) but after this series can you make a series on how to make a tower defense game, gnome codes series is very oudated nad tds games have always been my favorite types of games. But just a suggestion
@NotPuzzledAtAll
@NotPuzzledAtAll Ай бұрын
gnomecodes isnt outdated, its just meant to be a rougher framework for a game that you're meant to change code etc on while you go on.
@Arabyc930
@Arabyc930 Ай бұрын
@@NotPuzzledAtAll some lines of code are deprecated and im a bit new to scripting so i dont know how to fix them
@VWE_DGX
@VWE_DGX Ай бұрын
i watched your video that was 3 years ago,your voice changed very much
@ImEspaa
@ImEspaa Ай бұрын
yessir
@Samuel_Wander-RBLX
@Samuel_Wander-RBLX Ай бұрын
PLS ragdoll in the fourth m1 and how the move set, uppercut and the downslam, how strongest battleground, good explanation and good tutorial, you will get a sub and you will like it.
@CrazyCraze1
@CrazyCraze1 Ай бұрын
YAY
@DVSZxnith
@DVSZxnith Ай бұрын
what happened to survival game series?
@dapjking
@dapjking Ай бұрын
please make another video faster than this bc i waited the whole 11 days and can you please start working on the characters and their movesets and domains please thats honestly what i really need from this tutorial bc im sorry but i dont want to wait another two weeks or something for it
@polarisprog
@polarisprog Ай бұрын
I will upload a really long tutorial where I will finish everything soon
@GrandJjk
@GrandJjk Ай бұрын
@@polarisproghey can you help me for some reason the values folder doesn’t show up in part 1
@GrandJjk
@GrandJjk Ай бұрын
I got a discord
@robloxyippie
@robloxyippie Ай бұрын
do some stuff on your own man
@eMpTy-BOAY
@eMpTy-BOAY Ай бұрын
​@polarisprog thank you!
@emanuelmakar9462
@emanuelmakar9462 Ай бұрын
subbed since among us series
@hookedpirate1771
@hookedpirate1771 Ай бұрын
could you make the abilities next?
@VWE_DGX
@VWE_DGX Ай бұрын
do you remember the video you posted about a skin camo for guns,do you know how to put it for a working gun?
@JSC_Rblx
@JSC_Rblx Ай бұрын
How did u make ur pfp could u make a tut? and if u didn’t can i know who did
@AlbertAnims
@AlbertAnims Ай бұрын
You changed alot
@Hieflix
@Hieflix Ай бұрын
When i made my combat system i also had the bug where it hits super fast and the hits got no cd between idk how to fix that.. attributes are weird
@bigguykurt5957
@bigguykurt5957 3 күн бұрын
for me its only when i first join and do the m1 cycle for the first time, my code looks just the same only thing different is the animations :(
@Hieflix
@Hieflix 3 күн бұрын
@@bigguykurt5957 I figured out the bug man I was so trash a month ago its crazy lmfao, so roblox when you first load in to the game have their animation's time length set to 0 (loading purposes) and the way to counter that is either use task.wait with normal numbers or preload the animations and have a system that loads the animations first on the local side.
@bigguykurt5957
@bigguykurt5957 3 күн бұрын
if you still care for a fix, in the VERY top of you ServerAttackHandler script under ServerScriptService and paste this lines in "game:GetService("ContentProvider"):PreloadAsync(game:GetService("ServerScriptService"):GetDescendants())" so the handler doesnt run prematurely before all the scripts are properly loaded in, it fixed it for me
@penguinpenguin3156
@penguinpenguin3156 Ай бұрын
in your survival game tutorial for part 2 i dont get any tweening for the trees and i dont get the ability to destroy it
@SuperRandom_97
@SuperRandom_97 8 күн бұрын
Dude i don’t know what to do it says “values is not valid member of Player “Players.”myrobloxusername” And it also says. Script ‘ServerScriptService.ServerAttackhandler’ , Line 27 Idk if this is important but is says “observableValue undefined”
@SmokeChan
@SmokeChan Ай бұрын
Pls Continue
@FuJunhaoCwss
@FuJunhaoCwss Ай бұрын
nice
@polarisprog
@polarisprog Ай бұрын
Thanks
@Azur3YT
@Azur3YT 27 күн бұрын
Help please it says attempt to index nil with kills attackhitboxes 32
@Skid_l3
@Skid_l3 Ай бұрын
How to make a M1 CoolDown and slownes walk Speed when you atack of Blocking?
@SodaPoPLo13
@SodaPoPLo13 Ай бұрын
Yo, when I make the transparency of the hit box back to 0.5 and punch, if I don’t hit a dummy the hit box doesn’t disappear, is that a problem?
@KittyStudioEnterntainment
@KittyStudioEnterntainment Ай бұрын
Why is my leaderstats not working? It says that “attempt to index nil with instance” in ProfileManager
@KittyStudioEnterntainment
@KittyStudioEnterntainment Ай бұрын
I keep rewatching it but nothing
@Adam10152
@Adam10152 26 күн бұрын
idk what i did my m1s and block dont work anymore though..
@DelayAcorn
@DelayAcorn 15 күн бұрын
I’m in the same boat, did you ever figure it out?
@Samuel_Wander-RBLX
@Samuel_Wander-RBLX Ай бұрын
part 3
@AxlxaValorant
@AxlxaValorant Ай бұрын
VIDEO WHENNNNNNNNNN
@GrandJjk
@GrandJjk Ай бұрын
Hey can you help me the values folder dosent show up from part 1. Help me in discord.
@dabaconz
@dabaconz Ай бұрын
where did you make the normal punch ability
@megalo593
@megalo593 Ай бұрын
he does this in part one
@Spacebar74
@Spacebar74 Ай бұрын
says that local attackhitboxes = require(script.Parent.Modules.attackhitboxes) module experienced and error while loading. it also got rid of my click attacks??? (edit) accompanying error while loading error is require(v) and another GetPlayers is not a valid member of ReplicatedStorage "ReplicatedStorage", and one more in local ProfileManager = require(ServerScriptService.Services.ProfileManager) please help. (edit2) also got rid of my blocks which were working before. (final edit) FIXED IT!!! had ReplicatedStorage in Players value on accident.
@webint
@webint 28 күн бұрын
n ice
@ghostsontopp
@ghostsontopp 3 күн бұрын
11:31
@GrandJjk
@GrandJjk Ай бұрын
First like!
@vice-animace
@vice-animace Ай бұрын
You have 10000 MEMBERS ON YOUR PATREON?
@YoIzec
@YoIzec Ай бұрын
why do my kills not show?
@YourboyItachi
@YourboyItachi Ай бұрын
Thank you but I lose my folder
@hakarisnoww
@hakarisnoww 23 күн бұрын
bro, after i added these scripts of kills metter, everything stop working
@DelayAcorn
@DelayAcorn 14 күн бұрын
Same, did you figure it out
@Chocolate_Milky69
@Chocolate_Milky69 22 күн бұрын
man this too hard i cant do it im still stuck on part 1
@JakeSellsBananaMilk
@JakeSellsBananaMilk Ай бұрын
is there mobile support??
@IAmTheCursedone
@IAmTheCursedone Ай бұрын
If this coment gets 15 likes il make a sword battleground game
@the2crackheads-tg8ue
@the2crackheads-tg8ue Ай бұрын
BRO U MADE A PART 2 AND DIDNT HELP ME IN COMMENTS IN PART 1
@BackyardLiam
@BackyardLiam Ай бұрын
Pls fps pt 4
@BackyardLiam
@BackyardLiam Ай бұрын
U forgot
@The_savior183.
@The_savior183. Ай бұрын
Hey uh I deleted starter gui and I can’t click the back arrow what do I do???
@HarryCantDev
@HarryCantDev Ай бұрын
Theres nothing we can do
@The_savior183.
@The_savior183. Ай бұрын
:(
@megalo593
@megalo593 Ай бұрын
i cant punch once i got rid of my data handler script did i miss somehting
@DelayAcorn
@DelayAcorn 14 күн бұрын
Idk, did you figure it out bc I’m lost too
@ghostsontopp
@ghostsontopp 2 күн бұрын
@@DelayAcorn did you figure it out
@nurikyerlanov9357
@nurikyerlanov9357 19 күн бұрын
Help My m1's now doesn't work
@DelayAcorn
@DelayAcorn 14 күн бұрын
Did you figure it out? I’m stuck rn
@JohnGabrielPastores
@JohnGabrielPastores Ай бұрын
Because its hard to type.
@СаняРучкин-ц5п
@СаняРучкин-ц5п 29 күн бұрын
my m1's didnt work now bruh
@DelayAcorn
@DelayAcorn 14 күн бұрын
Did you figure it out?
@JohnGabrielPastores
@JohnGabrielPastores Ай бұрын
Hi can u put every code?😓
@gnkotr3x959
@gnkotr3x959 Ай бұрын
Leaderstats doest work for me
@Sadening
@Sadening Ай бұрын
is leaderstats capitalized at all?
@SpineChillGames
@SpineChillGames Ай бұрын
@@Sadening BRO THX SO MUCH YOU FIXED IT FOR ME!!!!!!!!!
@Azur3YT
@Azur3YT 27 күн бұрын
It doesnt work
@Ee-dl7jk
@Ee-dl7jk Ай бұрын
Why i can't move. "im doing leaderstats"
@botboyig
@botboyig 29 күн бұрын
same i looked at it and it says you are kicked
@Vinixzzinyt
@Vinixzzinyt Ай бұрын
how to make a dragon ball game pls XD
@NoobsMinigames
@NoobsMinigames 6 сағат бұрын
7:25 (ignore)
@Spacebar74
@Spacebar74 Ай бұрын
Help i get the error value is not a valid member of IntValue "Players.(My account, censored).leaderstats.Kills", what should i do?
@mini-epic
@mini-epic 28 күн бұрын
i get the error " ServerScriptService.Services.ProfileManager:24: attempt to index nil with 'Kills' - Servidor - ProfileManager:24" and idk what to do i rewatched the full video and i dont find the error pls help, it tells me that the error is in "ProfileManager" in the line 24 "local ActualValue = Profile.Data.leaderstats[v.Name]", if someone can help
@froakie8900
@froakie8900 8 күн бұрын
Did you call your folder leaderstats in addition to the script?
@froakie8900
@froakie8900 8 күн бұрын
If you didn't do it, that's the problem.
How To Make A BATTLEGROUNDS GAME In Roblox Studio 2024 | PART 3
23:08
Making A Battlegrounds Game | Roblox Devlog
7:11
MajesticDev
Рет қаралды 302 М.
So Cute 🥰
00:17
dednahype
Рет қаралды 55 МЛН
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 1,1 МЛН
WORLD BEST MAGIC SECRETS
00:50
MasomkaMagic
Рет қаралды 42 МЛН
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 73 МЛН
How Mahito’s Screams Made Jujutsu Kaisen Fans Happy
10:16
Cornelius Rolls
Рет қаралды 551 М.
Mojang just made Ender Pearls absolutely OP!
8:14
Phoenix SC
Рет қаралды 1,5 МЛН
How to animate Roblox in blender 2024 (tutorial)
6:40
Color Dummy
Рет қаралды 27 М.
Hide and Seek But The Players Can't See
52:02
Magic The Noah
Рет қаралды 809 М.
How I installed the HARDEST operating system
34:40
Bog
Рет қаралды 374 М.
I Bought the Cheapest, Fastest Electric Motorcycle(Not Amazon)
36:57
Bikes and Beards
Рет қаралды 1,6 МЛН
This is why you should Stop Downloading Roblox Cheats!
11:38
No Text To Speech
Рет қаралды 779 М.
This creepy Alpha Minecraft channel only LIVESTREAMS
28:14
Zachobuilds
Рет қаралды 551 М.
I Made my Own BATTLEGROUNDS GAME on Roblox..
11:27
STUD
Рет қаралды 384 М.
So Cute 🥰
00:17
dednahype
Рет қаралды 55 МЛН