HOW DO YOU ONLY HAVE 70 SUBS. When i first saw your vid i thought u had atleast 20k+ due to the quality. These tutorials are better than 95% of the ones i have seen and they have taught me a lot. Keep upploading, u got a new sub!
I’ve hunted the internet for help and this is the best thing I’ve ever seen it explains it and show you how to do it and it works this man deserves more subs and views I would share with my freinds but they’ll make fun o fame for playing roblox
great tutorial, honestly explained it clearly, i was expecting something unclear like 'academic speak' or dragging on explanations like most roblox tutorials do, but now I know what delay() and defer() does. i appreciate the conception part too lol
First of all, great video, have my sub :) Second of all, for anyone who is confused by task.defer(), all it does is take a task and put it as the lowest priority task.
I really want to thank you for these tutorials. I'm a visual learner, so it is incredibly helpful seeing visual examples instead of a brief vocal explanation!
I really like how you can slide the blocks around thats cool! Keep up the good work! I also subscribed beacuse you got me so for from the begginers scripting to here!
just some extra info when you use wait or task.wait or any kind of yielding function which are functions that tell the script to stop or pause task.defer will run at the end of the yield task.defer runs at the end of a codeblock and the script intrepretes a thread which is a group of tasks as finished when a yield happens which task.defer detects therefore running the code if theres no yield anywhere after task.defer was used it just runs at the end of your script edit: i was a little incorrect it seems threads are a independent sequence of execution kinda how task.spawn() allows you to run code along with your script by doing that it creates a new thread i believe i was correct on everything else though but please correct me if im wrong im still learning
TYSM OMG I WERE LOOKING FOR THING TO RUN COUPLE OF FUNCTIONS!! I TRIED COROUTINES BUT ITS TOO HARD FOR ME SO I LL BE USING TASK FUNCTIONS!!! OMG TYSMMMMM!!!!!💕💕🛒🛒💕💕💕💕💕💕💕💕💕💕💕💕
Info: In case you know about wait(), delay() or spawn() but don't know whats the difference between those and task.wait()..., basically the task. functions are superior. Look it up if you want to know more.
I would think that to be the case if a certain condition has been met, that's when I would cancel the task if it doesn't need to execute all the way through.
task.wait is when u need to wait when you have a script with lots of tasks. wait() is for anything else. wait is kinda global and task.wait is local. i think, im new to scripting though.
Hello BrawlDev! I tried to do task.defer myself, and I wanted to ask: is it ok if my deferred task runs as not the last function? I mean, it ran the 2nd last.
Not entirely familiar with it since I personally don't use it. But I'd say it's normal that it doesn't guarantee it being the last running task. Thx for asking!
Hi, while i understand the video, can I ask why roblox developers prefer task.wait() over simply the wait() function? Thank you even if you don't reply.
Hello! My name is Enrique. A pleasure. I have seen your videos and I am extremely delighted with them. I would like to know if you would like to work on developing an experience that is almost ready; What it really lacks is someone to bring it to life with the codes. If interested, let me know! I will be happy to give you more details. Many successes!
🎁Get Access to my Scripts + More Perks by Becoming a Channel Member! 👇
www.youtube.com/@BrawlDevRBLX/join
I love how you actually visualize what the code does instead of just telling, that really helps. Thank you.
I agree
HOW DO YOU ONLY HAVE 70 SUBS. When i first saw your vid i thought u had atleast 20k+ due to the quality. These tutorials are better than 95% of the ones i have seen and they have taught me a lot. Keep upploading, u got a new sub!
this aged well
@@RandomCat245 im an OG lol
@@pr0doxz410 I saw that
@@pr0doxz410 dang he must've gotten a huge subscriber spike
@pr0doxz410 are you a pro scripter now?
I’ve hunted the internet for help and this is the best thing I’ve ever seen it explains it and show you how to do it and it works this man deserves more subs and views I would share with my freinds but they’ll make fun o fame for playing roblox
Dude, That was the best analogy ever! I literally can't find any tutorials better than these. Thank you so much
great tutorial, honestly explained it clearly, i was expecting something unclear like 'academic speak' or dragging on explanations like most roblox tutorials do, but now I know what delay() and defer() does. i appreciate the conception part too lol
Glad you thought it was helpful! I definitely agree that this conception sequence was my favorite one!
within the first 2 minutes I already learned 2x more than what i learned from everything else i had looked at
fr i tried many coruses and didnt help me at all it was just some basic obby but this explains everything
First of all, great video, have my sub :)
Second of all, for anyone who is confused by task.defer(), all it does is take a task and put it as the lowest priority task.
I really want to thank you for these tutorials. I'm a visual learner, so it is incredibly helpful seeing visual examples instead of a brief vocal explanation!
The DragDector use is so cool for the visuals! (and the video itself lol)
I rank you In #2 of best ROBLOX tutorial channel!
I WILL BECOME #1 😈
Really great explanation, helped me out thanks.
great tutorial bro, great quality and explanations 👍
The analogy was great, you're very good at explaining things!
yo bro love the content the way you teach is so helpful
Honestly this dude is underrated
The conception is very unique. Like it!
Your tutorials are fire how the hell did you come up with such a good way of explaining it.
I loved the way you gave us a example at the start keep it up!
I would love to see the couritine tutorial
same tbh
He made one !
but its worse spawn
@@bonkserno corutine is better than
Do you mean quarantine? I’m confused
Wow! I'm very impressed by your explaination... Well done!
OMG this is the best vid I’ve ever seen Thx so much u us don’t understand how much u helped me!! I ve been searching for DAYSS
Man, believe me when I say you saved me a lot of time
Easy to understand, and Easy Ideal taskfunctions for my game
Gooooood
I Use Delay A Lot Now Tysm It Helps I Needed This Tysm
I really like how you can slide the blocks around thats cool! Keep up the good work! I also subscribed beacuse you got me so for from the begginers scripting to here!
I love your content. Keep it up!
SO UNDERRATED AND WELL EXPLAINED!!! +1 sub and +alot respect
Amazing, finally someone who doesn't use "wait()" and actually explain and teach people to use "task.wait()"
This is literally the best Roblox coding video I have ever seen... and I have a playlist with 88 of them, so I should know.
just some extra info when you use wait or task.wait or any kind of yielding function which are functions that tell the script to stop or pause task.defer will run at the end of the yield task.defer runs at the end of a codeblock and the script intrepretes a thread which is a group of tasks as finished when a yield happens which task.defer detects therefore running the code if theres no yield anywhere after task.defer was used it just runs at the end of your script edit: i was a little incorrect it seems threads are a independent sequence of execution kinda how task.spawn() allows you to run code along with your script by doing that it creates a new thread i believe i was correct on everything else though but please correct me if im wrong im still learning
very easy to understand 10/10
I wanted to make a roblox game but i couldn't because i didn't understand but your videos helped me a lot, thanks
can you do a video on the camera?
When exactly do you use task.spawn() over coroutines? They both seem to have the same functions, but what's the advantage of one over the other?
bro im crying 😭the way he just starting flinging the blocks after a crystal clear explanation
UNDERRATED AS F**k
TYSM OMG I WERE LOOKING FOR THING TO RUN COUPLE OF FUNCTIONS!! I TRIED COROUTINES BUT ITS TOO HARD FOR ME SO I LL BE USING TASK FUNCTIONS!!! OMG TYSMMMMM!!!!!💕💕🛒🛒💕💕💕💕💕💕💕💕💕💕💕💕
such a good tutorial, thx!
when im watchin this when the vid is 9 months old and its still helpfull :)
Info: In case you know about wait(), delay() or spawn() but don't know whats the difference between those and task.wait()..., basically the task. functions are superior. Look it up if you want to know more.
this is true
So task.spawn is like a trash can with the garbage inside of it that will get rid of once that you don’t need it automatically?
Can you make a video on Module Scripts and how to use them!, Ive watched other tutorials but cant seem to understand them.
Will happen soon in the series!
U deserve a sub
Well done
🎊
Btw if u see this u make my pc crash with the defer 10k thing
@@KnightzzzXzack LMAO-
this really helped thank you
I know this is a bit late, but I see that you have a font for your code editor. How did you get that and how can I get mine to look like that?
i needed this
how do you make any part can be draggable?
It's one of roblox's newest features called DragDetectors! Pretty interesting to use
what practical use could I use of this?
Would task cancel be used primarily with if statements if you have 2 tasks set up and want to cancel one of them if they don't meet the requirements?
I would think that to be the case if a certain condition has been met, that's when I would cancel the task if it doesn't need to execute all the way through.
Another great video!!!
Amazing
Damn, now this is what I call quality.
i thought this dude had like 300k subs with good views bro is underrated as hell.
So in summary, task.defer is executed at the end of the script?
This is useful
Goated
Can you talk about task.sychonize() and task.desychonize()?
Hum, what is the difference beetween wait() and task.wait() ?
task.wait is when u need to wait when you have a script with lots of tasks. wait() is for anything else. wait is kinda global and task.wait is local.
i think, im new to scripting though.
its pretty simple, wait() is deprecated and is not recommended for future use. Other than that, they basically do the same.
@@BrawlDevRBLX It's not really deprecated but yes, task.wait() is superior.
Turns out, I'm wrong. It is deprecated I just used outdated or incorrect knowledge.
Thank you soo much !!!
Hello BrawlDev! I tried to do task.defer myself, and I wanted to ask: is it ok if my deferred task runs as not the last function? I mean, it ran the 2nd last.
Not entirely familiar with it since I personally don't use it. But I'd say it's normal that it doesn't guarantee it being the last running task. Thx for asking!
mine ran after the first loop of the for-loop haha
Hi, while i understand the video, can I ask why roblox developers prefer task.wait() over simply the wait() function? Thank you even if you don't reply.
You should make an episode about the Camera.
what does task do? cuz like I know you can normally just do wait(), or delay(), without task.wait, or task.delay, but like its not as good
Task is that exact task basicly
you are the best
very cool
Amazing
Guys task.wait is it the same as wait? or each one has his own job
#1 teacher
what's the difference between task.wait() and wait()
wait is like "OLD" so everyone use task because is more precise
how did you move the blocks? that was pretty clean
DragDetectors!
now I'll be puting task.spawn anywhere there is a loop
Thanks i learnt now
Hello! My name is Enrique. A pleasure. I have seen your videos and I am extremely delighted with them. I would like to know if you would like to work on developing an experience that is almost ready; What it really lacks is someone to bring it to life with the codes. If interested, let me know! I will be happy to give you more details. Many successes!
Activate Windows?
hi brawlbattle
Bro what was before 2:36 tf i watched
W tutorial
Tysm
6:44
i dont get task defer T.T is it like used for debugging or idk i think im so far from the actual answer its ujst confusin for me
You didnt explained for loops and started using for loops
That’s covered in my beginners scripting guide. You can find it on my channel page
You gave absolutely no help to task spawn bro
Really underrated
A C T I V A T E W I N D O W S
You are so useful thanks man