Another W from smarty. The roblox documentation is actually reallllyyy useful and can help you understand code and understand new things you maybe never tried before in scripting. Thank you smarty for these awesome videos.
The best thing ive found that ai helps with is explaining code if you grab a script and then ask it to write comments on each like for what it does and explain how the code works you will learn probably x3 or more the speed of someone who is not doing that
Started learning 3 days ago, made a car a leaderbord point system and a coin collecting system and a lava which also slowly drowns you before killing while burning you, your videos are really useful cuz they fire me up everytime
After 7 years i understood there is strange thing about scripting, the more you know, the less you want to create something, few years ago i almost made working game, even with almost no knowledge of what i can do today, but now, i try to create game, but i stuck on planning or create one system and leave. I think the worst part about scripting is knowledge of hidden problems such as memory leaks, sending too much data through remotes, even names of variables, thanks to them i'm perfect at making code pieces (usually hard thing required to create something) but i don't know how to start This is my tip for new devs, never worry about those problems, create even bad and functioning game, and later learn about those things, otherwise you may not create any game at all, i wish you luck tho :}
@@him8830 My best advice is to learn basics of basics from a playlist and then try to do something on your own, when you will find out you can't do something, you will research about it and understand it, sometimes it might take a long time, but it's best thing you can do
I've js not been motivated to learn, but every day while I'm just sat around I realise how they do things In games, how to do this and that by just thinking of the basics.
Ur such a good TH-camr! You have helped me and my friends start making a cyberpunk movement shooter open world style game called “cyra” keep up the good work!
Yo I wanna know if y’all would post the game before it’s finished like an beta version or smth and can you drop a user or smth on how I would be able to find the game the game idea really seems good
The idea of using AI is a good idea, but renember: ai is just to make code snippets. Sometimes you need to make the work so ai can assist you, do not expect something like telling a ai to do a super complex game with all the lines of code planned, see it like an assistant to help you with your code, maybe ai could even teach you the basics via text, but one thing i know is that you need to do half the work
I see, so long story short, for scripters - Make your game, but start with smaller parts, Thing of is as Jigsaw puzzle, learn small parts how they behave and interact with each other, in that way it will be easy, In another way to say, is to think like you can't eat Large pizza all together, it won't fit on your , nor mine mouth, we have to slice it to eat it. - Using AI is not crime, if you use it as your study buddy of script. - Not only know, who script has been typed, why script has to be this specific, aka ask ques.
Very insightful video, good luck to everyone learning scripting as a beginner 💯 Who knows? You might put yourself in the place of many big developers on the Roblox platform in the future.
i have 0% scripting skills but i usually take some stuff from the tool box and look at their scripts and try to understand it and even sometimes change small stuff in it so it fits to what i want it to exactly do in my game.
Just beware with some weird code for example loops, renember also a combo of these 3 words can ruin your game: "while true do" these doesn't need to be necessarily on this order, but these 3 words can crash your game by looping several "invisible" code that doesnt appear in the output, hope this helps you abit
I use chat gpt to modify my scripts or fix errors in it. Half the time if u ask chat gpt to make a whole new script it doesn't work anyways. You gotta give it a script you have already been working on
The scripts chatGPT makes from scratch do work, you just have to know how to implement it, where to put it in your game, and how to modify it so that it works with your game. You can't just ask it to write a script, and then copy and paste it into your game. You have to know what you're doing, and how the script actually works so that you can modify it if it needs changes.
Every person will tell you to NOT start with your dream game, that you need to start with small things. I noticed that, when I though of my game (based on a lot of mechanics). Thanks for sharing your knowladge to everyone.❤
yea my first time trying roblox studio is trying to make a game like doors or smth(i kinda forgot), thta just make me 2 steps behind cuz at the time im still begginer and want to make a big games. whats the result u may ask? absolute failure.
@@StarHail.Studio Yeah pretty much on of the simplest functional things to script. I recommend you check out the guide I mentioned in this video: The Easiest Beginner Guide to Roblox Scripting, you’ll learn the basics to a high level there - including kill bricks.
@@SmartyRBX OMG I GOT NOTICED YOOOOOO, OML, WAIT IM MAKING A SIMULATOR GAME, I MADE TERRAIN AND MADE GUI FOR SHOP, BUT I CANT SCRIPT GOOD, ITS HARD MAKING COINS APPEAR, THE ONE THING I KNOW ARE TOUCH EVENTS, BUT I FORGET THOSE ALOT, PLS HELP DEVELOP GAME
Such a Great TH-camr Now i made A BattleGrounds Game but i had to Hire devs to animate for me... So Could You Make A Video Of How To Animate On Moon Animator!
Great video, been watching your videos for the past week or so to get into Roblox development and have been learning a lot! The advice of using utilizing AI is HUGE. Don't be afraid to ask for it to build something or break down why a certain piece of code works! It is a great way to learn a new programming language (daily programmer / systems creator here). Thanks for the video and keep up the great work! 🙌
Smarty what monitor should i get for roblox developing/ roblox studio pls man my dream is to become a roblox developer can u look for one for me pls ome for 100 usd or 150 usd on amazon bc i dont know what to look for
If you watched the video, you’d see that I do in fact teach you if you watch my guide. The video you’ve just seen isn’t here to teach the details; it’s here to show you the high-level process you can use to learn scripting with effectiveness.
Guys, I started out with watching Peasfactory and the Dev King in 2021. As much as I have learnt over the years, I’m still learning till this very day.
Hello please can 😢you guys help me to reach smarty i am a really a big fan of him and i hope he sees this comment and if he does i want to say that i really want to join his group and help him with his games an other stuff i really hope he sees this 🥺 and gets to me 😢 group
@@VeryBob100 music adds a lot to a video even if you barely notice it, it's not meant to be the main topic. just sayin the music choice is bad thats all
i use ai look local debounce = false local player = game.Players.LocalPlayer script.Parent.MouseButton1Click:Connect(function() if debounce == false then debounce = true game.ReplicatedStorage.Event.RemoteEvent:FireServer() task.wait(0.5) debounce = false end end)
i dont think it will work cuz its a local script and local script cant be putted in the workspace, unless its putted in a textbutton/imagebutton, in which case make all senses.
Another W from smarty. The roblox documentation is actually reallllyyy useful and can help you understand code and understand new things you maybe never tried before in scripting. Thank you smarty for these awesome videos.
The best thing ive found that ai helps with is explaining code if you grab a script and then ask it to write comments on each like for what it does and explain how the code works you will learn probably x3 or more the speed of someone who is not doing that
Ima try this
holy, you are a W man
fr I did that when I first started and it helped a lot.
Started learning 3 days ago, made a car a leaderbord point system and a coin collecting system and a lava which also slowly drowns you before killing while burning you, your videos are really useful cuz they fire me up everytime
damn your editing is so much more consistent now. it looks way more professional! 😊
frr
What is that creepy noise that sounds like an SCP or something in the background
After 7 years i understood there is strange thing about scripting, the more you know, the less you want to create something, few years ago i almost made working game, even with almost no knowledge of what i can do today, but now, i try to create game, but i stuck on planning or create one system and leave.
I think the worst part about scripting is knowledge of hidden problems such as memory leaks, sending too much data through remotes, even names of variables, thanks to them i'm perfect at making code pieces (usually hard thing required to create something) but i don't know how to start
This is my tip for new devs, never worry about those problems, create even bad and functioning game, and later learn about those things, otherwise you may not create any game at all, i wish you luck tho :}
Could you teach me some basics on scripting?
@him8830 yk, having a teacher for basics isn't required, you have plenty of resources and you can have fun from that, Simply try and you will see
@@danonek07 I know what you mean the recourses are everywhere I just learn quicker when a person explains it
My problem is the amount of information there is so much that I cant choose what to do
@@him8830 My best advice is to learn basics of basics from a playlist and then try to do something on your own, when you will find out you can't do something, you will research about it and understand it, sometimes it might take a long time, but it's best thing you can do
I've js not been motivated to learn, but every day while I'm just sat around I realise how they do things In games, how to do this and that by just thinking of the basics.
Ur such a good TH-camr! You have helped me and my friends start making a cyberpunk movement shooter open world style game called “cyra” keep up the good work!
Yo I wanna know if y’all would post the game before it’s finished like an beta version or smth and can you drop a user or smth on how I would be able to find the game the game idea really seems good
Not a fan of these type of games, but hope your project gets really popular!
Yooo nice video i am tryna learn scripting and yeaa thanks for the tips!
The idea of using AI is a good idea, but renember: ai is just to make code snippets. Sometimes you need to make the work so ai can assist you, do not expect something like telling a ai to do a super complex game with all the lines of code planned, see it like an assistant to help you with your code, maybe ai could even teach you the basics via text, but one thing i know is that you need to do half the work
I see, so long story short, for scripters
- Make your game, but start with smaller parts, Thing of is as Jigsaw puzzle, learn small parts how they behave and interact with each other, in that way it will be easy, In another way to say, is to think like you can't eat Large pizza all together, it won't fit on your , nor mine mouth, we have to slice it to eat it.
- Using AI is not crime, if you use it as your study buddy of script.
- Not only know, who script has been typed, why script has to be this specific, aka ask ques.
Very insightful video, good luck to everyone learning scripting as a beginner 💯
Who knows? You might put yourself in the place of many big developers on the Roblox platform in the future.
Subscribed!!!
You are the best roblox scripting teacher on TH-cam 🙏 thank you
i have 0% scripting skills but i usually take some stuff from the tool box and look at their scripts and try to understand it and even sometimes change small stuff in it so it fits to what i want it to exactly do in my game.
Just beware with some weird code for example loops, renember also a combo of these 3 words can ruin your game: "while true do" these doesn't need to be necessarily on this order, but these 3 words can crash your game by looping several "invisible" code that doesnt appear in the output, hope this helps you abit
@@pestznyk ty bro never gonna make that mistake now, i hope lol,
I use chat gpt to modify my scripts or fix errors in it. Half the time if u ask chat gpt to make a whole new script it doesn't work anyways. You gotta give it a script you have already been working on
GPT4 works better than 3.5
@@SmartyRBX Yeah i hate when ive used the maximum chat gpt4 for the day
The scripts chatGPT makes from scratch do work, you just have to know how to implement it, where to put it in your game, and how to modify it so that it works with your game. You can't just ask it to write a script, and then copy and paste it into your game. You have to know what you're doing, and how the script actually works so that you can modify it if it needs changes.
@@firstclass000 it doesn’t make the scripts in the most optimal way
ty for helping me smarty :) i love your videos 🔥🔥
Every person will tell you to NOT start with your dream game, that you need to start with small things. I noticed that, when I though of my game (based on a lot of mechanics). Thanks for sharing your knowladge to everyone.❤
Yes, this is definitely true, if you start with complex things soon you will just give up
yea my first time trying roblox studio is trying to make a game like doors or smth(i kinda forgot), thta just make me 2 steps behind cuz at the time im still begginer and want to make a big games. whats the result u may ask? absolute failure.
You are who teach me scripting and developing methods thabk you smarty❤
Glad to hear that
useful video thank u very much 🙏🏻
ur vids are making me make my game much easier these are priceless🤩
Dope, keep going! What lesson has helped you the most to make game development easier?
@@SmartyRBX I mainly watched ur building vids but scripting is still tough. but what like the most basic thing to script like a kill brick?
@@StarHail.Studio Yeah pretty much on of the simplest functional things to script. I recommend you check out the guide I mentioned in this video: The Easiest Beginner Guide to Roblox Scripting, you’ll learn the basics to a high level there - including kill bricks.
YO SMSRTY THANK YOU, IVE EN WATCHING YOU BEFORE 20K SUBS
Legend!
@@SmartyRBX OMG I GOT NOTICED YOOOOOO, OML, WAIT IM MAKING A SIMULATOR GAME, I MADE TERRAIN AND MADE GUI FOR SHOP, BUT I CANT SCRIPT GOOD, ITS HARD MAKING COINS APPEAR, THE ONE THING I KNOW ARE TOUCH EVENTS, BUT I FORGET THOSE ALOT, PLS HELP DEVELOP GAME
I try to understand why the code works and what could be the errors. I try to read it out and reason! Nice vid👍
Thanks for watching!
Hello one question how do i make a custom character for a team, lets say A team has a spartan character and team B has a roman character
alr, reply to this reply tommorow and ill explain detail by detail cuz its currently 3 am in my time.
my problem as a beginner ( over 1 year ago) was that i knew how to acript but I didn't know how to combine the script parts into a working script
Such a Great TH-camr Now i made A BattleGrounds Game but i had to Hire devs to animate for me... So Could You Make A Video Of How To Animate On Moon Animator!
Thank you for this video!
Great video, been watching your videos for the past week or so to get into Roblox development and have been learning a lot!
The advice of using utilizing AI is HUGE. Don't be afraid to ask for it to build something or break down why a certain piece of code works! It is a great way to learn a new programming language (daily programmer / systems creator here).
Thanks for the video and keep up the great work! 🙌
Sure thing!
Smarty what monitor should i get for roblox developing/ roblox studio pls man my dream is to become a roblox developer can u look for one for me pls ome for 100 usd or 150 usd on amazon bc i dont know what to look for
Im planning on learning blender first then maybe roblox studio in the future
I am learning every day for 60 days
Oh sick! Are u making a video on it or something? I would love to see that!
@@THIRD0612 nah but I might if you want to see that
@@DevPanml thanks, yes it will be challenging
@@DevPanmlits more than enough if you spend your time efficiently
😎
Why cant I join the discord server?
All of you prbalby didn;t finish the video before ocmmenitng
Ive been doing this for a while
SMARTY CAN U HELP ME WITH THE SCRIPTING IN A ROBLOX GAME? I LOVE YOUR VIDS!
And first like
sui
Can you make a tutorial on how to script a turn-based battle.
I have a superb idea for making game i was finding tutorial you got me
thanks
you are one of a w scripter
thanks for teaching everyone
I appreciate that!
What are your key takeways you learned from this video?
im lost 😔
What are you lost with?
I true W vid
W Hero
How to get this courses
Go to www.smartyrbx.com/start to join
@SmartyRBX I got there already and it's one time payment right
@SmartyRBX and I readed the rules and everything but I need time before paying
Under 1h here
BRO THE COURSE MADE ME A GOD SCRIPTER I MADE A PIXAL GAME IN 4 HOURS IT HIT 78K VISITERS YOU YOUR THE REAL SCRIPTING GOAT
Hey man, that’s awesome! tell me more about it 🔥
Send me your discord and I’ll add you there to discuss
@@SmartyRBX its pj_bros but the display name is YourLocalAirLInes
@@SmartyRBX its pj_bros
@@CobraKaiClipsOfficial added you.
Once you accept the request, I can’t wait to hear you share more about your journey!
1k likes!!
How do i join the secret dev thingie does it cost money
Yes
Bruh. I thought you were going to teach me. Not tell me to go and learn myself
If you watched the video, you’d see that I do in fact teach you if you watch my guide.
The video you’ve just seen isn’t here to teach the details; it’s here to show you the high-level process you can use to learn scripting with effectiveness.
Pls I need it very necessary
nice
Guys, I started out with watching Peasfactory and the Dev King in 2021. As much as I have learnt over the years, I’m still learning till this very day.
First
Second*
Hi, am comment number 5 I wish u could teach me
Its lua ?😅
It is!
@@SmartyRBX oooh its it's more "simple" nice more easy to learn
Hello please can 😢you guys help me to reach smarty i am a really a big fan of him and i hope he sees this comment and if he does i want to say that i really want to join his group and help him with his games an other stuff i really hope he sees this 🥺 and gets to me 😢
group
Thank You SmartyRBX I Will Learn The Best From You
You got it! Keep practicing!
the music is so bad and unfitting
I forgot this video is about music
@@VeryBob100 music adds a lot to a video even if you barely notice it, it's not meant to be the main topic. just sayin the music choice is bad thats all
The price of lunch at $97? Where do you eat lunch?
first
4th
Follow me rn!
146 views 😭😭
i use ai look local debounce = false
local player = game.Players.LocalPlayer
script.Parent.MouseButton1Click:Connect(function()
if debounce == false then
debounce = true
game.ReplicatedStorage.Event.RemoteEvent:FireServer()
task.wait(0.5)
debounce = false
end
end)
i dont think it will work cuz its a local script and local script cant be putted in the workspace, unless its putted in a textbutton/imagebutton, in which case make all senses.