You are the first person that I’ve found that actually explains the logic behind the syntax and how to use it properly - you are actually equipping people to use the code as an actual instrument. I’ve been watching and trying, fairly enough, Luau, Python, C, C#, and JS… but you are the first I’ve seen to actually EXPLAIN THE BLOCKS intuitively. Good for you. This should be recommended viewing for beginners of ANY coding language to get a feel of what syntax IS.
as someone who barely knows anything about coding at ALL (except for a few things on python) this video is helping me understand roblox code better than I've seen ever. SUBBED
i've wanted to script on roblox for a couple of years now but i never really got the motivation to start and i always thought it would be so hard to learn but you made it very easy to understand and you motivated me to learn how to script
thank you so much. It has always been my dream to be a roblox game dev but because of my adhd I couldn't learn how to do it. Thanks to you, I learned how to script and gained a refresher on things I already learned, you just earned urself a new sub.
Thanks a TON for making this, it helped me get into my love for scripting and helped me learn a lot of the basics of scripting in Roblox Studio!! 😄 (Also you explained it incredibly well, thanks again!)
I'm watching this tutorial rn and I will say it's very helpful and I've learned much more from this video than others, it's also useful when you break down things cs I'm using Google docs as a notebook for this video. Thank you for making this!
You should make a more advanced one! I think this video really helped and it'd be awesome to be able to watch a video that goes over more complex ideas
If it works then i’ll subscribe to you, And if it doesn’t work then i won’t subscribe to you. I am trying my best to learn scripting and it’s really my dream bro. Edit: IT WORKED TYSMMM ❤❤ btw i keep getting confused on scripting but i mean, you still get a subscriber 🎉
This was a great tutorial thats simple, very self-explanatory, and easy to remember but at 32:11 be careful bc it almost crashed my studio and I didn't save
So far less then 5 minutes I’m learning more then days, this isn’t necessarily helping me make games YET, I’m only 5 minutes in, but I understand how to code basic things and ACTUALLY UNDERSTAND it.
bro if you have great knowlege for scripting you can make a series of you creating a game thats will be awsome video:you explain very well and you can keep my attention spend thank you for the vid
nah bro this guy just gave the best explanation for scripting new sub btw i am really new to scripting and i wanna make my own game i know how to build but dont know how to script and this is just the best explanation ur a W man but i wanna know how can i make a leveling system
scriptix, you earned a sub, i hace constantly been trying to create a game of my dreams, a cinematic horror action game, with actual voice acting and stuff, i will watch your other videos that show how you can add sounds, or script a monster and add a hitbox that makes you die, I don't have a PC yet, but i will be extremely happy once my mom or dad buy me one, your the best youtuber, thanks a million scriptix!!
Hey! i was wondering why the script at 41:37 wont work for me local CoolPart = game.Workspace.CoolPart CoolPart.Touched:Conncect(function()
CoolPart.Transparency = 0.5
end) there it is, the error keeps saying that CoolPart is not a valid member of workspace, although it is a child of workspace but it still wont work and sometimes it tells me this error: Conncect is not a valid member of RBXScriptSignal any ideas how i can fix this?
Thanks to you I have been stuck on something and now I have made a game where you have to attack the juggernaunt secretly with different items found around the map. You also have to blend into npcs in the background which if you get caught the juggernaunt can stab you with a knife. You can also crawl into certain places and you can get coins which you can buy crates for knife skins and buy different abilities, all have already been made and have been tested fully. I have no current co owner and if you would like to be one you can if u can help me script n stuff also advertising it.
Could you make a video going through the tool box and reviewing scripts and teaching us why they used that script, what does it do, and what are other ways to do it.
hi ur amazing with explaining but how do i use this in games thats hard and i want to make a game and learn it my own without yt tutorials any help on that?
I'd suggest watching this video: ruclips.net/video/bHFFho2ltKo/видео.html It goes over things you should do when you're learning scripting and how to proceed after learning the basics :3
It appears to work the same, but wait() is much less reliable. Think of task.wait() to be being the improved version of wait(). Wouldn't you rather used the improved version that does pretty much the same thing? For further reference: devforum.roblox.com/t/task-library-now-available/1387845
Thank you for the video it helped a lot and was very instructional. I just have a question, does the FindFirstChild and WaitForChild just identify the object in the code? So would saying game.Workspace.baseplate be the same? Also confused on what the firstchild is the child of.
FindFirstChild and WaitForChild both return the object that is specified in the the argument. So if you wanted to locate a part called "Baseplate" in the Workspace you could do both: local baseplate = game.Workspace:WaitForChild("Baseplate") OR local baseplate = game.Workspace:FindFirstChild("Baseplate") For objects you already know to exist, for example, the baseplate already exists before you run the game, it isn't necessary to use WaitForChild (so yes, it would be the same in this case as doing game.Workspace.Baseplate). If you did game.Workspace:FindFirstChild("Baseplate"), it essentially looks through the Workspace, looking for something called "Baseplate" and it will return the first object with that name. If no such object is found, it will return nil. Do also remember that WaitForChild expects for the object to eventually exist, and it will freeze the script forever if it can't find the object with the specified name.
@@Scrip_tix Just figured out by using WaitForChild I could change the footstep volume to zero because it waits for the player to be in the game then sets the value to 0 when the player's code wouldn't be in the workspace to begin with.
Whenever I try to do the touched event thing, it never does it, I have all the right capitalization and all the right variable names but it never does the thing inside the event
Do you mean workspace? You might've accidently closed the explorer where it's found. To find it again, you just have to go to the view tab, at the top of the screen. In the view tab, there are buttons, go to the ones on the left, and click on 'Explorer' and it should open it up :3
Hey, thanks for watching! Check out my other videos here: www.youtube.com/@Scrip_tix/videos
As usual, comment anything you guys want me to make! :3
my brain hurts
and also how do you make a counter for a gui?
omg get immediate help@@JGSOBRIEN
how do we make leaderstats?
you a femboy?
You are the first person that I’ve found that actually explains the logic behind the syntax and how to use it properly - you are actually equipping people to use the code as an actual instrument. I’ve been watching and trying, fairly enough, Luau, Python, C, C#, and JS… but you are the first I’ve seen to actually EXPLAIN THE BLOCKS intuitively. Good for you. This should be recommended viewing for beginners of ANY coding language to get a feel of what syntax IS.
Glad you found it helpful! :3
@@Scrip_tix If you were up to it, you would make a decent educator.
REAL
YOUR VIDEO WAS THE MOST UNDERSTANDABLE VIDEO AFTER THE 47 VIDEOS I WATCHED ABOUT SCRIPTING.
YOU GET ANOTHER SUB
true
i immediately subbed within the first 2 mins. i knew it would be good!
Thank you so much! Most youtubers don't explain scripting properly, but you definitely explained it well.
Glad it helped!
true
I've had the same problem, but Scrip_tix explains it really well.
as someone who barely knows anything about coding at ALL (except for a few things on python) this video is helping me understand roblox code better than I've seen ever. SUBBED
Broo that's the best tut I've ever seen since months while I'm learning to code, TYSM. You gained another sub
Best and most straightforward Roblox scripting video I have ever come across! Glad I knew JS before getting into this
this is absolutely AMAZING THX SO MUCH BRO YOU STARTED MY SCRIPTING JOURNEY AND I CAN'T BE GREATFULL ENOUGH!!!!!
i've wanted to script on roblox for a couple of years now but i never really got the motivation to start and i always thought it would be so hard to learn but you made it very easy to understand and you motivated me to learn how to script
Thank you for watching :3
so this video doesnt actually teach u to script and it just motivates you to learn..?
@@Lepyxll both:)
@@Dallasyyxz the creator confirmed to a comment that said the video motivated them to learn
@@Dallasyyxz tf you mean both lil knee-gah
thank you so much. It has always been my dream to be a roblox game dev but because of my adhd I couldn't learn how to do it. Thanks to you, I learned how to script and gained a refresher on things I already learned, you just earned urself a new sub.
Thanks for watching :3
Same i have ADHD And Autism
wow
yo bro this a W you explain every thing really well and I did learn but I will keep watch again and again because I'm a beginner also you earn a SUB!!
I appreciate it, thank you :3
This video is very helpful when I watched other videos it seemed complicated but you simplified it so much really underrated
true
I'm glad I knew some Python before getting into all if this 😅
It really helped me a lot get started
I appreciate the effort of making this 40 minute video. You made it easy to understand and now I know the basics of roblox coding.
Thank you :3
Thanks a TON for making this, it helped me get into my love for scripting and helped me learn a lot of the basics of scripting in Roblox Studio!! 😄
(Also you explained it incredibly well, thanks again!)
I'm watching this tutorial rn and I will say it's very helpful and I've learned much more from this video than others, it's also useful when you break down things cs I'm using Google docs as a notebook for this video. Thank you for making this!
You should make a more advanced one! I think this video really helped and it'd be awesome to be able to watch a video that goes over more complex ideas
this is underrated this should get millions of views it is very easy to understand, and as a nine year old I completely understand this video.
finally someone who actually explains what the words are and mean and how to get info from in game 🙏
Learned scripting within a few 10 mins would recomend this thanks so much
Glad it helped!
this actually works on my roblox studio, and it teaches me a lot for making new games, thank you so much
best beginner's guide i ever see bro !
One of the first videos i found that actually helped me frr
Underrated video bro! I learned alot from this. You earned a new sub
This man made the most clear scripting video i have ever seen u earned a sub
TYSM SO FAR UR THE ONLY RUclipsR WHO EXPLAINED IT IN DETAIL FOR ME AND NOW I CAN LOOK FORWARD TO MAKING MY OWN GAME
it is literally 12 A.M. rn. I am definitely watching this when I wake up in the morning. I'll update you on how it goes Edit: your him.
This Is A Really Understandable Video About Scripting This Gives Me Inspiration
THANK YOU YOUR THE ONLY TUTORIAL THAT MADE SENSE
Best scriptimg video fr. Calm and explaining EVERY SINGLE DETAIL tysm for this blessed video
Slowly slowly I absorb this important information,every day I grow bigger in knowledge,and soon I'll be making millions.
Thanks for this tutorial, new sub
W vid im tryna become a dev this helped way more than other tutorials! ty
If it works then i’ll subscribe to you, And if it doesn’t work then i won’t subscribe to you. I am trying my best to learn scripting and it’s really my dream bro.
Edit: IT WORKED TYSMMM ❤❤ btw i keep getting confused on scripting but i mean, you still get a subscriber 🎉
Ok
Nice! Congratulations 🎉🥳
@@BasedPolish_EditsI know a lil but need to perfect it
You are the only one that explained pairs and ipairs properly, thank you so much!
its 6:04 AM and this really helped for my game, thanks a lot
YE SAME BRO THIS IS SO EASY FOR ME TO UNDERSTAND TYSM
wow only 47 min and u learn everything imma def watch this lates free sub
This was a great tutorial thats simple, very self-explanatory, and easy to remember but at 32:11 be careful bc it almost crashed my studio and I didn't save
i wasted a whole day of trying to find a good explanation untill i found you video Thanks! also you did super well ("+1 Sub")
Print("Scriptix has Total = Total + 1 subs!")
haha, thank you!
i am beginning today, thank you for this tutorial. see you on the other side
You got this. 🫡
i decided to try the while true do print("hi") then it lasted for a few seconds but its been about a minute now and its finaly starting to return
20:08 i actually expected it would print IS because other languages start at 0 lol
deserves more subs and likes
So far less then 5 minutes I’m learning more then days, this isn’t necessarily helping me make games YET, I’m only 5 minutes in, but I understand how to code basic things and ACTUALLY UNDERSTAND it.
bro if you have great knowlege for scripting you can make a series of you creating a game thats will be awsome
video:you explain very well and you can keep my attention spend thank you for the vid
nah bro this guy just gave the best explanation for scripting new sub btw i am really new to scripting and i wanna make my own game i know how to build but dont know how to script and this is just the best explanation ur a W man but i wanna know how can i make a leveling system
Thanks for watching, I'm glad you found it helpful :3
We need more people like you
Epic video. 👍👍👍
Thanks :3
Thx learned alot that i couldnt learn in other vids.
Truly an amazing vid
YOUR A W RUclipsR
Part of of the obby please! :)
Just made it!
well ezplained simple and informative ma guy
Thank you :3
thanks, i used to work for jared valdez but i forgot how to code, and want to start again. not for jared valdez, but for my own fun idea for a game.
scriptix, you earned a sub, i hace constantly been trying to create a game of my dreams, a cinematic horror action game, with actual voice acting and stuff, i will watch your other videos that show how you can add sounds, or script a monster and add a hitbox that makes you die, I don't have a PC yet, but i will be extremely happy once my mom or dad buy me one, your the best youtuber, thanks a million scriptix!!
I was always using free models after this i don't need it anymore thank!
i am a builder i dont know how to script but this tutorial is the best i have found (i can script now
Muahhahah, imagine the power you have now >:3
Your the best lua teacher i ever had youre the best
I appreciate it :3
ur so goated ur the reason i started
Hey! i was wondering why the script at 41:37 wont work for me
local CoolPart = game.Workspace.CoolPart
CoolPart.Touched:Conncect(function()
CoolPart.Transparency = 0.5
end)
there it is, the error keeps saying that CoolPart is not a valid member of workspace, although it is a child of workspace but it still wont work
and sometimes it tells me this error: Conncect is not a valid member of RBXScriptSignal
any ideas how i can fix this?
It's not 'Conncect', it's spelt 'Connect'
@@Scrip_tix Oh, i did not see this lol. thank you anyways :)
after this should i learn advence scripting or learn more basics and thank you for the info btw
thanks for helping me on properties very much
Happy to help!
yo ty scriptix for the heart
The whole video was him finding his children
Hahaha bro got jealous I think
@@elvin9939😂
Thank you
I am 10mins in and I have learned so much can you do one on how to do guis?
ty so much bro
Can I ask you a question? How can we remove the camera feature?
it says rendering is bugged blah blah how do i fix that 3:36
Where does it say that? In the output window?
amazing tutorial, thank you
Glad you liked it!
Thanks You So Much!! TYSM!
Thanks to you I have been stuck on something and now I have made a game where you have to attack the juggernaunt secretly with different items found around the map. You also have to blend into npcs in the background which if you get caught the juggernaunt can stab you with a knife. You can also crawl into certain places and you can get coins which you can buy crates for knife skins and buy different abilities, all have already been made and have been tested fully. I have no current co owner and if you would like to be one you can if u can help me script n stuff also advertising it.
I want to add taunting but kinda don't.
i have a question about properties why is it not working it tells me that part is not a member of workspace
My part fell in the void when it trapesy
I think you forgot to anchor it... (Set the part's anchored property to true)
@@Scrip_tix I don’t think so but maby
12:16 just saving this!
my laptop has been broken for so long so i wanted to see if i can still read code, im having trouble making code but i can read it easily
Idk know why but this made me better in python.
does scrpting work like python if i actual started learning it a while ago just started whatching the video
I just made a script so if a value was under 10 then the part would be blue, and if it was over 10 it would be red, and I'm so proud of myself
Congrats!
@@Scrip_tix thanks!
Could you make a video going through the tool box and reviewing scripts and teaching us why they used that script, what does it do, and what are other ways to do it.
That's a good idea! :3
Part 2 of the obby?
so cool
En mi opinion es muy genial!
Gracias :3
hi ur amazing with explaining but how do i use this in games thats hard and i want to make a game and learn it my own without yt tutorials any help on that?
I'd suggest watching this video: ruclips.net/video/bHFFho2ltKo/видео.html
It goes over things you should do when you're learning scripting and how to proceed after learning the basics :3
Thx so much for making this video u helped me so much 1 more sub to your account
This is ngl good thx bruh
Yw! :)
10:34 saving my timestamp for later
What does local do?
also instead of task.wait you can do wait on the same line and its wait(whatever you want) and it works the same i think
It appears to work the same, but wait() is much less reliable. Think of task.wait() to be being the improved version of wait(). Wouldn't you rather used the improved version that does pretty much the same thing?
For further reference: devforum.roblox.com/t/task-library-now-available/1387845
@@Scrip_tix yeah true
tyyy
Thank you for the video it helped a lot and was very instructional. I just have a question, does the FindFirstChild and WaitForChild just identify the object in the code? So would saying game.Workspace.baseplate be the same? Also confused on what the firstchild is the child of.
FindFirstChild and WaitForChild both return the object that is specified in the the argument. So if you wanted to locate a part called "Baseplate" in the Workspace you could do both:
local baseplate = game.Workspace:WaitForChild("Baseplate") OR
local baseplate = game.Workspace:FindFirstChild("Baseplate")
For objects you already know to exist, for example, the baseplate already exists before you run the game, it isn't necessary to use WaitForChild (so yes, it would be the same in this case as doing game.Workspace.Baseplate). If you did game.Workspace:FindFirstChild("Baseplate"), it essentially looks through the Workspace, looking for something called "Baseplate" and it will return the first object with that name. If no such object is found, it will return nil. Do also remember that WaitForChild expects for the object to eventually exist, and it will freeze the script forever if it can't find the object with the specified name.
@@Scrip_tix Just figured out by using WaitForChild I could change the footstep volume to zero because it waits for the player to be in the game then sets the value to 0 when the player's code wouldn't be in the workspace to begin with.
Whenever I try to do the touched event thing, it never does it, I have all the right capitalization and all the right variable names but it never does the thing inside the event
also sometimes it starts off as transparent even though i dont touch it
Can you show me your code?
I dont understand WaitForChild and FindFirstChild, I am brandnew at coding plz help
What's the difference between the normal wait() and task.wait()?
I recommend this article from the DevForum:
devforum.roblox.com/t/taskwaitn-vs-waitn/1491119
@@Scrip_tix Alr Thanks
Also in your sprint video I wish you explained what the lines of codes were doing.
How do I get workshop? I sort of wanted to test what would happen if I deleted it sooooo how do I get it back?
Do you mean workspace? You might've accidently closed the explorer where it's found. To find it again, you just have to go to the view tab, at the top of the screen. In the view tab, there are buttons, go to the ones on the left, and click on 'Explorer' and it should open it up :3
This guy is a w
Totally agree :3
please update the vid i think they changed the controls a bit ( I got stuck in the first 30 seconds because the controls 💀
hey bro do you know how to publish a script
whats the app used??