Update (7/1/24) The Advanced Scripting Series is NOT Over! Once the new beginners scripting series is over within the next few weeks, we'll return to more episodes in this playlist! :)
Just finished watching the Advanced Scripting series 👍 I learned ALOT here, thank you so much BrawlDev 😁 Your way of teaching stuff is so clean and understandable, i can really see you truly understand the root of each concept.
can I request a tutorial about one of these following 1. Ray Casting, where enemy/ally can shoot too 2. Waypoint/Path Finding, where they can jump obstacles, destroy wall or door in their patb too (if neccessaery) and newly created Terrains because there will be destruction everywhere (and also the NPC will able to find a cover in the rubbles) 3. Inventory System (or Trading System, coz i think they will work almost the same) that can be Saved so where you want to loadout your previous character items or store it to a different backpack set 4. Queue Different players from different Channels and put them in a Single Server Map 5. Identify if the Player is First Place or Last Place in a Racing game (idk how to pull that off, using the existing scripts that you taught me) 6. Spray / Draw on HUD or Public freedom wall It is very helpful if you can do one of those or similar on your future tutorials... coz it is confusing how to do those
thank you so much for this series omg. can you make a video about making a grid building system? something where the player can place objects, maybe like bloxburg or theme park tycoon 2?
braw dev is honesly the goat and underated as a roblox studio youtuber. once he is done with his tutorial ark (its amazing) and starts making vieos like gamerMB or cone he will blow up 100%.
what about using expirationDate > currentDate instead? Also, what would you reccomend for me, who had watched all of your tutorials, but now have no clue how to make a game? I want a tutorial on how to make a game, what would you reccommend for that? Thanks for the videos.
Hey brawl I was wondering if you could bring back the scripting challenges to try form the previous seiries. theres one thing about learning something and another thing is applying it, and it really helps. thanks!
Update (7/1/24)
The Advanced Scripting Series is NOT Over!
Once the new beginners scripting series is over within the next few weeks, we'll return to more episodes in this playlist! :)
we wouldnt let you end it if you wouldnt explain region3, raycast, pathfinding and alot more
Yeah,would be also cool if you do after higher than advanced tutorials, maybe like pro tutorials
When’s the next vid
i was quite suprise when we learn cframe after tweenservice until i see lookvector
Tysm, been trying to learn lua for a while and your tutorials help me a lot!
y
Just finished watching the Advanced Scripting series 👍
I learned ALOT here, thank you so much BrawlDev 😁
Your way of teaching stuff is so clean and understandable, i can really see you truly understand the root of each concept.
There's still more to come! Thank you for catching up through all the episodes! :)
@@BrawlDevRBLX lets goo, thats amazing 🔥. Cant wait for the new vids 😄
You'll NEVER stop me from using outdated functions!! !! !!!!!
Wdym what are the outdated functions?
@@Nick_4YT the ones the guy told you to not to use
Ex: tick(), os.time(), etc.
I saw it now thx
yes he will
@@الخلبوصة proof
I've tried to figure this out for a long time, thanks for making this!
omg finally NEW TUTORIAL ;D
BrawlDev’s explanations -> Every other TH-camrs Explanation
Nice another upload 🤤
are u a girl
can I request a tutorial about one of these following
1. Ray Casting, where enemy/ally can shoot too
2. Waypoint/Path Finding, where they can jump obstacles, destroy wall or door in their patb too (if neccessaery) and newly created Terrains because there will be destruction everywhere (and also the NPC will able to find a cover in the rubbles)
3. Inventory System (or Trading System, coz i think they will work almost the same) that can be Saved so where you want to loadout your previous character items or store it to a different backpack set
4. Queue Different players from different Channels and put them in a Single Server Map
5. Identify if the Player is First Place or Last Place in a Racing game (idk how to pull that off, using the existing scripts that you taught me)
6. Spray / Draw on HUD or Public freedom wall
It is very helpful if you can do one of those or similar on your future tutorials... coz it is confusing how to do those
Help for me as well
almost everything was suggested in discord 💀
The concept just explained something I have been struggling with for months bro 😭
Very good videos 👍👍👍
Where did you learn how to script from?
thank you so much for this series omg. can you make a video about making a grid building system? something where the player can place objects, maybe like bloxburg or theme park tycoon 2?
30:40 it should be "and if string.lower(textBox.Text) == validCode then", that's why it didn't work properly
Hi I’ve been watching your vids I’m taking notes to see if I like this new hobby, thanks.
very very useful man . thanks a lot
"Alright, lets think about this for a minute" - BrawlDev's Slogan
braw dev is honesly the goat and underated as a roblox studio youtuber. once he is done with his tutorial ark (its amazing) and starts making vieos like gamerMB or cone he will blow up 100%.
Could you please do a tutorial on pathfinding?
Will be covered eventually!
Finally this topic is here, nice 🙏
🤓👆
Hi Osaka 😾
1k views in almost half a day is epik
also thanks for the tutorial
I love your teaching style, will you eventually be covering ROBLOX’s Pathfinding Service?
Yes, eventually!
what about using expirationDate > currentDate instead? Also, what would you reccomend for me, who had watched all of your tutorials, but now have no clue how to make a game? I want a tutorial on how to make a game, what would you reccommend for that?
Thanks for the videos.
No way… a programming TH-camr who actually said something that was.. correct.. this is insane
Very well.
Hey brawl I was wondering if you could bring back the scripting challenges to try form the previous seiries. theres one thing about learning something and another thing is applying it, and it really helps. thanks!
Just like at the end of this episode, I've been slowly integrating them back in knowing how helpful they are to the viewers! :)
Can you explain magnitudes please?
learn physics and vectors then
It's a distance between 2 Position/Vector3 gived as Vector3
@@Superdashytbmagnitude isnt a vector3, its a single number
Can you do metatables next pls
W 🎉🎉🎉
path ai finding when
OMG OMG PLS TYSM
TYSM
em what a sigma
You WON'T stop me from using tick and os.time 😡😡😡😡
why
Bro thats not a script its a drag thing
Hi
W Channel
reply to this if youre a legend
Legend
Bruh
local rayOrigin = Vector3.new(0, 0, 0)
local rayDirection = Vector3.new(0, -100, 0)
local raycastResult = workspace:Raycast(rayOrigin, rayDirection)
local mouse = game:GetService("Players").LocalPlayer:GetMouse()