Sometimes I just don’t understand how some actually good front page games only have 1 dev. You don’t only have scripting and building, but you also got animating, particles, lighting, and UI, not to mention some of these devs I have seen also run a discord server and Roblox group BY THEMSELVES. I usually don’t play these games because of the lack of updates but it’s still crazy.
Every single time i get added to work on a game, i almost ALWAYS fully remake their gui because of how horrendous it is. (Im not even a ui artist or anything. Im more on the scripting and modeling side)
Glad you actually talked about color schemes for UI. Only problem about uploading your custom UI to Roblox from a third-party application is that it could lose it's quality, I am fairly certain Roblox compresses images, which is quite stupid.
Sometimes Roblox compresses images so much that if it’s supposed to be text, you can barely read it (had this problem on the camera box on that insanely realistic Fnaf 2 remake)
@@MrShebbz if you change the resample mode on the imagelabel/imagebutton to pixelated, it should fix it as it just shows each pixel and it shouldn't scale it down (im not 100% sure tho i havent done enough testing)
8:51 There is a much much easier way to do this, first you insert a image label or image button then you go to the image id section, then click on the place where you would paste it , and finally it should give an option of choosing a file! Hope this helps
A recommendation I have is; for every UI you want to put the anchor point to where the UI is located. ex: The UI is in the middle of your screen so the anchor point should be in the middle as well. Is there a UI at the top? Put the anchor point on the top. This way when roblox does its funky thing with rescaling with your screen it will not go off screen because the anchor point does not move. If you put the anchor point in the middle but have a UI at the top of your screen, there's a possibility that the UI could scale offscreen for smaller monitors. ex: phones or tablets. Hope this helps 👍
this isnt helping anyone, to solve this dont use offset for resizing and positioning, use scale instead, as it will change itself to fit in different sized devices. you can find plugins to do this quicker.
@@verified0506 Your argument is invalid. I have this issue even though I use scale. As soon as I did this I also used Offset for positioning in combination with scale. (Like putting -5 on offset to create a gap between the edge of the screen of about 5 pixels) Please think before trying to correct someone who has done this for multiple years. 😃
@@Walmaree if you use offset for ui, roblox will not automatically adjust the size and position of your ui for devices, if you use scale, and the size if 1,0,1,0, your ui will fit the screen of any device, you can test this yourself by using the devices tool, or adjusting how big your screen is. anchor point has nothing to do with this, instead, changing it can help customize tweening size for smoother ui
@@verified0506 I know what scale is. Also, my comment was a recommendation. This used to be a problem with position scaling but they have changed how it worked I believe.
it would be really cool if you made some videos on general concepts of how things are made as well, rather than just tutorials (im aware you've done this in some videos, but simpler things would be cool as well). as an example, making a video on how a player inventory would work/look without actually doing a full tutorial on one (that can be saved for your course) but i think this would be really helpful for ppl like me that have a good understanding of roblox studio but arent exactly sure how to go about things like an inventory system, or what we are even able to do when it comes to that. i wouldnt need a full tutorial, but just something as simple as how it would look stored in the player, and how the items would be called upon and cloned whether it would be into a folder, or just a table of data or a combination of both etc. this can be done with alot of topics as well
9:00 instead of going all the way to the create tab to publish the decal you can also just go into studio into the image button properties and pretty sure its texture where you can upload yout foto to studio and gets stored there so you dont need to work with asset ids anymore
I love the no-nonsense, straightforward way that you taught this. Making UIs isn’t rocket science, and it’s a waste of time trying to chase after perfection while doing it. Some people in the comments are just nitpicking imo. With the fact that this is a creative process, I understand that telling people tips and tricks is much better than teaching them how to do it verbatim from start to finish. It takes time to make a decent UI, and everyone doesn’t have the same taste. Some of y’all realistically would’ve been complaining even if he did show a more thorough execution of this.
my issue is that I just have no idea what style to make my UI and when I do have a good idea it’s almost impossible to create using Roblox’s engine also I don’t want my UI to look like a simulator game
great explanation, though i recommend people to do a little research on color theory for better understanding of what colors go good together naturally. just thought it was funny that you said to not pull a "oh and this color is a little darker lets do that" then proceeded to do it 10 seconds later lol, though clearly i can see you understand color theory im not here to yap about that, just thought more beginners could find this info useful.
hey byteblox, i want you to make a chat service totrial, nobody is talking about how to make your own chat or how to use the chat command instances, thanks
It’s more actually a lot of the time people can’t workout how to do thing like using a module to actually load images in and render them dynamically so we can add more code to them, Example you may have a GUI that sells you a Sword, with an image and such and you want it to be easily updated without using the same copy paste edit you’d rather just edit and boop its done
I'm a pretty beginner developer, to the point where i understand very basic code and what it does. But if I'm in an empty project without any tutorials or AI to help me. I don't think I could even start at making anything remotely close to a good game when it comes to coding. (although models I'm pretty good at.) I was wondering if your course would actually be worth the price and would allow me to code most things that i would want in Roblox studio without having to look up multiple tutorials. Or if it will be a waste of money and will be like any other tutorial that I have watched and learned very little from no matter how long or how many. I understand as the creator of this course you will just tell me to buy it because you will make money. (not to be rude srry). I am asking if your course will genuinely help me at all as a beginner or if it is information that I cannot comprehend/ apply to any of my works. If you respond, thanks. Edit: I think you said it very well in one of your videos, that when you watch a roblox tutorial or any tutorial on scripting it sounds like they are speaking a different language. It doesn't even seem possible to start out learning how to script because its so different.
Don't buy the course, waste of money. There's a lot of devs that have in depth tutorial series which you can learn from like the dev king, gnomecode, suphi kamery, bricey, brawler dev. They're all on yt and free and you can learn really easily from them
Ok great u have the basics down of learning the syntax of your programming language, that’s like 80% of the work done. U have the tools to build any project and those projects will make u learn a library or a feature in the syntax u didn’t know about earlier. It’s like a compounding effect you know? I suggest just deciding what project u wanna make, whether it’s a gui or game or whatever, then start planning it down to its minute details. Once u planned it out, it’s really easy to start building because u already know what u have to do, and if u don’t know how to do it, google it. Again, u already did 80% of the work by learning how your language syntax works, the other 20% is just putting it into practice.
Don't, especially from this creator. You can learn almost everything from the devforum or watching other videos. This creator is just hungry for money. The devforum is a great and fast place for learning
hey could you make a video on how to make a stealth system for roblox studio. making line of sight and hearing for npc's is suprisingly annoying to implement and there arent really any tutorials on it
I somehow managed to make the UI slide from the top right corner, I have no idea how that happened (prob cuz i set the startPos wrong;) but that looks even cooler so I'm gonna prob keep it
@@superhasoni666 Oh, but why isn't it just the normal roblox studio color picker? [I saw that in a roblox videp [from roblox] too and thought its from the new studio UI:-(.
Making gui not easy as it sounds. I had 6 variants of gui for my game before i actually got to the one that looks good. Its just about how creative you are. But yeah, if you mean by physical side... Like, understanding how gui works, then its easy... But thinking of a good gui design is the hardest part.
Video idea: "How is water faked in games" and can you please show us how can we make like a low poly water with waves and all that. I just dont understand how did game called "Fishing Simulator" do that
"Making Good UI is EASY, People Are Just Lazy" Proceeds to make a horrible UI for a racing game that has nothing to do with a racing game (cyan, dark yellow and a close button that's just a red hexagon) 👏👏
He clearly mentioned at the end of the video that this wasn’t a legitimate appearance of how he’d make UI in real practice. His goal seems to have been just to offer tips on how to create good UIs in general.
My official Roblox Studio course:
bit.ly/ByteBloxCourse
Wth
Insert wars remastered has custom UI, and it is very red themed.....
why are you asking people to buy your course when the UI you made was worse than the one in the thumbnail my brother in christ☠
@@vortex32_25 FR
@@vortex32_25 because the thumbnail ui is from my course lol
Fr bro, Royale High is one of the biggest roblox games and has UIs that looks like it was made by a 7 year old💀
never played RH but, how bad does the UI look?
@@zopiumwastaken best to see for yourself
probably because its made for 7 year olds
@@McDonaldsAmbassador I was thinking of adding that to my comment when i made it🐬🐬🐬🐬
Cuz the game was made by 7 year olds
Sometimes I just don’t understand how some actually good front page games only have 1 dev. You don’t only have scripting and building, but you also got animating, particles, lighting, and UI, not to mention some of these devs I have seen also run a discord server and Roblox group BY THEMSELVES. I usually don’t play these games because of the lack of updates but it’s still crazy.
Passion for the project mate
These are the game U SHOULD play cause it’s made by 1 person and they need all the support .. so they make more updates
They probably just consider everything too complicated and just.. make a game on their own
Every single time i get added to work on a game, i almost ALWAYS fully remake their gui because of how horrendous it is. (Im not even a ui artist or anything. Im more on the scripting and modeling side)
fr
Can u teach me scripting please 😢
@@srshivam96watch thedevking beginner tutorials then the advanced tutorials then the ui ones and don’t give up and you will learn
@@duckydoofus4665 i do but everytime i forget some things the next day. Do you have discord?
@@duckydoofus4665did you know the dev kind is tapwater?😮
Glad you actually talked about color schemes for UI. Only problem about uploading your custom UI to Roblox from a third-party application is that it could lose it's quality, I am fairly certain Roblox compresses images, which is quite stupid.
Sometimes Roblox compresses images so much that if it’s supposed to be text, you can barely read it (had this problem on the camera box on that insanely realistic Fnaf 2 remake)
bruh youtube duplicated my comment but when i deleted one it deleted both, hope you read it in notifications
@@MrShebbz yeah, quite stupid
@@Sailflish didn’t show up, sorry
@@MrShebbz if you change the resample mode on the imagelabel/imagebutton to pixelated, it should fix it as it just shows each pixel and it shouldn't scale it down (im not 100% sure tho i havent done enough testing)
8:51 There is a much much easier way to do this, first you insert a image label or image button then you go to the image id section, then click on the place where you would paste it , and finally it should give an option of choosing a file! Hope this helps
A recommendation I have is; for every UI you want to put the anchor point to where the UI is located.
ex: The UI is in the middle of your screen so the anchor point should be in the middle as well. Is there a UI at the top? Put the anchor point on the top. This way when roblox does its funky thing with rescaling with your screen it will not go off screen because the anchor point does not move. If you put the anchor point in the middle but have a UI at the top of your screen, there's a possibility that the UI could scale offscreen for smaller monitors. ex: phones or tablets. Hope this helps 👍
this isnt helping anyone, to solve this dont use offset for resizing and positioning, use scale instead, as it will change itself to fit in different sized devices. you can find plugins to do this quicker.
@@verified0506 Your argument is invalid. I have this issue even though I use scale. As soon as I did this I also used Offset for positioning in combination with scale. (Like putting -5 on offset to create a gap between the edge of the screen of about 5 pixels) Please think before trying to correct someone who has done this for multiple years. 😃
@@Walmaree if you use offset for ui, roblox will not automatically adjust the size and position of your ui for devices, if you use scale, and the size if 1,0,1,0, your ui will fit the screen of any device, you can test this yourself by using the devices tool, or adjusting how big your screen is. anchor point has nothing to do with this, instead, changing it can help customize tweening size for smoother ui
@@verified0506 I know what scale is. Also, my comment was a recommendation. This used to be a problem with position scaling but they have changed how it worked I believe.
@@Walmaree if you knew what scale was, you wouldnt have this issue, scale works for position and size.
it would be really cool if you made some videos on general concepts of how things are made as well, rather than just tutorials (im aware you've done this in some videos, but simpler things would be cool as well). as an example, making a video on how a player inventory would work/look without actually doing a full tutorial on one (that can be saved for your course) but i think this would be really helpful for ppl like me that have a good understanding of roblox studio but arent exactly sure how to go about things like an inventory system, or what we are even able to do when it comes to that. i wouldnt need a full tutorial, but just something as simple as how it would look stored in the player, and how the items would be called upon and cloned whether it would be into a folder, or just a table of data or a combination of both etc. this can be done with alot of topics as well
9:00 instead of going all the way to the create tab to publish the decal you can also just go into studio into the image button properties and pretty sure its texture where you can upload yout foto to studio and gets stored there so you dont need to work with asset ids anymore
Not my fault that I had 2 breakdowns while making the UI and scripting..
u're basically the all rounder of roblox studio
Title: Making Good UI is EASY, People Are Just Lazy
End Result: 17:12 💀
thanks 💀
fr, it looks like shit 💀
@@quillzarlation legit ong
"color scheme" continues to do the most ass scheme ever
@@PoggersFloppa He was actually so lazy wtf. A toddler could make something better
as a scripter, making and coding UI is like the most boring part of
For me, not necessarily boring
Just so frustrating
My monitor is at a relatively uncommon resolution, so that definitely doesn’t help me
It's boring but if you can make good UI and you know how to use TweenService, the end product is sooo worth it
I’m starting to see a pattern between lazy devs and good games
I love the no-nonsense, straightforward way that you taught this. Making UIs isn’t rocket science, and it’s a waste of time trying to chase after perfection while doing it. Some people in the comments are just nitpicking imo. With the fact that this is a creative process, I understand that telling people tips and tricks is much better than teaching them how to do it verbatim from start to finish. It takes time to make a decent UI, and everyone doesn’t have the same taste. Some of y’all realistically would’ve been complaining even if he did show a more thorough execution of this.
my issue is that I just have no idea what style to make my UI
and when I do have a good idea it’s almost impossible to create using Roblox’s engine
also I don’t want my UI to look like a simulator game
When my scripts aren't working, I just make UIs and come back with a fresh mind. Always works
great explanation, though i recommend people to do a little research on color theory for better understanding of what colors go good together naturally.
just thought it was funny that you said to not pull a "oh and this color is a little darker lets do that" then proceeded to do it 10 seconds later lol, though clearly i can see you understand color theory im not here to yap about that, just thought more beginners could find this info useful.
thanks for reminding me that Canva exists, now my UI will automatically become 10x better. yippee!
hey byteblox, i want you to make a chat service totrial, nobody is talking about how to make your own chat or how to use the chat command instances, thanks
It’s more actually a lot of the time people can’t workout how to do thing like using a module to actually load images in and render them dynamically so we can add more code to them,
Example you may have a GUI that sells you a Sword, with an image and such and you want it to be easily updated without using the same copy paste edit you’d rather just edit and boop its done
Clarify what you mean by using a module to load images. Module scripts are used to organize utilities and code, maybe even dictionaries/libs
I'm a pretty beginner developer, to the point where i understand very basic code and what it does. But if I'm in an empty project without any tutorials or AI to help me. I don't think I could even start at making anything remotely close to a good game when it comes to coding. (although models I'm pretty good at.) I was wondering if your course would actually be worth the price and would allow me to code most things that i would want in Roblox studio without having to look up multiple tutorials. Or if it will be a waste of money and will be like any other tutorial that I have watched and learned very little from no matter how long or how many. I understand as the creator of this course you will just tell me to buy it because you will make money. (not to be rude srry). I am asking if your course will genuinely help me at all as a beginner or if it is information that I cannot comprehend/ apply to any of my works. If you respond, thanks.
Edit: I think you said it very well in one of your videos, that when you watch a roblox tutorial or any tutorial on scripting it sounds like they are speaking a different language. It doesn't even seem possible to start out learning how to script because its so different.
no you're ugly beginner developer >:(
Don't buy the course, waste of money. There's a lot of devs that have in depth tutorial series which you can learn from like the dev king, gnomecode, suphi kamery, bricey, brawler dev. They're all on yt and free and you can learn really easily from them
Ok great u have the basics down of learning the syntax of your programming language, that’s like 80% of the work done. U have the tools to build any project and those projects will make u learn a library or a feature in the syntax u didn’t know about earlier. It’s like a compounding effect you know? I suggest just deciding what project u wanna make, whether it’s a gui or game or whatever, then start planning it down to its minute details. Once u planned it out, it’s really easy to start building because u already know what u have to do, and if u don’t know how to do it, google it. Again, u already did 80% of the work by learning how your language syntax works, the other 20% is just putting it into practice.
Don't buy. There are plenty of resources. What you have to do is do exercises too. You can't just watch and learn
Don't, especially from this creator. You can learn almost everything from the devforum or watching other videos. This creator is just hungry for money. The devforum is a great and fast place for learning
hey could you make a video on how to make a stealth system for roblox studio. making line of sight and hearing for npc's is suprisingly annoying to implement and there arent really any tutorials on it
i am going to explode in 10 seconds
maybe imploding would be better idk
anyways cool video
well hes dead
he will be missed
no he wont
@@WolfieW0t he will never be
I somehow managed to make the UI slide from the top right corner, I have no idea how that happened (prob cuz i set the startPos wrong;) but that looks even cooler so I'm gonna prob keep it
Yo the people who made remove bg are the same guys who made Canva
im not lazy. i just made a whole insane looking gui, but then it all messed up by using autoscale. i want to jump this time frfr
Thank you for explaining things so well, I've been trying to quit tutorials and then i found you! Now I am learning a lot of things!
as a user interface designer, i found this sometimes a little misguided.
hello
Where is it misguided
@@Liqkid almost whole video is
It is. I don't think what was shown in the video was a good example.
@@SaleMales Can you explain please.
9:43 whos that 00.1 percent who desnt like the GUI?
It looks horrible
Love your vids dawg ❤
How did you got this different color picker in 4:34?
He’s on an macbook
@@superhasoni666 Oh, but why isn't it just the normal roblox studio color picker? [I saw that in a roblox videp [from roblox] too and thought its from the new studio UI:-(.
Making Good UI is hard, people arent just lazy. They just cant do it like me
i love u for this video u just fixed my problem in 2 sec thats a sub
Making gui not easy as it sounds. I had 6 variants of gui for my game before i actually got to the one that looks good. Its just about how creative you are. But yeah, if you mean by physical side... Like, understanding how gui works, then its easy... But thinking of a good gui design is the hardest part.
10:32 ...is there really a Euro key? (3rd suggestion in autocomplete dialog)
bro sounds so passionate about the GUI 💀
Bro fr 🥶
Forcing ads or anything that costs money to buy in your face upon entering is a good way to make people leave.
Hey, The link to your discord is no longer working. I would love to join it but i cannot.
Secrets (According to the thumbnail): UI Stroke, UI Gradient, UI Corner, Good Font.
Video idea: "How is water faked in games" and can you please show us how can we make like a low poly water with waves and all that. I just dont understand how did game called "Fishing Simulator" do that
do you have a tutorial on how to use the layouts?
i wanna make a game but it’s just too big for my skill lol
Don't use canva use figma you can export png or just about anything for free
made in heaven (jojo reference)
how is obtain “:3” decal plis
8:46 Bro uploaded the skull emoji 💀💀💀
Your voice sounds commando, W
8:29 bruh what is pucci doing there 💀🥥
thank you for existing
the title of this video is so true what the heck
yeah
can you tell us what knit does
Basically css but roblox
what do you think about philippino girls
ngl the UI in the thumbnail isnt that good, i bet i could make something better, after all i HAVE been learning a lot about UI recently
Don't get cocky otherwise I'll make you make my UI bucko
@@ArzenikDev like what?
Product: exe Admin Panel is by far the best ui design I’ve seen.
I would say its just very clean.
15:10 LOL he said because I’m lazy when the title is “Making Good UI is easy, People are just lazy”😂😂😂😂
please stop with the rage bati T-T
fr
using the word "Lazy" is pretty ironic when ur thumbnail is literally just a screenshot of the gui u made in your course 💀
And the end result in this video is absolute shit
Day 6 of asking byteblox of making a video of MessagingService
(Byteblox uploads a video every 4 days)
What abt ui gradient
What abt ui corners
What abt ui images
6:11 7:55 - 9:13
Did we even watch the same video?
bruh i thought ui was easy
damn right im lazy
"Making Good UI is EASY, People Are Just Lazy"
the end result: 17:20
I love your content
Why am i watching this I make games on Godot😂
Amazing thtorial toh
"Making Good UI Is EASY" makes the worst ui i have ever seen
4 mins is crazy
Not everyone has time to make good Ui -_-
I mean ur right
Anchor Point!!!!!!!!!! Please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
"Making Good UI is EASY, People Are Just Lazy" Proceeds to make a horrible UI for a racing game that has nothing to do with a racing game (cyan, dark yellow and a close button that's just a red hexagon) 👏👏
He’s prob just lazy then, dang bro it’s ez to understand
He clearly mentioned at the end of the video that this wasn’t a legitimate appearance of how he’d make UI in real practice. His goal seems to have been just to offer tips on how to create good UIs in general.
I'm not that lazy I suck
Yeah fr
btw something square scale something
I use scratch 💀
1:00
good video but i'm not gonna watch it sorry too long for my small brain
fr fr
bro 💀
how do i edge
e
Early
wth
AR
WITH
-15
what
jot
db
Honestly uis suck
448 views in 46 minutes, bro fell off
21 views in 6 months, bro fell off
@@superhasoni666 38 views in 9 months, bro fell off
@@DKA-Games19 views in 1 year, bro fell off
@@superhasoni666 lol fr fr
@@DKA-Gameslol it’s all good
Why’s your generation so dramatic…
22 views in 3 minutes bro fell off 😔✊
Don’t start it gang😭🙏
Let’s be honest you made 11 views in 2 weeks
@@superhasoni666 Let’s be honest you made 38 views in 9 months
@@Zenin死let’s be honest you made 39 views in 2 years
@@superhasoni666 lets be honest you made 14 views in 3 years