At 9:50 its giving me errors on the "animationTime," and why is it that in the lobby "label" still shows up. and when players are teleported to a map the gui dosent go away it just stays. And it also isnt showing "Preperaring" Edit: So I fixed the error on animationTime because i was missing a line of script but my label gui is still popping up in lobby
you shoukd have a copypaste thing somewhere where we can copy scripts (i can understand why u wouldnt if u dont want to, bc then its not rly learning, is it?) you should also instead read out the script while typing bc some people (like me) listen to the words from the tutorial while typing (Again, i understand if u dont. it would make it like a 30+ min long vid
Any chance you can make a round system with no intermission, for example a best of 5, starting with a 1v1 when 2 players step on a pad and get tped to a map, when a player dies round 2 of 5 starts, literally just like custom duels but with rounds, a best of 5.
Everythings working, but when it says "map has been chosen" it doesn't spawn/teleport me in the map, it just sits there, could you offer me a hand please?
Please help "Label" is still showing in lobby and when the round starts it still says "Map is chosen!" not Prepare! Note: i am not testing with 3 players i just made the minimum players 1 to test it out
this script didnt work for me event tho im using localscript: local StatusValue = game.ReplicatedStorage:Waitforchild("StatusValue") local StatusLabel = script.Parent:Waitforchild("StatusLabel") local function Update()
StatusLabel.Text = StatusValue.Value
end Update() StatusValue:GetPropertyChangedSignal("Value"):Connect(Update)
Set the screen gui nabled to false to not make it always visible, and make sure your correctly checking if the amount of players in the game is equal or greater than your minimum players variable
Whenever i script an intermission the countdown doesn't show up if i test it even though the script contain no erros do you know what possibly could be the issue?
make sure your using a local script, and make sure your using :GetPropertyChangedSignal correcty cause thats what tells your script when to run the Update function
I like the tutorial but this dosent seem like its really teaching people anything besides how to make the game, id suggest explaining how some functions work besides just what their for
I hate people saying "its not working", like dude that means you did something wrong, its not his code thats not working, you probably just copied it wrong, but for real you should take the time to learn how to code so then when you watch tutorials like his you already know the concepts hes talking about. I learned how to code in java making mods for minecraft decided to start scripting in roblox and it was well worth sitting down and watching a 12 hour course on java coding, because it not only taught me java but just coding in general. Once you know how to code it becomes easy to watch a tutorial, understand the concepts of whats hes doing, then apply those into your code and then add onto what hes teaching you in your own way, seriously tho stop just copying and complaining you wont learn that way, also get comfortable with your code not working sometimes it takes days just to code a simple thing, its just what coding is, its just problem solving and sometimes a problem takes a while to solve.
The Script dosen't work for me: local Players = game.GetService("Players") local StatusValue = game.ReplicatedStorage:WaitForChild("StatusValue") local Maps = game.SeverStorage:WaitForChild("Maps"):GetChildren() local inGameFolder = workspace.WaitForChild('InGame') local Lobby = workspace:WaitForChild("Lobby") local spawnCFrame = Lobby:WaitForChild("SpawnLocation").cFrame + Vector3.yAxis*5 local roleChosenEvent = game.ReplicatedStorage:WaitForChild("RoleChosen") local intermission = 5 local preparationTime = 10 local minPlayers = 3
Go watch part 2: ruclips.net/video/aD2EnxgPRWk/видео.htmlsi=Nn9O-Fse6ttu9Qie
2:51 cant read the script
2:59Do I have to write number 12?
very nice tutorial, WHY 7K VIEWS ON THIS PERFECT TUTORIAL?
At 9:50 its giving me errors on the "animationTime," and why is it that in the lobby "label" still shows up. and when players are teleported to a map the gui dosent go away it just stays. And it also isnt showing "Preperaring"
Edit: So I fixed the error on animationTime because i was missing a line of script but my label gui is still popping up in lobby
good tutorial, only criticism is that the code is a bit difficult to read
ye you do deserve more subs ur good
Hi you deserve more subs at least 1m
you shoukd have a copypaste thing somewhere where we can copy scripts
(i can understand why u wouldnt if u dont want to, bc then its not rly learning, is it?)
you should also instead read out the script while typing bc some people (like me) listen to the words from the tutorial while typing
(Again, i understand if u dont. it would make it like a 30+ min long vid
Any chance you can make a round system with no intermission, for example a best of 5, starting with a 1v1 when 2 players step on a pad and get tped to a map, when a player dies round 2 of 5 starts, literally just like custom duels but with rounds, a best of 5.
Doesn't work
Hey i have a problem after the map got chosen the roles do not show up and the game ends after the preperation time ?
Same
I did the exact script as you and my gui doesn’t show up and count down
Make it yourself bruh
@@mahirahmed4992 Do you know what a tutorial is for?
@@EpicsterEmoji yeah to learn not copy
@@mahirahmed4992if it doesn’t work what tf do you learn 💀
Then u did it wrong
It says that minPlayers is Unknown global. Does Somebody knows how to fix it??
Everythings working, but when it says "map has been chosen" it doesn't spawn/teleport me in the map, it just sits there, could you offer me a hand please?
for the status gui and round system its just stuck on saying "Label". theres no errors in it and its just stuck like that
Same!
Please help "Label" is still showing in lobby and when the round starts it still says "Map is chosen!" not Prepare!
Note: i am not testing with 3 players i just made the minimum players 1 to test it out
The round system not work
Line 40 idk : "end" expect with "="
if not char continue end
im not seeing my status label :(
Can anyone help me cuz when i try to put letters it starts with the number 0 and i can only put numbers
hey how do you get the scripts to do the round and the statuslabel ?
This is awesome! Are you ever going to do a part 2 with an inventory system?
There will be a part 2 but it won't have an inventory system
i start game and its just the textlabel stuck and it never stops
try turning Visible to false on the RoleLabel, if thats what your talking about
this script didnt work for me event tho im using localscript:
local StatusValue = game.ReplicatedStorage:Waitforchild("StatusValue")
local StatusLabel = script.Parent:Waitforchild("StatusLabel")
local function Update()
StatusLabel.Text = StatusValue.Value
end
Update()
StatusValue:GetPropertyChangedSignal("Value"):Connect(Update)
Using :Waitforchild instead of :WaitForChild may be your problem, but make sure your checking the output and try to debug any errors you see
@@CozyCoin oh thanks this help a lot
this guy is underrated af
ikr
frr
frfrfr
I like your code! It's very easy to customize
Glad you like it!
It has the selection screen always there and when there’s 3 players it still says waiting for third player why?
Set the screen gui nabled to false to not make it always visible, and make sure your correctly checking if the amount of players in the game is equal or greater than your minimum players variable
@@CozyCoin it works that’s dude
@@CozyCoin thanks*
Great video! I’m having trouble with the role messages after the animation plays they will not disappear. Can u help me fix it please??
6:08 hey buddy, YOU MISSPELLED MURDERER, it’s murderer NOT muderer
its sending me this error message CFrame is not a valid member of Model "Workspace.Lobby.SpawnLocation"
your script says that SpawnLocation is a model, make sure SpawnLocation is a part because models dont have cframes
@@CozyCoinohhh lemme try
Spawn location is the spawn point players spawn at right?@@CozyCoin
I fixed it thanks
@@CozyCoinWhy is the text label still showcasing "label" in the lobby? And preparation isnt showing up
could you please copy and paste does scripts so i can paste them in? thk
hi I have tried your vid but I have copied all scripts and there isn't any problems i can see but the countdown for some reason isn't working
Are there any errors or warnings?
@@CozyCoin no there isnt and ive doubled checked the names of the assets and they r all the same
Whenever i script an intermission the countdown doesn't show up if i test it even though the script contain no erros do you know what possibly could be the issue?
make sure your using a local script, and make sure your using :GetPropertyChangedSignal correcty cause thats what tells your script when to run the Update function
did you fixed it?
if you did how??
Yoo bro u got nice tutorials and they are very easy to learn good stuff
Thanks!
You deserve at least 50k bro
can you like put the scripts in description?
(I AM TOO LAZY TO WRITE THAT MUCH)
it didn't work after all this
lol
@@ksizich im serious if you did'nt did it DONT DO IT ITS FAKE
@@TarekLidon I did everything, it works for me
@@ksizich good for you
@@TarekLidon you just need to have basic knowledge to fix bugs and errors.
could you make a cheaper option for your patreon?? i wana support but i dont wana drop 15 bucks a month
the code didn't work.
D:
TYSMM
👌
Can you Make A Game Like Sonic.exe the Distaster
hey cozycoin can you make a video on how to make a simulator game?
I don't really make simulators, but mabye
@@CozyCoin alright.. well how about an fps game with rounds? similar to arsenal
joined your patreon! :D (i dont have money tho)
Lets go! 💯💯
no works
I like the tutorial but this dosent seem like its really teaching people anything besides how to make the game, id suggest explaining how some functions work besides just what their for
I try to explain most lines of code and what there doing, but I can be clearer in future videos
@CozyCoin alright, just want to make sure people are learning, also I was in your stream lol. Have a good day!
who can whrite me de secod scrip
Why wont just copy the script and paste it to the desc so that I can copy it and paste it so easier!
I hate people saying "its not working", like dude that means you did something wrong, its not his code thats not working, you probably just copied it wrong, but for real you should take the time to learn how to code so then when you watch tutorials like his you already know the concepts hes talking about. I learned how to code in java making mods for minecraft decided to start scripting in roblox and it was well worth sitting down and watching a 12 hour course on java coding, because it not only taught me java but just coding in general. Once you know how to code it becomes easy to watch a tutorial, understand the concepts of whats hes doing, then apply those into your code and then add onto what hes teaching you in your own way, seriously tho stop just copying and complaining you wont learn that way, also get comfortable with your code not working sometimes it takes days just to code a simple thing, its just what coding is, its just problem solving and sometimes a problem takes a while to solve.
fr
it doesnt work.:( and i subbed and liked..
Make sure to check for errors and warnings if you can find those and correct any misspellings that will fix most your problems
@@CozyCoin ty:)
342
The Script dosen't work for me:
local Players = game.GetService("Players")
local StatusValue = game.ReplicatedStorage:WaitForChild("StatusValue")
local Maps = game.SeverStorage:WaitForChild("Maps"):GetChildren()
local inGameFolder = workspace.WaitForChild('InGame')
local Lobby = workspace:WaitForChild("Lobby")
local spawnCFrame = Lobby:WaitForChild("SpawnLocation").cFrame + Vector3.yAxis*5
local roleChosenEvent = game.ReplicatedStorage:WaitForChild("RoleChosen")
local intermission = 5
local preparationTime = 10
local minPlayers = 3
Try ''Waitforchild instead of ''WaitForChild''