yeah true, I didn't even know how to code on Roblox studio and this is the best tutorial I have ever seen. Its way more understandable then other videos
this video has the least amount of views because it is the last part of the scripting series. Not everyone get all the way here. The first episode got 300k views but after that many people gave up.
As of typing this comment i have just gotten onto this episode and so far you have done a fantastic job at explaining everything in detail but while making it easy to follow, i cannot wait to make a game with everything i have learned along the way. Also one tip that i recommend is to type comments every few lines explaining what you have done, its good practice, also keeps it in your mind and if you are stuck and can't remember something you can look back at notes, he did cover how to make comments but if you can't remember you type -- type comment here.
Hey man wanted to let you know im a very big supporter of you, you have a small but very loyal fanbase keep it up and dont procrastinate on your upload schedule, we need the vids lol
Your all videos was so helpful to me and yes everyone, and thank you for your hard efforts making videos. And I actually like your teaching, they are so easy to understand. You are much much better than other scripters who had created videos on this. I don't know what I am talking here but I am so happy to able to learn scripting. Thank you so so so much!!!!
Thank you so much for making this Series. i have been attracted to scripting for a while but i found it so hard to understand it. and this is my first time finally understand the Roblox Lua For the First time Thanks Codebro29 btw you earned 1 subscriber!!! Your quality of content should be appreciated more! Please Make more content like this that are helpfull to others!
Bro thank you so much you actually understand making players copy a bunch of lines won't make you learn scripting and does nothing but demotivated you I think I'm well on my way to getting my game on the front-page Also sorry for bad english lol
Bro thisb by far the best scripting series for beginner i managed to do so much fun projects, please make a new series for the next level of scripting, like I heard about Enums before but i dont know what they are. Like Intermidiate series, but best tutorials i seen so far thanks
@@jujhar. i would do that but one of my great scripter friends has been quizzing me everytime i finish a lesson. im getting brain ready for the final quiz 😤
Hi, I think this tutorial was very good! I think it is awesome at explaining everything. I am hoping that you can make an intermediate series too. I would definitely watch it.
Hey there, I really want to thank you for making all of these videos! They were all incredibly helpful and I think I might be able to begin making my own game soon! (After the final game of course!)
Hey Bro,thank you So much,your videos helped me So much,i wanted to make my game for a long time,because of you it Can happen,keep the good content going,your doing great😃
thank you very much! with this tutorial (and prerequisite ones), i managed to make a ui button that spawns cheese whenever you click it. im currently at 492 pieces! your guidance has fostered my insanity :)
Hi you can make a game where you can explore the world and we are gonna use what we have learned so you can make a leaderstats with time or coins that you colected parkours in tombs escape and others. Thank so much because you are making this series i learned a lot and now can do something with scripts
thanks to you and all the help you gave me im now a great developer and i earn about 20k robux a month and donate it in pls donate so for all the noobs that i have given to it leads to you.!
Here is an easier way to script a button that can spawn parts for you! Also, YOUR VIDEO"S ARE QUALITY. It would be lovely for a pin! local player = game.Players.LocalPlayer script.Parent.MouseButton1Down:Connect(function() local part = Instance.new("Part") part.Parent = game.Workspace part.BrickColor = BrickColor.Random() local head = player.Character:FindFirstChild("Head") part.Position = head.Position + Vector3.new(5,3,5) end) Just put a local script in the textbutton. it should work.
I GOT ONE BUT IDK HOW TO DO IT ITS KINDA HARD TO do but I try to explain it can u plese try and do a timer like 9minutes up top and another timer that says 5 seconds to go on the color like the ai will choose a color that ppl have to go on and when the 9 minutes finish they be teleported back its like stairs of RAGE! but diff please make one.
Mine wasn't working for some reason and I spent about 30 minutes rewatching the part where you created the FireClient before finding a spelling error. Now it works...smh
Do you have any tutorials on how to make objects move after a certain part has been touched? (example: in my game I need the player to step on a block to activate snow falling above in front of them.)
make a variable for the block, like Block = script.Parent or Block = game.Workspace.Part or something and then do Block.Touched:Connect(function() and in this function here u write what u want ur snows position to be like end)
@@Roman_The_Great I'm sure he stated "snow position" as in Vector3 with height not Vector2 which as in your words "teleport". Or the original commenter could of meant particles.
I've run into a problem where when I try and spawn the part at the players position, the game tells me that position isn't a valid member of head. Do you know how to solve this?
False means that it isn’t true. But not means that you are saying that I wanna do the thing that’s NOT this. Example: if you wanna make something visible, if you use false it will not be visible. But if you say you have a script and you say it is NOT that script it’s basically the opposite of that script
You have to state where the new instance will put the part, which you call the parent, If the game doesn't know the where to put the object, the parent, then it wont spawn anything.
You have to state where the new instance will put the part, which you call the parent, If the game doesn't know the where to put the object, the parent, then it wont spawn anything.
That's a you problem, this tutorial is helping me along with many others get better at scripting. Maybe focus more and try to make things make sense instead of blatantly copying the video
HELP! ITs not working and said this : FireCilent is not a valid member of RemoteEvent "ReplicatedStorage.UpdateStatus" - Server - RemoteEventScript:16 OnCilentEvent is not a valid member of RemoteEvent "ReplicatedStorage.UpdateStatus" - Client - UpdateStatusCilent:1 this my script: RemoteEventScript: game.Players.PlayerAdded:Connect(function(player) wait(5)
game.ReplicatedStorage.UpdateStatus:FireCilent(player,"You have joined the game!") end) UpdateStatusCilent: game.ReplicatedStorage.UpdateStatus.OnCilentEvent:Connect(function(message) script.Parent.Text = message end)
It's unfair how little views you get, your tutorials are amazing and really help people.
yeah true, I didn't even know how to code on Roblox studio and this is the best tutorial I have ever seen. Its way more understandable then other videos
ikr this dude can explain better out of all the other tutorials i go through
Exactly and also how easy it is to understand also I am making a game with all of my knowledge from him
this video has the least amount of views because it is the last part of the scripting series. Not everyone get all the way here. The first episode got 300k views but after that many people gave up.
@@purplememer this is the only scripting series i have not given up on
As of typing this comment i have just gotten onto this episode and so far you have done a fantastic job at explaining everything in detail but while making it easy to follow, i cannot wait to make a game with everything i have learned along the way. Also one tip that i recommend is to type comments every few lines explaining what you have done, its good practice, also keeps it in your mind and if you are stuck and can't remember something you can look back at notes, he did cover how to make comments but if you can't remember you type -- type comment here.
Why did you have to say that just now????? :(
@@GeneralPlayer. he said that a year ago buddy
Hey man wanted to let you know im a very big supporter of you, you have a small but very loyal fanbase keep it up and dont procrastinate on your upload schedule, we need the vids lol
it is insanity how you dont get more views dude you have the best tutorials out there keep up the good work and I wish you good luck
Man I am Turkish and there are not such a good tutorials in Turkey so i would like to thank you for doing this.I hope you get what you deserve.
This series was so helpful for me, thanks to you I know how to code now!
Your all videos was so helpful to me and yes everyone, and thank you for your hard efforts making videos. And I actually like your teaching, they are so easy to understand. You are much much better than other scripters who had created videos on this. I don't know what I am talking here but I am so happy to able to learn scripting. Thank you so so so much!!!!
Thank you so much for making this Series. i have been attracted to scripting for a while but i found it so hard to understand it. and this is my first time finally understand the Roblox Lua For the First time Thanks Codebro29 btw you earned 1 subscriber!!!
Your quality of content should be appreciated more!
Please Make more content like this that are helpfull to others!
Amazing tutorial like always,TYSM! I got closer to my goals with this video of yours again
Bro thank you so much you actually understand making players copy a bunch of lines won't make you learn scripting and does nothing but demotivated you
I think I'm well on my way to getting my game on the front-page
Also sorry for bad english lol
Bro thisb by far the best scripting series for beginner i managed to do so much fun projects, please make a new series for the next level of scripting, like I heard about Enums before but i dont know what they are. Like Intermidiate series, but best tutorials i seen so far thanks
im so glad i found this channel i've learned alot thanks to you
finally i learned how to code
in one day! thank you.
Im gonna run through to course twice once i finish to sharpen up everything lol
@@jujhar. i would do that but one of my great scripter friends has been quizzing me everytime i finish a lesson. im getting brain ready for the final quiz 😤
final video before the game i'm too exited
Me too
Thank you for making this entire series.
Ah, no problem bro!
nvm I re-watched this one time and I think I got it. Thx alot for taking the time to make these videos they really helped me
Hi, I think this tutorial was very good! I think it is awesome at explaining everything. I am hoping that you can make an intermediate series too. I would definitely watch it.
subscribed, excited for the game!!
Hey there, I really want to thank you for making all of these videos! They were all incredibly helpful and I think I might be able to begin making my own game soon! (After the final game of course!)
Thank you! I'm glad that I could help! :)
@@CodeBro29 your amazing keep up on the amazing content
TYSM FOR THIS AWESOME TUTORIAL SERIES
Hey Bro,thank you So much,your videos helped me So much,i wanted to make my game for a long time,because of you it Can happen,keep the good content going,your doing great😃
thank you very much! with this tutorial (and prerequisite ones), i managed to make a ui button that spawns cheese whenever you click it. im currently at 492 pieces! your guidance has fostered my insanity :)
JUST BOUGHT THE OFFICIAL CODEBRO29 FAN! UR VIDS ARE DA BEST
Hi you can make a game where you can explore the world and we are gonna use what we have learned so you can make a leaderstats with time or coins that you colected parkours in tombs escape and others. Thank so much because you are making this series i learned a lot and now can do something with scripts
thanks to you and all the help you gave me im now a great developer and i earn about 20k robux a month and donate it in pls donate so for all the noobs that i have given to it leads to you.!
Here is an easier way to script a button that can spawn parts for you! Also, YOUR VIDEO"S ARE QUALITY. It would be lovely for a pin!
local player = game.Players.LocalPlayer
script.Parent.MouseButton1Down:Connect(function()
local part = Instance.new("Part")
part.Parent = game.Workspace
part.BrickColor = BrickColor.Random()
local head = player.Character:FindFirstChild("Head")
part.Position = head.Position + Vector3.new(5,3,5)
end)
Just put a local script in the textbutton. it should work.
It will work but only for the particular client not for the server where other players can also see it
This surely must take practice I was dying while hearing this 😂
I wish you should explain what the difference between Function Events and Remote Events
thx for coming back
great job bro just amazing work
Pls give the next episode soon and thx for the
Series
Do you know when will the final episode will be posted? Because i can forget everything i learned😂
Hopefully in the next few days, I've been pretty busy recently but I'm trying to get it out soon :)
One tip, pls make the audio louder cause I need to put mine at 70 so that means I get jumpscared by ads
Pls do that cause low audio ruins this vid
This eppisode was complexified but all it takes is some practise!
The dog at the ned of the video 😂
yo bro are you gonna do adding animations through scripts anytime using statements?
12:19 looks like a game thumbnail
+1 subscriber
thank you
I GOT ONE BUT IDK HOW TO DO IT ITS KINDA HARD TO do but I try to explain it can u plese try and do a timer like 9minutes up top and another timer that says 5 seconds to go on the color like the ai will choose a color that ppl have to go on and when the 9 minutes finish they be teleported back its like stairs of RAGE! but diff please make one.
I was almost about to punch my monitor and keyboard
the thing i dont get is like how do you know when to use this stuff in a script
lol, i spent like 30 minutes making an open/close gui just to go to the next video and my problems be solved
I have a question; Why do we need the SpawnPart remote event?
To communicate with the server im pretty sure from the client
At 4:50 he add function(player) but I still don’t get why he adds that?
you probably understand why by now but for future reference just hover over the line and it'll explain what the parameters mean.
Mine wasn't working for some reason and I spent about 30 minutes rewatching the part where you created the FireClient before finding a spelling error. Now it works...smh
I'ma do that bc I'm having the same issue ☠
the longer the series, the lesser the volume of mic
LOL fr
Do you have any tutorials on how to make objects move after a certain part has been touched? (example: in my game I need the player to step on a block to activate snow falling above in front of them.)
make a variable for the block, like Block = script.Parent or Block = game.Workspace.Part or something and then do Block.Touched:Connect(function()
and in this function here u write what u want ur snows position to be like
end)
@@sacred4570Yes but im pretty sure he wants to know how to animate the snow falling down. Not just for it to teleport infront of the player
@@Roman_The_Great I'm sure he stated "snow position" as in Vector3 with height not Vector2 which as in your words "teleport". Or the original commenter could of meant particles.
Tween service?
I've run into a problem where when I try and spawn the part at the players position, the game tells me that position isn't a valid member of head. Do you know how to solve this?
Never mind, It works for some reason now.
its happening to me :(
First, love your videos also you the video titile is eps 12 LOL change it to 13 :)))
haha thanks for pointing that out, the title should be fixed now :)
@@CodeBro29 np, i am fan from a long time and i joined your discord :)
😩 I understood everything up until this point
7:35 a red line shows under "player" and the script doesnt work, why? is it outdated
which r the other ways to get a player character?
@@傷跡-b6b you gotta create a parameter called player
Typed in the exact same piece of code but the script won't budge. Is there anything that changed?
EDIT: Fixed. Turned out to be a typo in the code
What message do u get
also can you create a video on how to code a gamepass
I'll see what I can do :)
@@CodeBro29 ok
@@CodeBro29 TYSM
One more episode left
I got this error meesage please help:
16:37:59.517 FireServer can only be called from the client - Server - Script:2
1:45 Why can't we use false instead of not?
I think not means to like toggle it on/off
False means that it isn’t true. But not means that you are saying that I wanna do the thing that’s NOT this.
Example: if you wanna make something visible, if you use false it will not be visible. But if you say you have a script and you say it is NOT that script it’s basically the opposite of that script
guys except of adding script.Parent.Frame.Visible = not script.Parent.Frame.Visible do: script.Parent.Frame.Visible = false
bro did not get it 💀
bro
the you joined script is not working :((
day 1 of asking how to make a 2017 game in roblox 2023
so are remote events basically a way to trigger something onto the sever from the client?
through the server onto the client or with a remote event with the server its just a way to trigger something for the entire server to experience
thank you@@9dss9
HI BRO
I've been following this tutorial series and it's been decent but everything I do in this tutorial episode seems to not work.
its because you play football
When is last episode coming?
Drop the last video!!
SHARE AND LIKE ASWELL
"fireServer can only be called form the client" that really is killing me
same
you have to put a local script instead of a normal script inside of the text button when you press the plus sign
How do I fire the status to the server
I want to make the spawned in part infront of the player, but Vector3 doesnt do that. Can you help?
local InfrontVector = Head.CFrame.LookVector
part.Position = Head.Position + InfrontVector * 7
@@PgarRex thanks but i already got it fixed last month
You forgot to zoom in on the script
Yeah sorry about that, I zoomed in a bit later
Hey man for me the Spawn Part doesn't work for me it just keep spawning at the parts with the explosion
Can you join my discord server and send you script there?
You have to state where the new instance will put the part, which you call the parent, If the game doesn't know the where to put the object, the parent, then it wont spawn anything.
what error fireserver can only be called from cleint
There is a alternate type of script that is called localscript. you put that into the text button for the fire server to work
3:06
Custom command?
It worked for me but no part spawned in do you know why?
make sure you spelled everything right and the capitalization
It wont get the position of the head
You have to state where the new instance will put the part, which you call the parent, If the game doesn't know the where to put the object, the parent, then it wont spawn anything.
the last tutorials are hard to understand fr
It says FireServer can only be called from the cloent
Use fire client then
you have to put a local script inside the text button instead of a normal script for fire server to work
How do I save data if a player joined my game???
ua-cam.com/video/0LtRTQYAluU/v-deo.html :)
@@CodeBro29 hi
@@KingsRBLX3 Hello :)
14:10
E
2sd
Sorry, but this tutorial is bad, can't understand anything.
What do you need help with. I can show you because I already understand what this means
Because you didn't actually watch and replicate the previous videos in the series?
That's a you problem, this tutorial is helping me along with many others get better at scripting. Maybe focus more and try to make things make sense instead of blatantly copying the video
@@MrMcCorkerMann theres probably a language barrier
Bad tutorial.....
Maybe you didn’t listen
@@bacony12bruhi listen
@@epictomat Try again next time
HELP! ITs not working and said this :
FireCilent is not a valid member of RemoteEvent "ReplicatedStorage.UpdateStatus" - Server - RemoteEventScript:16
OnCilentEvent is not a valid member of RemoteEvent "ReplicatedStorage.UpdateStatus" - Client - UpdateStatusCilent:1
this my script:
RemoteEventScript:
game.Players.PlayerAdded:Connect(function(player)
wait(5)
game.ReplicatedStorage.UpdateStatus:FireCilent(player,"You have joined the game!")
end)
UpdateStatusCilent:
game.ReplicatedStorage.UpdateStatus.OnCilentEvent:Connect(function(message)
script.Parent.Text = message
end)
yo bro are you gonna do adding animations through scripts anytime using statements?