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 Жыл бұрын
Thanks bro
@rachellalonde4632 Жыл бұрын
Thank you, but the game timer doesn't work, is there a reason why?
@TheREALdesistation.tteditz Жыл бұрын
@@rachellalonde4632 idk check if there is errors or any problems
@rachellalonde4632 Жыл бұрын
@@TheREALdesistation.tteditz theres 5 of these: UnknownGlobal: (71,2) Unknown global 'clonedMap and they all are warnings
@TheREALdesistation.tteditz Жыл бұрын
@@rachellalonde4632 just watch the video instead im not as good as him
@aezakmi21132 жыл бұрын
Bro I could make whole game from your tutorials
@Ranga48 Жыл бұрын
I pretty much did lol
@GrammarPolice3554 Жыл бұрын
Same
@H4CP Жыл бұрын
Nah
@motka2547 Жыл бұрын
Fun fact: I did
@s7yrblx10 ай бұрын
no shit people…
@HeroFigo2 жыл бұрын
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 Жыл бұрын
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.
@pulsive59638 ай бұрын
same ive been scripting for 7 months@@Jappley
@Raphaeltheslayer5 ай бұрын
@@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
@KrazyReal10 ай бұрын
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!
@prizepanther Жыл бұрын
Being a noob at scripting I am ever so thankful for this tutorial, you have earned yourself a new subscriber.
@youtubeaccount120002 жыл бұрын
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 Жыл бұрын
Thank you for the script! It saved me time on my game.
@1stDIEmond9 ай бұрын
I'm starting to learn Lua, so explaining what scripts do is amazing for me! +new sub
@Kwvee2 жыл бұрын
I highly appreciate you going out of your way for us, Thans m8!
@newcoolboy35 Жыл бұрын
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
@ZepAnimations10 ай бұрын
I love how you showed how to add your own maps unlike a lot of tutorials
@deadliersheep76976 ай бұрын
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
@DevOfRandomness2 ай бұрын
Yo thanks you so much for this awesome tutorial 👍
@ytelements34612 жыл бұрын
I love your vids Like the story game
@GamerM82 жыл бұрын
Thanks, I'm glad you love them!
@ytelements34612 жыл бұрын
thanks
@ytelements34612 жыл бұрын
i ment np lol
@Cruz_reels3 ай бұрын
Hey! thanks a lot you make things so easy. I always experience bugs but watching your vids motivate me to keep going! thanks alot!
@Dr_Frosty2 жыл бұрын
Thank YOU i needed this RIGHT NOW for a tds game
@boxjuice41002 жыл бұрын
Game M8 you rly are the best dev yt I have ever seen.
@EpicCorner11 ай бұрын
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 :)
@Ekenie2 жыл бұрын
I'm always happy when i see new vid from Gamer M8! It makes me happy!
@ZneByGD-iz4wi5 ай бұрын
TYSM bro, it worked! i will definently follow u for more tutorials! subbed
@AKForeverBlox2 ай бұрын
I am so glad I found this video because it worked perfectly. But there is just one thing. See my game is a combat game that switches maps but idk to know how to make a script (or add on to this one) that makes it so when there is one person left, they win right away, and not only that, have a way to know who won (like a celebration or something)
@J.N.Y.s3 ай бұрын
WITH SOME CHANGES I MANAGED TO MAKE IT WORK THANKS YOU SO MUCH!!
@GamerM83 ай бұрын
im glad you were able to make it work
@OmarDeezAlmond6 ай бұрын
Because of your tutorials, I made a game
@GamerM86 ай бұрын
cool, what game did you make?
@OmarDeezAlmondАй бұрын
@@GamerM8 a zombie game using your round system!
@RealXtremeBlox2 жыл бұрын
This really helped! Thanks a lot mate
@ProCodeGaming Жыл бұрын
Hi XtremeBlox
@KialiiJesusIsLove3 ай бұрын
I am making a Fashion game and i am making the round system and this helped me so much making it i diddnt find any tutorial to make a fashion game so i am using your tutorials and it worked me :)!
@AlbertAlbertEinstein10 ай бұрын
Thanks for making this tutorial now i know how to make a intermission for my round system
@vvoidedv-n7y2 жыл бұрын
i know scripting but if im having difficulties your videos always help me out thanks!
@not_ching99932 жыл бұрын
finally I've been waiting on this round system and you finally made :D
@shinymarillmaster72755 ай бұрын
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.
@josiah7563 ай бұрын
What is it then I’m too lazy to
@Marz-l9u2 ай бұрын
@@josiah756Then maybe u shouldn’t be a game dev.
@TratUsYTАй бұрын
@@Marz-l9utrue
@tyghcoderxtreme883910 ай бұрын
This was a really clear and well explained tutorial thanks
@reallarwaz2 жыл бұрын
Omg? Did you read my mind? I literally need this when I was doing my murder game! THX!
@Clippermakesgames Жыл бұрын
THANK YOU THANK YOU SOMUCH I WAS SEARCHING FOR A GOOOD ROUND SYSTEM TUTORIAL AND YOU SAVED THE DAY!!!!!!!!!
@JimmyGames-xi3slYT Жыл бұрын
This Tutorial raleally helped, Thanks M8
@GamerM8 Жыл бұрын
I'm glad it helped!
@UDUniverse2 жыл бұрын
Yo, love your videos mate. Keep up the amazing work!
@unknownsignals27892 жыл бұрын
One of the only lua videos on youtube I understood!
@positivevibes47732 жыл бұрын
TYSM I’ve been looking for one that worked and this one works keep up the good work
@nikitspa31992 жыл бұрын
hi can u help
@nikitspa31992 жыл бұрын
how to fix: local ClonedMap = ChosenMap:Clone()
@nikitspa31992 жыл бұрын
chosenMap is not working
@positivevibes47732 жыл бұрын
@@nikitspa3199 what does your chosen map equal?
@bannub31882 жыл бұрын
TYSM I had no bugs coding this
@jallwthinks2 жыл бұрын
i sadly did
@sigmamale417 Жыл бұрын
You deserved a sub! it perfectly works🎉
@brostudios72653 ай бұрын
Thank you for the tutorial, this worked good. Is there a way to make the round end when all the players have died (like an FFA game)?
@hBurkh5 ай бұрын
Thanks for video, after this video, I realised that I wrote so many line, when there is a short code that much.
@brt58theelder82 Жыл бұрын
i just watched like 5 tutorials and they weren't working, after i watched this too, it worked!
@Cruz_reels3 ай бұрын
if you guys want to change the game time then all you have to do if find where he motioned the 10 second's until the game starts juts change that in the script!! if it docent work let me know, but id rather let gamerm8 help y'all.
@simmel-i6n23 күн бұрын
my time doesnt count down. do you maybe know why?
@Cruz_reels21 күн бұрын
@ ???
@RealArthurRBLX Жыл бұрын
Hey Gamer M8! This video actually helped me make a sword fight game, where it picks a random map. This video was very helpful! :)
@Redquince6 ай бұрын
Your too good at this keep up the great work 😀
@Yoda5742 Жыл бұрын
amazing tutorial! This will help with my Roblox game a lot! Thanks!
@GamerM8 Жыл бұрын
Thanks, I'm glad I could help
@BuldsOffice Жыл бұрын
@@GamerM8 Bro's replying to everyone saying thanks but not the people who need help. you became an L tbh.
@Sanderzz72 жыл бұрын
worked thank you so much!
@GamerM82 жыл бұрын
You're welcome!
@Jappley Жыл бұрын
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.
@rower399511 ай бұрын
bro same
@rower399511 ай бұрын
there hasnt been 1 single tutorial that worked for me
@TruelyCloudiest2 ай бұрын
i love you so much for doing this omgggggggggg
@GamerM82 ай бұрын
no problem!
@Mathsucksatnamingusernames2 жыл бұрын
Omg thank you this make me have an idea how I gonna make my game!!!
@rafaelyardy66382 жыл бұрын
TYSM!!!
@battleproguy28582 жыл бұрын
btw! NICE VIDEO! i like this video it helped me in my sword game
@usercodwarzonePS52 жыл бұрын
omg thank you so much for this tutorial really helped me earned a like!
@ShadowSunGamingYT Жыл бұрын
OMG TY SO MUCH!!!
@KakaosHal2022 жыл бұрын
This is very useful for my game. Thank you!
@GamerM82 жыл бұрын
No problem, I'm glad I'm able to help!
@beccaa3652 жыл бұрын
@@GamerM8 How do you make it so when you die in the round you respawn in the round until the round is over?
@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?
@NubStuff2 жыл бұрын
Thank you nice upload! 😁
@GamerM82 жыл бұрын
Thanks, I hope it helps!
@Unreal_Teal2 жыл бұрын
HERE I LIKE THE VIDEO BTW KEEP UP THE GOOD JOB :)
@cdoythegamer43422 жыл бұрын
Omg thank you I needed this for my game but how do you make it so the lobby destroys when the game starts and then clones when the game ends because I used this for my zombie game and when I died I spawn in the lobby in the game time so can you fix this?
@StupidPieceofcrap2 жыл бұрын
Un-enabling the spawn point in the lobby using a script, Just use parent and scan if the thing is on replicated storage or server storage then un-enable it, Also just put another spawnpoint into the map that everyone spawns to. You can just clone the lobby and destroy the lobby, and the new lobby is gonna go to server storage and then add a wait time using a local script or something, Just move it to workspace, If this is kinda annoying to read then ask someone else lol, Im bad at giving help.
@cdoythegamer43422 жыл бұрын
@@StupidPieceofcrap idk how
@Aw3s0me_cool2 жыл бұрын
You just can make wall
@cdoythegamer43422 жыл бұрын
@@Aw3s0me_cool ?
@rafaelyardy66382 жыл бұрын
My game has 421k visits bc of u!
@TWOimcoolboisL3 күн бұрын
How do you get the teleport block thingy?
@brawlerboi51942 жыл бұрын
Can you make a FPS game series
@giuyo2 жыл бұрын
Looks helpful and looks working i should try this
@playgrad24632 жыл бұрын
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!
@devfoll73812 жыл бұрын
Keep up the good work.👍
@GamerM82 жыл бұрын
Thanks, I will do! 👍
@plague924 ай бұрын
make sure your stuff is anchored otherwise itll fall out of the map and youll get an error code saying it doesnt exist
@jelmxrrr Жыл бұрын
nevermind i fixed it i typed something wrong amazing video
@Chapapkoff2 жыл бұрын
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)
@OmarDeezAlmond6 ай бұрын
bro don't swear
@Chapapkoff6 ай бұрын
@@OmarDeezAlmond 🤓👆
@diceofchoiceX Жыл бұрын
OMG THANK YOU I GOT ANGRY CUZ IT WOULD NOT WORK BUT I FORGOT TO PUT S TO SOMETHING THANK YOUU
@GamerM8 Жыл бұрын
No problem, I'm glad you were able to find and fix the problem too!
@deeptanshugupta60709 ай бұрын
Script 1 local Status = game.ReplicatedStorage:WaitForChild("Status") local Label = script.Parent:WaitForChild("TextLabel") Status:GetPropertyChangedSignal("Value"):Connect(function() Label.Text = Status.Value end) Script 2 --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 Selector local ChosenMap = Maps[math.random(1, #Maps)] local ClonedMaps = ChosenMap:Clone() ClonedMap.Parent = game.Workspace Status.Value = "map: "..ClonedMap.Name task.wait(3) --Teleports To Map for i, player in pairs(game.Players:GetPlayers()) do local Chracter = player.Character if Chracter then local HumanoidRootPart = Chracter.HumanoidRootPart HumanoidRootPart.CFrame = ClonedMaps.TeleportPoint.CFrame end end --Game Time for i = 10, 0, -1 do --Change 10 for change gametime Status.Value = "Game: "..i task.wait(1) end --Teleports To Lobby for i, player in pairs(game.Players:GetPlayers())do local Chracter = player.Character if Chracter then local HumanoidRootPart = Chracter.HumanoidRootPart HumanoidRootPart.CFrame = Lobby.TeleportPoint.CFrame end end --Destroys Map ClonedMaps:Destroy() end ur welcome ;]
@MayooUTG9 ай бұрын
ty
@Tennis_Art10 ай бұрын
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?
@amanallah46402 жыл бұрын
Cool video
@GamerM82 жыл бұрын
Thanks!
@amanallah46402 жыл бұрын
@@GamerM8 you're welcome
@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!
@1CECUBE3ATERR3 ай бұрын
I have this same problem.
@whitebarr2 ай бұрын
if anyone is having this problem with the line HumanoidRootPart.CFrame = Lobby.TeleportPoint.CFrame encase it with this if statement if HumanoidRootPart ~= nil then HumanoidRootPart.CFrame = Lobby.TeleportPoint.CFrame end it checks that the humanoid root part is still actually there
@jediunknown11922 жыл бұрын
I did all of it and only the intermission timer works
@SukunaIsCold Жыл бұрын
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!
@God_scarqqplayz74 ай бұрын
what do u use for teleporter block? a part or a spawnlocation
@GamerM84 ай бұрын
its just a part
@MonsterMelodyMix4 ай бұрын
@@GamerM8how do u script it
@beyourself1822 жыл бұрын
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?
@capcakeyt53992 жыл бұрын
Bruh he literally just uploaded💀
@beyourself1822 жыл бұрын
@@capcakeyt5399 I literally was here instantly when it uploaded
@capcakeyt53992 жыл бұрын
@@beyourself182 that doesnt mean you watched the whole vid
@beyourself1822 жыл бұрын
@@capcakeyt5399 its Literally easy wym
@thesmiley5171 Жыл бұрын
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
@EDevv2 жыл бұрын
Your video are so easy to follow
@dusanpavlovic5253 Жыл бұрын
Thank you bro so much you gain a like
@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?
@dyl_editscars11 ай бұрын
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
@dungxz2 жыл бұрын
YO HI
@Jzonroblox8 ай бұрын
How do I make it a certain time where players get swords so they can fight and there’s a winner
@FuriousWolfYT2 жыл бұрын
Hi nice vid
@djkraan2 жыл бұрын
Hey Gamer M8! Can you make a tut where you can also show who won in that round?
@razzblox36102 жыл бұрын
Tysm! Btw can you re-do your simulator series?
@planeetjulian7412 жыл бұрын
Yeaaah
@dirtslinger10172 жыл бұрын
can you make x2 cash or kills gamepass, that would really help my game thanks for the awesome video as well!
@purpletom_yt3138 Жыл бұрын
Wow thx! It works now!
@shawn_drawz12672 жыл бұрын
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?
@unknownsignals27892 жыл бұрын
You only need 2 points to teleport between the lobby and the map. He was explaining a different style game.
@Cashier1912 жыл бұрын
local Status = game.ReplicatedStorage:WaitForChild("Status") local Label = script.Parent:WaitForChild("TextLabel") Status:GetPropertyChangedSignal("Value"):Connect(function() Label.Text = Status.Value end)
@beccaa3652 жыл бұрын
Change the first label to Label because it is wrong
@ViperXD_2 жыл бұрын
what about the second one please
@tangaitv2 жыл бұрын
@@beccaa365 wdym
@jamesparr53082 жыл бұрын
can u add the second one pls
@JustUr_RegularPerson Жыл бұрын
LIFE SAVER!
@TonyPrints2 жыл бұрын
--variebles 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 Selector local chosenmap = Maps[math.random(1, #Maps)] local chosenmap = ChosenMap:Clone() Clonedmap.Parent = game.Workspace Status.Value = "Map: "..ClonedMap.Name task.Wait(3) --Teleports 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 -- Teleports to Lobby 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:Destroy() end
@TonyPrints2 жыл бұрын
whats wrong with it i cant tell
@ViperXD_2 жыл бұрын
@@TonyPrints idk too
@H2610_ Жыл бұрын
Kind of a late answer, but you did some mistakes copying the script, capital letters matter and you have some missing, this script wont work like this
@Bloxxxed11 ай бұрын
this code is correct local Status = game.ReplicatedStorage:WaitForChild("Status") local Label = script.Parent:WaitForChild("TextLabel") Status:GetPropertyChangedSignal("Value"):Connect(function() Label.Text = Status.Value end) -- 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 Selector 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 _, 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 _, 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:Destroy() end
@cladaxeyt11 ай бұрын
@@Bloxxxed hi i have a question about it.When i play the game everything works fine but when the game timer ends nothing happens is there any way to fix that?
@simmel-i6n23 күн бұрын
hello gamer m8 my game timer doesnt count down and that means my game round never ends can u tell me why?
@christiankim5904 Жыл бұрын
I struggle to make my character spawn in the lobby when I test the game
@lukeahn033010 ай бұрын
if the round script isn't working try this one, I polished it: local Lobby = game.Workspace.Lobby local Maps = game.ReplicatedStorage.Maps:GetChildren() local Status = game.ReplicatedStorage.Status while true do for i = 20, 0, -1 do Status.Value = "Intermission: " .. i task.wait(1) end local ChosenMap = Maps[math.random(1, #Maps)] local ClonedMap = ChosenMap:Clone() ClonedMap.Parent = game.Workspace Status.Value = "Map: " .. ClonedMap.Name task.wait(3) for _, Player in pairs(game.Players:GetPlayers()) do local Character = Player.Character if Character then local HumanoidRootPart = Character:FindFirstChild("HumanoidRootPart") if HumanoidRootPart then HumanoidRootPart.CFrame = ClonedMap.TeleportPoint.CFrame end end end for i = 20, 0, -1 do Status.Value = "Game: " .. i task.wait(1) end for _, Player in pairs(game.Players:GetPlayers()) do local Character = Player.Character if Character then local HumanoidRootPart = Character:FindFirstChild("HumanoidRootPart") if HumanoidRootPart then HumanoidRootPart.CFrame = Lobby.TeleportPoint.CFrame end end end ClonedMap:Destroy() end
@notdigzzi7 ай бұрын
Holy smokes dude! Gotta say thank you very much!
@dragonslayer85172 ай бұрын
dang this works, I just cant get it to teleport me...
@Goose88Ай бұрын
oh my god you saved me
@snipurryt30892 жыл бұрын
Hey man can you teach us on how to make a teleport system when you touch a part thing it will show a cutscenes while counting down to teleport you please
@MichaelJohnTombaga10 ай бұрын
How do I make the timer intro minutes? instead of it being seconds
@AdoWo292 жыл бұрын
Hello Gamer M8 I like your videos and I would like to know how to make a character selector, for example: A wizard with a cat head and a Viking astronaut and that each character has different objects Example the Wizcat has a cane and the Astroviking an axe
@mrrobot49512 жыл бұрын
Repeat coment
@yeahjacob128 ай бұрын
i just watch these for fun
@Spiiln2 жыл бұрын
I can't get this to work. Every time I click start it says: TeleportPoint is not a valid member of Model "Workspace.Industrial"
@TheLetterB0X2 жыл бұрын
Did you anchor the teleport point?
@BenPotterbp2 жыл бұрын
Same with me :(
@TheLetterB0X2 жыл бұрын
lol you wrote it wrong
@retroAIOАй бұрын
Put the teleport point inside of the industrial
@mrmeme_official8 ай бұрын
Hey m8, i love this tutorial it works really well, but can you teach us how to make a winner in the round system?
@marci23352 жыл бұрын
Hey m8, i tried this out although i didn't know how to find a teleport point. Could you explain or make a video on how to get the teleport points like you did?
@GamerM82 жыл бұрын
They're just normal parts that have been renamed to "TeleportPoint"
@MJbeCubing2 жыл бұрын
You should make a military border game tutorial series Love your videos btw.