How to make a Round System in Roblox Studio

  Рет қаралды 92,956

Gamer M8

Gamer M8

Күн бұрын

How to make a Round System in Roblox Studio
🛒 Check out my Asset Store
clearlydev.com/public-marketp...
🎮 Join my ROBLOX Group!
www.roblox.com/groups/5176394...
💬 Join my Discord Server!
/ discord
In today's video, I'm going to be showing you how to make a Round System in Roblox Studio, this tutorial includes an intermission countdown timer, a random map selector, teleporting and more!
⏰ Timestamps
0:00 - Intro
0:07 - Setting Up
2:20 - First Script
3:17 - Second Script
7:07 - Testing
7:31 - Outro
🎵 Music Used
Branch (Prod. by Lukrembo)
Biscuit (Prod. by Lukrembo)
Chocolate (Prod. by Lukrembo)
Cloud (Prod. by Lukrembo)
👍 If you enjoyed this video, make sure to leave a like, comment and subscribe down below!

Пікірлер: 686
@TheREALdesistation.tteditz
@TheREALdesistation.tteditz Жыл бұрын
If you do not want to write all of the script i have script 1 here: local Status = game.ReplicatedStorage:WaitForChild("Status") local Label = script.Parent:WaitForChild("TextLabel") Status:GetPropertyChangedSignal("Value"):Connect(function() Label.Text = Status.Value end) And Script here: -- Variables local Lobby = game.Workspace.Lobby local Maps = game.ReplicatedStorage.Maps:GetChildren() local Status = game.ReplicatedStorage.Status -- Game Loop while true do --Intermission for i = 10, 0, -1 do Status.Value = "Intermission: "..i task.wait(1) end -- Map Selecter local ChosenMap = Maps[math.random(1, #Maps)] local ClonedMap = ChosenMap:Clone() ClonedMap.Parent = game.Workspace Status.Value = "Map: "..ClonedMap.Name task.wait(1) -- Teleport to map for i, Player in pairs(game.Players:GetPlayers()) do local Character = Player.Character if Character then local HumanoidRootPart = Character.HumanoidRootPart HumanoidRootPart.CFrame = ClonedMap.TeleportPoint.CFrame end end -- Game Time for i = 10, 0, -1 do Status.Value = "Game: "..i task.Wait(1) end for i, Player in pairs(game.Players:GetPlayers()) do local Character = Player.Character if Character then local HumanoidRootPart = Character.HumanoidRootPart HumanoidRootPart.CFrame = Lobby.TeleportPoint.CFrame end end -- Destroys Map ClonedMap:Clone() end
@jacobaquino297
@jacobaquino297 Жыл бұрын
Thanks bro
@rachellalonde4632
@rachellalonde4632 Жыл бұрын
Thank you, but the game timer doesn't work, is there a reason why?
@TheREALdesistation.tteditz
@TheREALdesistation.tteditz Жыл бұрын
@@rachellalonde4632 idk check if there is errors or any problems
@rachellalonde4632
@rachellalonde4632 Жыл бұрын
@@TheREALdesistation.tteditz theres 5 of these: UnknownGlobal: (71,2) Unknown global 'clonedMap and they all are warnings
@TheREALdesistation.tteditz
@TheREALdesistation.tteditz Жыл бұрын
@@rachellalonde4632 just watch the video instead im not as good as him
@HeroFigo
@HeroFigo Жыл бұрын
Hey m8. I am not actually a beginner but still needed this tutorial 😅 You are really good at explaining and make very entertaining videos.
@Jappley
@Jappley 6 ай бұрын
I get u bro. I'm not a beginner and I've made more complicated things than this, but for some reason I couldn't do it.
@pulsive5963
@pulsive5963 3 ай бұрын
same ive been scripting for 7 months@@Jappley
@Raphaeltheslayer
@Raphaeltheslayer 23 күн бұрын
@@Jappley Fr same goes with modeling I made a whole humanoid character but I'm over here struggling to make a star?? A STAR?? And I've been scripting for like a year but couldn't do this
@KrazyReal
@KrazyReal 5 ай бұрын
This tutorial was very short and it worked! Usually the scripts I watch do not work so I was very happy and thankful! Thank you for a short and simple video that works very well!
@aezakmi2113
@aezakmi2113 2 жыл бұрын
Bro I could make whole game from your tutorials
@Mwahahahsdhwi
@Mwahahahsdhwi Жыл бұрын
I pretty much did lol
@GrammarPolice3554
@GrammarPolice3554 Жыл бұрын
Same
@tivecaptianz8366
@tivecaptianz8366 11 ай бұрын
Nah
@motka2547
@motka2547 7 ай бұрын
Fun fact: I did
@s7yrblx
@s7yrblx 5 ай бұрын
no shit people…
@Kwvee
@Kwvee Жыл бұрын
I highly appreciate you going out of your way for us, Thans m8!
@UDUniverse
@UDUniverse 2 жыл бұрын
Yo, love your videos mate. Keep up the amazing work!
@prizepanther
@prizepanther 7 ай бұрын
Being a noob at scripting I am ever so thankful for this tutorial, you have earned yourself a new subscriber.
@evmdaily
@evmdaily 2 жыл бұрын
i know scripting but if im having difficulties your videos always help me out thanks!
@Ekenie
@Ekenie 2 жыл бұрын
I'm always happy when i see new vid from Gamer M8! It makes me happy!
@not_ching9993
@not_ching9993 2 жыл бұрын
finally I've been waiting on this round system and you finally made :D
@Dr_Frosty
@Dr_Frosty 2 жыл бұрын
Thank YOU i needed this RIGHT NOW for a tds game
@sigmamale417
@sigmamale417 Жыл бұрын
You deserved a sub! it perfectly works🎉
@RealArthurRBLX
@RealArthurRBLX 9 ай бұрын
Hey Gamer M8! This video actually helped me make a sword fight game, where it picks a random map. This video was very helpful! :)
@1stDIEmond
@1stDIEmond 4 ай бұрын
I'm starting to learn Lua, so explaining what scripts do is amazing for me! +new sub
@deadliersheep7697
@deadliersheep7697 Ай бұрын
Dude, your content is so underrated. the way you explain things is really easy to follow and I can genuinely apply advice you give me to real games. keep doing great stuff
@ZepAnimations
@ZepAnimations 5 ай бұрын
I love how you showed how to add your own maps unlike a lot of tutorials
@dsafgsh
@dsafgsh Жыл бұрын
ty ur my man ur codes worked on me alot rather than the other tutorials
@boxjuice4100
@boxjuice4100 2 жыл бұрын
Game M8 you rly are the best dev yt I have ever seen.
@ZneByGD-iz4wi
@ZneByGD-iz4wi 4 күн бұрын
TYSM bro, it worked! i will definently follow u for more tutorials! subbed
@unknownsignals2789
@unknownsignals2789 Жыл бұрын
One of the only lua videos on youtube I understood!
@tyghcoderxtreme8839
@tyghcoderxtreme8839 5 ай бұрын
This was a really clear and well explained tutorial thanks
@reallarwaz
@reallarwaz 2 жыл бұрын
Omg? Did you read my mind? I literally need this when I was doing my murder game! THX!
@AlbertAlbertEinstein
@AlbertAlbertEinstein 5 ай бұрын
Thanks for making this tutorial now i know how to make a intermission for my round system
@Clippermakesgames
@Clippermakesgames Жыл бұрын
THANK YOU THANK YOU SOMUCH I WAS SEARCHING FOR A GOOOD ROUND SYSTEM TUTORIAL AND YOU SAVED THE DAY!!!!!!!!!
@ShadowSunGamingYT
@ShadowSunGamingYT Жыл бұрын
OMG TY SO MUCH!!!
@Mathsucksatnamingusernames
@Mathsucksatnamingusernames 2 жыл бұрын
Omg thank you this make me have an idea how I gonna make my game!!!
@Giuyo
@Giuyo 2 жыл бұрын
Looks helpful and looks working i should try this
@SlavicPolishRussian
@SlavicPolishRussian Жыл бұрын
omg thank you so much for this tutorial really helped me earned a like!
@Redquince
@Redquince Ай бұрын
Your too good at this keep up the great work 😀
@user-vg3sm3si5i
@user-vg3sm3si5i 22 күн бұрын
Thanks for video, after this video, I realised that I wrote so many line, when there is a short code that much.
@rafaelyardy6638
@rafaelyardy6638 2 жыл бұрын
TYSM!!!
@purpletom_yt3138
@purpletom_yt3138 Жыл бұрын
Wow thx! It works now!
@brt58theelder82
@brt58theelder82 Жыл бұрын
i just watched like 5 tutorials and they weren't working, after i watched this too, it worked!
@Sanderzz7
@Sanderzz7 2 жыл бұрын
worked thank you so much!
@GamerM8
@GamerM8 2 жыл бұрын
You're welcome!
@bannub3188
@bannub3188 2 жыл бұрын
TYSM I had no bugs coding this
@jallwthinks
@jallwthinks Жыл бұрын
i sadly did
@newcoolboy35
@newcoolboy35 11 ай бұрын
hey m8 you just saved me. I just wanted to quit roblox development because i just could do the round system. Then i found ur vid and it saved my carrer
@EDevv
@EDevv 2 жыл бұрын
Your video are so easy to follow
@NubStuff
@NubStuff 2 жыл бұрын
Thank you nice upload! 😁
@GamerM8
@GamerM8 2 жыл бұрын
Thanks, I hope it helps!
@RealXtremeBlox
@RealXtremeBlox 2 жыл бұрын
This really helped! Thanks a lot mate
@ProCodeGaming
@ProCodeGaming 9 ай бұрын
Hi XtremeBlox
@InfiniteProductions22
@InfiniteProductions22 14 күн бұрын
Thank you so much!! 🎉😊
@GamerM8
@GamerM8 14 күн бұрын
you're welcome!
@ch0c0999
@ch0c0999 Жыл бұрын
Hey m8 , idk if this is a problem in my script or if it is a general problem but i realised that if a player leaves the game while the map is spawned the whole script breaks and the map doesn't despawn , any help would be greatly appreciated!
@JimmyGames-xi3sl
@JimmyGames-xi3sl 7 ай бұрын
This Tutorial raleally helped, Thanks M8
@GamerM8
@GamerM8 7 ай бұрын
I'm glad it helped!
@battleproguy2858
@battleproguy2858 2 жыл бұрын
btw! NICE VIDEO! i like this video it helped me in my sword game
@ytelements3461
@ytelements3461 2 жыл бұрын
I love your vids Like the story game
@GamerM8
@GamerM8 2 жыл бұрын
Thanks, I'm glad you love them!
@ytelements3461
@ytelements3461 2 жыл бұрын
thanks
@ytelements3461
@ytelements3461 2 жыл бұрын
i ment np lol
@positivevibes4773
@positivevibes4773 Жыл бұрын
TYSM I’ve been looking for one that worked and this one works keep up the good work
@nikitspa3199
@nikitspa3199 Жыл бұрын
hi can u help
@nikitspa3199
@nikitspa3199 Жыл бұрын
how to fix: local ClonedMap = ChosenMap:Clone()
@nikitspa3199
@nikitspa3199 Жыл бұрын
chosenMap is not working
@positivevibes4773
@positivevibes4773 Жыл бұрын
@@nikitspa3199 what does your chosen map equal?
@devfoll7381
@devfoll7381 2 жыл бұрын
Keep up the good work.👍
@GamerM8
@GamerM8 2 жыл бұрын
Thanks, I will do! 👍
@kacpergrodecki5969
@kacpergrodecki5969 3 ай бұрын
thank you!!!
@SubToSpr1ng
@SubToSpr1ng Жыл бұрын
You are like the only roblox youtuber that makes things work. Thanks! But also, how can you make it so it teleports everyone in the server to that location?
@MJbeCubing
@MJbeCubing 2 жыл бұрын
You should make a military border game tutorial series Love your videos btw.
@Yoda5742
@Yoda5742 Жыл бұрын
amazing tutorial! This will help with my Roblox game a lot! Thanks!
@GamerM8
@GamerM8 Жыл бұрын
Thanks, I'm glad I could help
@BuldsOffice
@BuldsOffice 10 ай бұрын
@@GamerM8 Bro's replying to everyone saying thanks but not the people who need help. you became an L tbh.
@markoklaric8826
@markoklaric8826 7 ай бұрын
Tysm
@randomfella_37
@randomfella_37 2 жыл бұрын
Very cool 👍
@GamerM8
@GamerM8 2 жыл бұрын
Thank you 👍
@rbxgameplay8709
@rbxgameplay8709 2 жыл бұрын
Ty for the video, do you think you could teach us how to make a block placement system, like just a regular block?
@EpicCorner
@EpicCorner 5 ай бұрын
this tutorial Really helped me! I'm making a zombie survival game where zombies randomly spawn in, and your goal is to survive for 420 seconds, I think that's 7 minutes. But yeah this tutorial was helpful :)
@playgrad2463
@playgrad2463 2 жыл бұрын
This video was very helpful. But it would be cool if you make a round system, but the round ends if the killer kills all innocents kind of game!
@dusanpavlovic5253
@dusanpavlovic5253 Жыл бұрын
Thank you bro so much you gain a like
@FuriousWolfYT
@FuriousWolfYT 2 жыл бұрын
Hi nice vid
@shinymarillmaster7275
@shinymarillmaster7275 19 күн бұрын
The people that are struggling, this script DOES WORK. The problem with this video is that he does not talk about ALL components. For example, there are some properties that must be ENABLED for this script to work. SOME OF THESE PROPERTIES ARE NOT MENTIONED (but displayed on the screen) THROUGH THE VIDEO. PAY ATTENTION TO EVERY SINGLE DETAIL ON HIS SCREEN. When he zooms in on properties MAKE SURE EVERYTHING IS RIGHT! When I first tried this I just skipped to the important parts and copied the script. DO NOT DO THAT. Watch the whole video and verify that everything is right. he may have enabled some properties that he didn't mention that are useful to making this.
@a1exxyt
@a1exxyt 8 ай бұрын
TYSMMMMMMMMMMMMMMMMMMMMMMMMMMM
@OyunKrali-uz4ps
@OyunKrali-uz4ps 2 жыл бұрын
Idea: Can you make a bandage system? You helped me.
@amanallah4640
@amanallah4640 2 жыл бұрын
Cool video
@GamerM8
@GamerM8 2 жыл бұрын
Thanks!
@amanallah4640
@amanallah4640 2 жыл бұрын
@@GamerM8 you're welcome
@thesmiley5171
@thesmiley5171 9 ай бұрын
Hello M8, i need your help... If i have one map did i need to do the map selector ? And also i need the round to end when all players are dead
@djkraan
@djkraan 2 жыл бұрын
Hey Gamer M8! Can you make a tut where you can also show who won in that round?
@aerplane_mode
@aerplane_mode 2 ай бұрын
hey m8, i'm planning on making a kind of shooter game, and a shooter game typically have two teams, so i would have to put two different spawns in a map. any ideas how i can do this?
@brawlerboi5194
@brawlerboi5194 2 жыл бұрын
Can you make a FPS game series
@Q3rp1e_xed
@Q3rp1e_xed Жыл бұрын
Honestly 'M8' thx alot, school is honestly annoying so after i come back i watch your tutorials and honestly this tutorial rlly helped me with my game! Thank you!
@user-cx1un7ce3q
@user-cx1un7ce3q 3 ай бұрын
i just watch these for fun
@shawn_drawz1267
@shawn_drawz1267 Жыл бұрын
Thank you it was very useful! Nice video! But I have a problem what do I do if I want to put multiple teleportation points?
@unknownsignals2789
@unknownsignals2789 Жыл бұрын
You only need 2 points to teleport between the lobby and the map. He was explaining a different style game.
@ebrukartal491
@ebrukartal491 6 ай бұрын
YO YOU ARE THE BEST TYSMMMM!!!11111111111
@diceofchoiceX
@diceofchoiceX Жыл бұрын
OMG THANK YOU I GOT ANGRY CUZ IT WOULD NOT WORK BUT I FORGOT TO PUT S TO SOMETHING THANK YOUU
@GamerM8
@GamerM8 Жыл бұрын
No problem, I'm glad you were able to find and fix the problem too!
@SmileyDriver1
@SmileyDriver1 8 ай бұрын
nevermind i fixed it i typed something wrong amazing video
@youtubeaccount12000
@youtubeaccount12000 Жыл бұрын
first script: local Status = game.ReplicatedStorage:WaitForChild("Status") local label = script.Parent:WaitForChild("TextLabel") Status:GetPropertyChangedSignal("Value"):Connect(function() Label.Text = Status.Value end)
@RAnimzz
@RAnimzz 7 ай бұрын
Thank you for the script! It saved me time on my game.
@Dilabun
@Dilabun 11 ай бұрын
if you follow it correctly it works 👌
@aidanzipzap
@aidanzipzap 2 жыл бұрын
its always the for loops that get me 🤣🤣
@Chapapkoff
@Chapapkoff 2 жыл бұрын
Holy shit, It actually works!! Thank you so much man, I was looking for a video on this or i woukd have to pay $20 to get it done so thank you! (i will sub and like too)
@OmarTheDev
@OmarTheDev Ай бұрын
bro don't swear
@Chapapkoff
@Chapapkoff Ай бұрын
@@OmarTheDev 🤓👆
@RedNickTV
@RedNickTV 7 күн бұрын
thx
@ChajMotionProduction
@ChajMotionProduction 9 ай бұрын
Worked well except the teleport to map and teleport back to lobby
@Jappley
@Jappley 6 ай бұрын
I feel like I'm stupid. I try to figure this out for so long and I see your tutorial and its just so simple. I really don't get why I can't think of this in my brain.
@rower3995
@rower3995 6 ай бұрын
bro same
@rower3995
@rower3995 6 ай бұрын
there hasnt been 1 single tutorial that worked for me
@KakaosHal202
@KakaosHal202 2 жыл бұрын
This is very useful for my game. Thank you!
@GamerM8
@GamerM8 2 жыл бұрын
No problem, I'm glad I'm able to help!
@beccaa365
@beccaa365 Жыл бұрын
@@GamerM8 How do you make it so when you die in the round you respawn in the round until the round is over?
@ead91
@ead91 Жыл бұрын
@@GamerM8 Hey Gamer M8, This was a really nice tutorial but I'm missing a crucial part which is to make the round end after all players have died how could I do this?
@SpecialPeeks
@SpecialPeeks 2 жыл бұрын
Hi, long time!
@razzblox3610
@razzblox3610 2 жыл бұрын
Tysm! Btw can you re-do your simulator series?
@planeetjulian741
@planeetjulian741 2 жыл бұрын
Yeaaah
@jjk9754
@jjk9754 2 жыл бұрын
Can you teach us how to make sprite sheets work on roblox studio?
@OmarTheDev
@OmarTheDev Ай бұрын
Because of your tutorials, I made a game
@GamerM8
@GamerM8 Ай бұрын
cool, what game did you make?
@mrmeme_official
@mrmeme_official 3 ай бұрын
Hey m8, i love this tutorial it works really well, but can you teach us how to make a winner in the round system?
@ovicara6996
@ovicara6996 Жыл бұрын
Do i need a starter game in the script? Or i need to change something in the script bc i have only one map?
@imabonker1660
@imabonker1660 2 жыл бұрын
Thank you so much for the tutorial! Love your videos, Oh and can you make an npc if you die to, it copies your avatar or someone's avatar?
@capcakeyt5399
@capcakeyt5399 2 жыл бұрын
Bruh he literally just uploaded💀
@imabonker1660
@imabonker1660 2 жыл бұрын
@@capcakeyt5399 I literally was here instantly when it uploaded
@capcakeyt5399
@capcakeyt5399 2 жыл бұрын
@@imabonker1660 that doesnt mean you watched the whole vid
@imabonker1660
@imabonker1660 2 жыл бұрын
@@capcakeyt5399 its Literally easy wym
@rafaelyardy6638
@rafaelyardy6638 2 жыл бұрын
My game has 421k visits bc of u!
@JakubBielik_
@JakubBielik_ 2 жыл бұрын
Thank you
@GamerM8
@GamerM8 2 жыл бұрын
You're welcome!
@mustardkitten8927
@mustardkitten8927 Жыл бұрын
@Dj_Hugorose
@Dj_Hugorose Жыл бұрын
hey so I did everything correct but it only joins me to the one map even though i have three maps and then when im in that map and the timer is out it doesn't teleport me back. Can u help?
@STONEWQLL
@STONEWQLL 6 ай бұрын
will it work with terrain?
@Bluez.W
@Bluez.W 2 жыл бұрын
YO HI
@dirtslinger1017
@dirtslinger1017 2 жыл бұрын
can you make x2 cash or kills gamepass, that would really help my game thanks for the awesome video as well!
@I_Like_Formula_One
@I_Like_Formula_One 6 ай бұрын
yo, how do I make it so there are multiple spawn points on each map and one player spawns on each of them, kind of like horrific housing
@OfiicalWisePlays
@OfiicalWisePlays 2 жыл бұрын
The smartest man alive
@slobodandoj829qo
@slobodandoj829qo 2 жыл бұрын
Broo this helps so much, you are like an other version of AlvinBlox, so helpful, keep up the good work!
@eliRBLX
@eliRBLX 2 жыл бұрын
i have a question, im trying to make it so when u die u respawn somewhere apart from the people alive then once the round ends they respawn its for my do not press the button game
@Tennis_Art
@Tennis_Art 5 ай бұрын
tutorial is well made but only thing im missing is winning system so if all players got defeated by some person how to make it giving winner a win?
@Adrixovski
@Adrixovski 4 ай бұрын
If I may ask, how can I make it so that, for example, when they respawn on the map, they have a sword at the start? ​
@Jzonroblox
@Jzonroblox 3 ай бұрын
How do I make it a certain time where players get swords so they can fight and there’s a winner
@MatElkk
@MatElkk Жыл бұрын
Could you make a character shop and inventory tutorial with saving?
How to make a Rebirth System in Roblox Studio
9:22
Gamer M8
Рет қаралды 35 М.
I made a REALISTIC Roblox HORROR Game in 24 HOURS
4:55
Gamer M8
Рет қаралды 310 М.
Can You Draw A PERFECTLY Dotted Line?
00:55
Stokes Twins
Рет қаралды 78 МЛН
Универ. 13 лет спустя - ВСЕ СЕРИИ ПОДРЯД
9:07:11
Комедии 2023
Рет қаралды 6 МЛН
Please be kind🙏
00:34
ISSEI / いっせい
Рет қаралды 186 МЛН
I Made a Roblox Game, but in 24 hours
27:10
2nix
Рет қаралды 235 М.
The Process Of Making a Viral Roblox Game
15:37
janisjanis01
Рет қаралды 20 М.
6 Developers make a Game Without Communicating
15:00
Jackson Academy
Рет қаралды 155 М.
A Fan Asked Why His Game is Failing...
30:53
RoBuilder
Рет қаралды 97 М.
i made a ROBLOX FPS Game IN ONE DAY...
5:05
Clip Studios
Рет қаралды 12 М.
I Learned How to SCRIPT in 7 Days | Roblox
11:00
Simjet
Рет қаралды 32 М.
If You Make Me Laugh, I'll Draw You
12:20
Wondernat
Рет қаралды 1,2 МЛН
I Asked AI To Make Redstone For Me
11:16
Purplers
Рет қаралды 6 МЛН
Making The SMALLEST Game on Roblox
15:46
Pluto
Рет қаралды 898 М.