How To Make A BATTLEGROUNDS GAME In Roblox Studio 2024

preview_player
Показать описание
How To Make a BATTLEGROUNDS GAME In Roblox Studio 2024

Get all of my project files on my patreon:
JOIN THE DISCORD!
UI Model:

What is Roblox? ROBLOX is an online virtual playground and workshop, where kids of all ages can safely interact, create, have fun, and learn. It’s unique in that practically everything on ROBLOX is designed and constructed by members of the community. ROBLOX is designed for 13 to 18 year olds, but it is open to people of all ages. Each player starts by choosing an avatar and giving it an identity. They can then explore ROBLOX — interacting with others by chatting, playing games, or collaborating on creative projects. Each player is also given their own piece of undeveloped real estate along with a virtual toolbox with which to design and build anything — be it a navigable skyscraper, a working helicopter, a giant pinball machine, a multiplayer “Capture the Flag” game or some other, yet-to-be-dreamed-up creation. There is no cost for this first plot of virtual land. By participating and by building cool stuff, ROBLOX members can earn specialty badges as well as ROBLOX dollars (“Robux”). In turn, they can shop the online catalog to purchase avatar clothing and accessories as well as premium building materials, interactive components, and working mechanisms.
Рекомендации по теме
Комментарии
Автор

Hey guys! I just wanna let you know that this series will be finished in the next couple of weeks and won't be left unfinished like some of my old tutorials lol

🔴 IMPORTANT: I forgot to mention that the >= sign is just two signs combined: > and = but my font turns it into 1 sign, if you need it just copy it here: >=

Get all of my project files on my patreon:
JOIN THE DISCORD!

polarisprog
Автор

I’ll make a og dragon ball battlegrounds if this gets over 10 likes

bunion
Автор

IF YOU ARE HAVING TROUBLE WITH THE CLICK ATTACKS RENAME YOUR ANIMATIONS TO 1, 2, 3, 4 ITS KINDA STUPID BUT IT WORKED FOR ME

hamad
Автор

I love the tutorial, it's very basic. Everything in this tutorial worked besides the blocking animation. It works fine whenever I play the fighting animations by clicking as well as the damage. If I try to move mid punch or after a full punching cycle it defaults to the blocking animation and wont go back unless I reset; even when i move it wont go back to walking or idling. Also, the F button doesn't work. If anyone could help or add advice it'd be appreciated but yeah!

astroiidxx
Автор

I’ll make a one piece battlegrounds game if this gets 7 likes

watermelonjampizza
Автор

This video was so helpful! The only problem I had was at the very end with blocking. Im getting no errors and the animation doesnt play. Im 99% sure i replicated the script perfectly, but heres what i have:

Events.Block.OnServerEvent:Connect(function(Player, Value)
local Character = Player.Character
if Character == nil then
return
end
local Humanoid =
if Humanoid == nil then
return
end
if Humanoid.Health <= 0 then
return
end
if ClickAttackDebouces[Player] then
return
end
if not Value then
local LoadedAnimations =
for _, v in LoadedAnimations do
if v.Name == "Block" then
v:Stop()
end
end
if then

end
else
local BlockAnimation =
BlockAnimation:Play()
local Blocking = Instance.new("StringValue")
Blocking.Name = "Blocking"
Blocking.Parent = Character
end
end)

If you see anything wrong with it, please help!

Other than that, you earned a sub! Thanks!

Triple.
Автор

Im gonna make a good zenless zone zero battlegrounds, like this to remind me to never give up!

NotEvenAnNPC
Автор

for anyone wondering how to solve the "attempted to compare number >= string" on the line that says "if PunchCombo.Value >= then" you wanna put a tonumber on "PunchCombo.Value" so like "if tonumber(PunchCombo.Value) >= then" also replace with 4 so you get "if tonumber(PunchCombo.Value) >= 4 then"

replace 4 with how many m1s you have (5, 6, 7, etc.)

Mremlex
Автор

I am planning on making a ben 10 game and would love your reviews I'll drop down the name in the comment box once it's finished

Wish me luck ❤

Hendfo
Автор

some ideas for this series! making : grabbing moves, change moveset, alternative movesets after using a specific move, downslams and uppercuts, ultimates, counters, and lastly duels system... i know this will take a buckload of time and most is unnecessary.. but some need to be have tuts like grab moves and stuff

InkiiAtHome
Автор

to help with the scripts either use chat gpt (like me) or just use this (this is the first script in the video) local Players = game:GetService("Players")


for _, v in do
v:Clone().Parent = Player
end
end)

Packer-VR
Автор

At 7:50, if yall value folder doesnt shown up just recheck your script like caps left open or smt like ı found out at the start my script was Local instead of local (the "L" difference) hope this helps and sry for yapping

mertronikk
Автор

wow this is amazing tutorial! i finally found good channel in youtube i subscribed!!

BlackNinjaDev
Автор

Thanks! I have been thinking of making a battleground game that only includes my and my friends imaginary powers and if I manage to finish it it’s gonna be called Hyperverse battle, thanks for this tutorial! :D

JadielGuzman-qm
Автор

Question what is the "-=-" thing
do you add a space to the "=" sign after the word or all together

perez-eliq
Автор

shockingly this is a actual tutorial that doesnt even say its for beginners yet its simple unlike the ones that are literally meant for beginners like me

jst_ya_boi_lmao
Автор

Finally a new video. Thanks for the help

jupter
Автор

in 7:50 to 7:50 he types - v:Clone().Parent = Player - if it dose not work try typing - v:Clone().Parent = Players

someaxolotlguy
Автор

I'm making a Battlegrounds game with a story mode this helped alot

MRPmarth
Автор

should i make a jurrasic world or never before seen kaijus battlegrounds game?

saintcanono