Fun Fact: In Color Correction Instance, You Are Not Limited To The Slider Values. U Can Go Insane With The Saturation And The Contrast Values To Get Some Strange Visuals
if you set the brightness value of ColorCorrection to -1 (or lower), you can only see normally through slightly transparent neon parts. oddly specific, but it can work as a cool mechanic if used correctly
4:53 slight correction: you arent being spawned at some weird height, you are being spawned 100 studs above the entire place (0, 100, 0). iirc the baseplate is located inside the origin edit: apparently it’s 0, 100, 0. i originally said 0, 0, 0 but I think I was referring to classic baseplate and not the new baseplate template lol
Bro backtracked FAST on module scripts. Very funny how the video right before this one was dunking on them lol. But still-- good video. I had no clue beams were used in gfx and I hope one of these days you show off a better example of their use case (ofc I'll still google them myself later, but it's still a good video idea)
Could you explain how studio itself works? like how you can switch to dark mode, how to find items and such, what exactly basic stuff like folders and models and the things like replicated storage do and so on, what is in the home or view or whatever tabs, i couldn't really find any videos covering the basics of the basics of studio.
I found it very upsetting but also amazing that Roblox released the drag detector right when i made a custom drag system. At least one step no more, but the problem is, you still have to heavily guide the drag for it to be actually good.
The Worldmodel should also be mentioned, which makes the ViewportFrame even better because you can display animations and all that stuff in one frame :D
@@EngineGamesSFM Why the hell you ask this? You told about world model, another person told that they use it for their game, not even talking to you directly, so why you ask this
i didnt really understand module scripts, but that last explanation actually explained them pretty well, not only that but i learnt some things i didnt know. your videos are always so useful while trying to learn new things about roblox studio, thanks! :D
I say module scripts are the literal core of making systems on Roblox. I recommend you start doing object-oriented programming on Roblox as making objects is pretty important in the CS world. Hope you are having a good day so far
@@Koniak3 If you meant OOP Try making a cat and dog with functions to do their base functions (walk, eat, drink) and cat have mew and dog have bark (It can be just prints in these functions, its example to practice it)
Nice video, helped me to understand a little bit more, but i think highlights should have been here a long with uigradients, they're really useful for modeling
I subbed to this channel in January when you only had 500 subs. I have not regretted a single moment of watching your videos, thank you for teaching me so much, it’s been a pleasure watching your channel grow 🩷 I hope you never stop posting
Personally i started use module script to set locations of instances, specialy in gui, is so much easy trade locations and not needed change every script
i remember making boats about 3 years ago and all it took was a counterweight to keep the boat up and a vector force. Can't remember how i made turning, but overall it was very floaty, selling a decently "realistic" feel so point is, it's incredibly simple. Since i used terrain water there's automatic buoyance physics and when going fast i remember the boat skimming along the surface and becoming unstable so depending on what you want, it can be very good too.
do you actually expect him to make a tutorial on this channel? his channel is about stuff in roblox studio like either making weird games or instances that he either finds cool or weird, or just smth that he thinks that is underrated. ig just ask chat gpt, or just learn more about roblox studio.
i feel like you made the weld constraint part way too complicated - don’t you just have to select all the parts and then press weld under the model tab ? that’s how i do it
Can you elaborate on "mid experienced"? It really depends on your current level of understanding. If you are talking about Roblox scripting, my advice is to just practice. Make your own classes of the built-in globals like Vector3 or table (the library). Start random projects like making horror games, tower defense, dungeon crawlers etc. It's not all about studying. If you mean outside of Roblox, follow the same principle I explained. Just. Keep. Practicing. Build your own compiler. Make a mini OS.
@@Loki-mk7km besides hes clearly inexperienced as shown in his previous videos and makes assumptions that are obviously false. there is no way he is selling a course
@@arandom_bwplayeralt ok phew i thought i was the only one who thought this man was a little inexperienced to be selling an entire course, when people like gnome code teach much better for free
@@Loki-mk7km he says modulescripts are useless and then continues to explain their uses, its so horrifying that people are getting scammed when there are hundreds of tutorials on youtube and thousands on the devforum
Hey, I love your videos but sometimes I can't watch them :/ and I have like 130 UA-camrs that I am subscribed to. Soooo.... That's a little too big. Me everytime I start my computer: dong...dong...dong...dong...dong... *opening notification center* Chrome: UA-cam : +10
Free preview of my full Roblox Studio course:
bit.ly/ByteBloxCourse
Ok I will
Life is miserable, why bother with a course for ROBLOX?
@@batmanwithprepso you can finally make a femboy dressup simulator
@@ninethetwotailedfox I want to end it all Tails
@@batmanwithprep just type /kill @s in your hardcore world.
Fun Fact: In Color Correction Instance, You Are Not Limited To The Slider Values. U Can Go Insane With The Saturation And The Contrast Values To Get Some Strange Visuals
true lmao, you can make some weird super satured game with it
@@Henrires yeah, if i remember correctly when u put the saturation at 1k itll make like a glitchy environment.
@@PcHeadDev lmao
if you set the brightness value of ColorCorrection to -1 (or lower), you can only see normally through slightly transparent neon parts. oddly specific, but it can work as a cool mechanic if used correctly
@@nativeite315 sounds cool, im try it once i get home
bro got his first sponsorship!!! congrats!
not first he got it before too
only true byteblox edgers would know this isn’t his first sponsor
... did you watch his video where he makes a game without code
0:00.000 - 1:00.785 Intro
1:01.626 - 3:09.447 #1: Drag Detector
3:09.767 - 4:24.908 #2: Viewport Frames
4:25.198 - 5:33.972 #3: Spawn Location
5:34.375 - 7:38.789 #4: Weld Constraint
7:39.166 - 9:45.281 #5: Unreliable Remote Event
9:45.957 - 11:29.094 Sponsor
11:34.319 - 12:01.114 #6: IntValue
12:01.341 - 13:36.765 #7: Ad User Interface
13:38.964 - 15:01.360 #8: Beam
15:01.441 - 16:22.647 #9: Color Correction Effect
16:23.816 - 20:19.368 #10: Module Scripts
20:23.267 - 20:50.103 Unpaid/Self Promotion
Bro pinpointed the sections down to the millisecond 😭
milliseconds for extra accuracy?
@@R-Error9385 Sponsorblock.
@@R-Error9385 Also, I think it's seconds and not minutes.
"games are made with items" That's all I needed from this video, thanks
4:53 slight correction: you arent being spawned at some weird height, you are being spawned 100 studs above the entire place (0, 100, 0). iirc the baseplate is located inside the origin
edit: apparently it’s 0, 100, 0. i originally said 0, 0, 0 but I think I was referring to classic baseplate and not the new baseplate template lol
Hmm? No, you will spawn at 0,100,0
I tested, the reason why is if you spawn at 000 you will fall to the void
The origin 000 is *inside* the baseplate, means you will fall to the void, that's why roblox make it to 0,100,0
Bro backtracked FAST on module scripts. Very funny how the video right before this one was dunking on them lol. But still-- good video. I had no clue beams were used in gfx and I hope one of these days you show off a better example of their use case (ofc I'll still google them myself later, but it's still a good video idea)
this was actually rlly helpful and helped with my beginner dev experience! thx
Could you explain how studio itself works? like how you can switch to dark mode, how to find items and such, what exactly basic stuff like folders and models and the things like replicated storage do and so on, what is in the home or view or whatever tabs, i couldn't really find any videos covering the basics of the basics of studio.
1:02 I never knew that item existed in ROBLOX! Seriously, I love your tutorials.
4:18 I have to disagree to be honest, They're used in FPS games and in a lot of shop guis which are in A LOT of games.
yeah the first thing that popups up into my mind when i think about viewport frames are shop guis, those are the main things that use viewport frames
I found it very upsetting but also amazing that Roblox released the drag detector right when i made a custom drag system. At least one step no more, but the problem is, you still have to heavily guide the drag for it to be actually good.
1:07 Wait what, that means I found you because of that video, the video was super interesting. Didn't even know it was yours
The Worldmodel should also be mentioned, which makes the ViewportFrame even better because you can display animations and all that stuff in one frame :D
I used those too for my dialog system to have animated pictures for the character who speaks through the dialog
I use this in my tower defense game! It looks so cool :D
@@drdevious12do we known each other?
@@drdevious12 We know each other from gnomecodes server
@@EngineGamesSFM Why the hell you ask this? You told about world model, another person told that they use it for their game, not even talking to you directly, so why you ask this
i didnt really understand module scripts, but that last explanation actually explained them pretty well, not only that but i learnt some things i didnt know.
your videos are always so useful while trying to learn new things about roblox studio, thanks! :D
I say module scripts are the literal core of making systems on Roblox. I recommend you start doing object-oriented programming on Roblox as making objects is pretty important in the CS world. Hope you are having a good day so far
@@UmarbekAbdyvalyev what's cs
@@SaleMalesComputer science, I was just advising the person who commented on this video to start doing OOD on Roblox cause it's pretty darn useful 👍
@UmarbekAbdyvalyev, im currently learning it. Can you tell me where i can use orp to train
@@Koniak3 If you meant OOP
Try making a cat and dog with functions to do their base functions (walk, eat, drink) and cat have mew and dog have bark (It can be just prints in these functions, its example to practice it)
BRO BIG THX FOR ASKING HOW IS MODEL SCRIPTS WORKING I REALLY DIDN'T KNOW!! YOU ARE THE BEST!
yo same, i didn't know too, i wish i could donate too but I'm broke lol 😅
Congrats on the BRILLIANT SPONSOR! Great video, man!
Nice video, helped me to understand a little bit more, but i think highlights should have been here a long with uigradients, they're really useful for modeling
Fact: if spawnlocation disappear, you will respawn at 0, 100, 0
thanks i werent even thinking about that but also wondered how high the height were
14:22 this is actually such a cool atmosphere
Fun Fact: Beams are more commonly used in Aura VFX and Ore VFX (like Sols RNG and Rex:r) compared to lets say Slash VFX like what Blade Ball has.
I subbed to this channel in January when you only had 500 subs. I have not regretted a single moment of watching your videos, thank you for teaching me so much, it’s been a pleasure watching your channel grow 🩷 I hope you never stop posting
Personally i started use module script to set locations of instances, specialy in gui, is so much easy trade locations and not needed change every script
YOOOOO CONGRATS ON YOUR FIRST SPONSER!!!!!
It’s not his first
@@rendomstuf4019 …
Ah…
Second? I have no clue when was the last time he got sponsored
This channel is my dictionary for Lua coding
ByteBlox With music hits diffrent, I don't feel being insterested with music, i wish there was no music cause i can focus on Video
a lil more complex but unioning is a replacment for weld constraint as it basicly does the same thing but makes them one part aka, a union
onion
Unioning is an easier replacement but you cannot union meshes, heads and other part types. Welding does everything (as far as I know)
Module scripts allow you to create classes and objects, they are mostly used to store code which will frequently be used in your game.
for new users: it's magic
Id say sometimes Motor6D is more useful than WeldConstraints as it has animation capabilities.
congrats on sponsor. and cool video idea!
Finally, someone who know the potential of spawn location
smhhh script.secret better
Thanks very much about overvievframe
dang it i lost my edging streak to this video
😫😫
womp womp
Why did i get an ad for brilliant the second bro ended his sponsor for brilliant? 💀
amazing video, but where is Actor on the list? 😔
If you anchor the part then it moves without a delay but you can't push objects with it.
yo i no longer need to ask for data storing tables, cuz i already figures it out :D
a video explaining every feature perhaps?
you shouldve added higlight on here too.
How about Module Scripts, Value Instances and bindable events vs _G?
You can basically store these things in globals
Ig the only difference is that _G is slower
u need to make a video on state machines cause nobody does and its annoying
Haha jokes on you, I'm gonna make a game just using meshes
Can u make a tut on how you can make an advanced boat system with ocean? Cuz theres non good tut on that on yt
i remember making boats about 3 years ago and all it took was a counterweight to keep the boat up and a vector force. Can't remember how i made turning, but overall it was very floaty, selling a decently "realistic" feel so point is, it's incredibly simple. Since i used terrain water there's automatic buoyance physics and when going fast i remember the boat skimming along the surface and becoming unstable so depending on what you want, it can be very good too.
@@tomsterbg8130 with advanced i meant like the turning animations and cannon stuff (ik its alot lol)
do you actually expect him to make a tutorial on this channel? his channel is about stuff in roblox studio like either making weird games or instances that he either finds cool or weird, or just smth that he thinks that is underrated. ig just ask chat gpt, or just learn more about roblox studio.
Why WeldConstraint instead of juste make an union
theres no way i found a youtuber that doesnt do sols rng content and isnt hating on the game LOL
i feel like you made the weld constraint part way too complicated - don’t you just have to select all the parts and then press weld under the model tab ? that’s how i do it
This works, but it depends on what you're trying to do, such as player models
16:08 "this looks edible"
mf u made the bisexual flag
Lust layer from ultrakill
wrong term, use instance instead of item
I love byte blox
W dragdetectors
16:36 FINALLY... HE TALKED ABOUT MODULESCRIPTS... WE CAN GO HOME NOW...
"Not a lot of people use it" ????okay buddy
"this looks edible" 😂😂
cant you set a group as a Part1 or Part0?
Day 12 of asking byteblox of making a video of MessagingService
How about the worst features on studio? Whould be interesting.
The start of the video gave me + 200 iq
Let's make a game when if you want a boost you need to watch an add for 2 mins no skip enabled
I have a question for you, how can I learn new things in scripiting as mid experienced scripter?
Can you elaborate on "mid experienced"? It really depends on your current level of understanding. If you are talking about Roblox scripting, my advice is to just practice. Make your own classes of the built-in globals like Vector3 or table (the library). Start random projects like making horror games, tower defense, dungeon crawlers etc. It's not all about studying. If you mean outside of Roblox, follow the same principle I explained. Just. Keep. Practicing. Build your own compiler. Make a mini OS.
@@UmarbekAbdyvalyev okay thx
faster its 9:11 am i didnt sleep
thx
Babe wake up ByteBlox posted
I-it's 2 in the morning
my boy got a sponser (sub 30K gang lats goooooo)
Bro hates on the module script in the last vid and puts it into the best items 😭
i like how hes selling a course and uses the term 'item' instead of 'object'
the term is "Instance"
@@Loki-mk7km roblox also calls them "objects" when you right click on one of them
@@Loki-mk7km besides hes clearly inexperienced as shown in his previous videos and makes assumptions that are obviously false. there is no way he is selling a course
@@arandom_bwplayeralt ok phew i thought i was the only one who thought this man was a little inexperienced to be selling an entire course, when people like gnome code teach much better for free
@@Loki-mk7km he says modulescripts are useless and then continues to explain their uses, its so horrifying that people are getting scammed when there are hundreds of tutorials on youtube and thousands on the devforum
16:00 flag of bisexuality but roadblox
Early comments are something else
can u make a ripkamui/bloxfruit kamui and then giveaway it
what was that picture..?
17:44 local function ahh looking thing
Add timestamps
"___ Views in ___ seconds? Bro fell off" Mfs when they find out they are not funny
i don’t think you will single handedly stop them yourself by saying this
@@yonosaboluis thats not the point im just saying its unfunny
ermm akchually its called an object
the best studio feature is wrong is not module script is.... Ctrl + Z
4:22 help me i am stuck help me
Day 79 of edging to your videos
Hello World!
🍔I Love chees Berger to🍔
wsg
this is sigma 🗿
a
22 min
Claim your "edging to this" ticket here
go to bed🙏
fr
Materia Collective ahh response 🥶
sinksfv ahh response 🥶
Its 6pm, so nty
How did you know 😭
noob
Turn to Jesus he loves us all :)
King of kings
@@byteblox100 that’s right lord of lords
@@byteblox100 you just got a new subscriber man
h
i
g
j
o
r
Hey, I love your videos but sometimes I can't watch them :/ and I have like 130 UA-camrs that I am subscribed to. Soooo.... That's a little too big. Me everytime I start my computer: dong...dong...dong...dong...dong... *opening notification center* Chrome: UA-cam : +10
bro what
bro what
bro what
bro what
Bro what
Claim your 1hour ticket by liking
Sweet
sweet
Like beggar
Bro I got here within 15 minutes.
@@Broyoking UA-cam doesn’t even pay for likes why do people do this
I hate this video! (Not a joke!1!1!!1!1?1)
800 views in 1 hour fell off
Bro fell of : (