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
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.❤
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 :}
Ur such a good RUclipsr! 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
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.
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.
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! 🙌
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.
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.
Such a Great RUclipsr 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!
@@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
@@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.
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.
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
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.
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.
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
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)
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
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
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.❤
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 :}
Ur such a good RUclipsr! 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
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.
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.
You are the best roblox scripting teacher on RUclips 🙏 thank you
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!
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.
Yooo nice video i am tryna learn scripting and yeaa thanks for the tips!
You are who teach me scripting and developing methods thabk you smarty❤
Glad to hear that
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
What is that creepy noise that sounds like an SCP or something in the background
ty for helping me smarty :) i love your videos 🔥🔥
useful video thank u very much 🙏🏻
Such a Great RUclipsr 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!
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!
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
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.
Thank you for this video!
Im planning on learning blender first then maybe roblox studio in the future
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.
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
I have a superb idea for making game i was finding tutorial you got me
SMARTY CAN U HELP ME WITH THE SCRIPTING IN A ROBLOX GAME? I LOVE YOUR VIDS!
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?
Ive been doing this for a while
Can you make a tutorial on how to script a turn-based battle.
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
@@panml123 thanks, yes it will be challenging
@@panml123its more than enough if you spend your time efficiently
😎
All of you prbalby didn;t finish the video before ocmmenitng
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
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.
im lost 😔
What are you lost with?
I true W vid
Why cant I join the discord server?
nice
Under 1h here
And first like
sui
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.
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
First
Second*
How do i join the secret dev thingie does it cost money
Yes
Follow me rn!
The price of lunch at $97? Where do you eat lunch?
4th
first
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)