- Видео 13
- Просмотров 104 154
qweekertom
Добавлен 27 фев 2013
I play and create games
Metatables are THIS SIMPLE
In this quick video I talk about meta tables and meta methods in Roblox Studio, how I use it and how you can begin to learn yourself! Metatables are really easier than you think!
🎥 Watch me live!
www.twitch.tv/qweekertom
💬 Want to join the community, learn, ask questions, and hear about new uploads? Join the Discord!
discord.gg/ujsTNxTaCF
🛠️ Check out the documentation for yourself:
create.roblox.com/docs/luau/metatables#metamethods
If you enjoyed the video hit the like button and subscribe!
🎥 Watch me live!
www.twitch.tv/qweekertom
💬 Want to join the community, learn, ask questions, and hear about new uploads? Join the Discord!
discord.gg/ujsTNxTaCF
🛠️ Check out the documentation for yourself:
create.roblox.com/docs/luau/metatables#metamethods
If you enjoyed the video hit the like button and subscribe!
Просмотров: 4 986
Видео
Learn Type Checking in Roblox Studio
Просмотров 2,9 тыс.4 месяца назад
In this quick video I talk about LUAU type checking in Roblox Studio, how I use it and how you can begin to learn yourself! 🎥 Watch me live! www.twitch.tv/qweekertom 💬 Want to join the community, learn, ask questions, and hear about new uploads? Join the Discord! discord.gg/ujsTNxTaCF 🛠️ Check out the documentation for yourself: luau.org/typecheck 🖥️ If you want to see more detailed or specific...
Make Your Own Roblox Clothing!
Просмотров 4968 месяцев назад
In this quick video I talk about creating your own goofy shirt! 💬 Want to join the community, learn, ask questions, and hear about new uploads? Join the Discord! discord.gg/ujsTNxTaCF 🛠️ Check out the code for yourself: www.roblox.com/games/16573137213/Projectile-System 🖥️ If you want to see more detailed or specific content as well as other topics comment below or join the discord! If you enjo...
The New Way To Make Strings!
Просмотров 3,5 тыс.10 месяцев назад
In this quick video I talk about string interpolation and the advantages over conventional methods! 💬 Want to join the community, learn, ask questions, and hear about new uploads? Join the Discord! discord.gg/ujsTNxTaCF 🛠️ Check out the code for yourself: www.roblox.com/games/16573137213/Projectile-System 🖥️ If you want to see more detailed or specific content as well as other topics comment be...
Roblox Studio Projectile System
Просмотров 10 тыс.10 месяцев назад
In this video I talk about creating a projectile system, the basics of client sided replication, custom physics, and I go over some examples in my own work. 💬 Want to join the community, learn, ask questions, and hear about new uploads? Join the Discord! discord.gg/ujsTNxTaCF 🛠️ Check out the code for yourself: www.roblox.com/games/16573137213/Projectile-System 🖥️ If you want to see more detail...
Roblox Studio Unreliable Remote Events
Просмотров 2,8 тыс.10 месяцев назад
In this video I talk about Unreliable Remote Events If you want to see more detailed or specific content as well as other topics comment below! If you enjoyed the video hit the like button and subscribe! This tutorial is part of a series on ROBLOX Studio development. I'll continue to upload more complex and interesting topics over time! Want to join the community, learn, ask questions, and hear...
Item Shop in Roblox! (Like Fortnite)
Просмотров 3,6 тыс.10 месяцев назад
In this video I talk about how to create your own rotating item shop that randomly regenerates every day! I'll be using ideas I've talked about before in previous videos and building upon them! Want to join the community, learn, ask questions, and hear about new uploads? Join the Discord: discord.gg/ujsTNxTaCF If you want to see more detailed or specific content as well as other topics comment ...
Roblox Module Scripts (The Right Way)
Просмотров 27 тыс.10 месяцев назад
In this video I talk about using four distinct forms of module scripts and how they can be used in your game and to help improve your data and workflow! Want to join the community, learn, ask questions, and hear about new uploads? Join the Discord: discord.gg/ujsTNxTaCF If you want to see more detailed or specific content as well as other topics comment below or join the discord! If you enjoyed...
Roblox Studio Component System
Просмотров 13 тыс.10 месяцев назад
In this video I talk about writing your own component system, the core concepts, an applicable example, and extending it further! If you want to see more detailed or specific content as well as other topics comment below! If you enjoyed the video hit the like button and subscribe! This tutorial is part of a series on ROBLOX Studio development. I'll continue to upload more complex and interestin...
Roblox Custom Shiftlock Tutorial
Просмотров 9 тыс.11 месяцев назад
This quick tutorial talks about how to implement your own shift lock controller for mobile devices or PC players, and I also discuss ways you can expand this concept to fit your project! If you want to continue to see this type of quick video, and other similar content, hit the like and subscribe buttons.
Retro Revival - Getting Started
Просмотров 1,7 тыс.11 месяцев назад
This series is dedicated to reviving old games that don't work like they should anymore. So we're gonna fix them up and learn along the way! In this episode I'll be talking about the basics and working on cleaning up some simple things. I also talk about script execution style, reclass plugin, and more! If you want to continue to see this series, and other similar content, hit the like and subs...
Roblox Studio - Writing Your Own Module Loader
Просмотров 15 тыс.11 месяцев назад
In this video I talk about writing your own module loader, the core concepts, a simple design pattern, and extending it further! If you want to see more detailed or specific content as well as other topics comment below! If you enjoyed the video hit the like button and subscribe! This tutorial is part of a series on ROBLOX Studio development. I'll continue to upload more complex and interesting...
How to Organize Your Roblox Game!
Просмотров 11 тыс.11 месяцев назад
In this video I talk about how to organize your game and its scripts, so you can maintain a clean project as your game expands! If you have any questions or comments, leave them down below! I make games, and now want to get into making tutorials. I love to teach and program, so why not mix the two! If you want to see more Roblox Dev content, leave a like!
I just came from your metatabkes video. Your channel is a goldmine.
question, with this method of loading modules, will the client be able to also access the functions in the server modules with the shared.Get function?
The core of how this works is very similar to a Finite State Machine, great video btw!
great video
Bro keep on posting no one explained module scripts like you. You showed real time examples from games tysm
underrated as hell keep it up
Awesome video, all the other ones were about getting their free model but this one actually explains it so I can actually learn the material
Hello, are you coming back ?
shouldnt u randomize the shop on server and send data to the client to prevent exploiters picking their shop items ? if im wrong someone explain to me please
I would like to know how to make utilities
Hello fro russia, ty bro!
Subscribed! Does the export type statement work across all scripts or has to be defined within each script?
In regular scripts, they will have to be defined every time. However, if you require a module with the types stated, you can access the types by putting [Required Module].[Type Name]
How would I change the code for just a linear moving projectile that doesn't interact with gravity?
just make acceleration (0,0,0)
I don't understand the difference between utilities and functions. Can't I pass in data to either one of them and have them do something with that data?
this is MAD useful tutorial made by less known youtuber. I enjoyed it a lot!
Hi! This type of programming using module scripts is new to me . May i know, lets say i have a module loader script and I have a gun . Do i add a local script in the gun so that that script can require and create a gun class???
Good vid (This has helped me tremendously)
can someone explain what metatables are useful for? so I can maybe understand this better
Metatables are used to create a class. This is useful if you want to use an Object Oriented approach to something in your game. It’s just another tool in your toolbelt for game development.
When will you upload new viedeos?
im taking ap physics and python programming and I thought it was cool how I can kinda understand da video
Fact: You Just Need 1 Remote Event
It's insane how few roblox coders actually use type checking or annotation. I'm trying to use --!strict a lot more
I've never seen someone achieve a balance of accessible content for beginners while also promoting good coding practices. It's insane to see type annotation in the button style code
How do you get the custom background color in scripting and the unique colors?
the problem with this is single raycasting doesn't quite work if your projectile has a large size, it would look weird
did you find a workaround for this
Shapecasts
@ is that optimized? I’ll try it
Goated tutorial
why in bigger games you barely sees common server scripts?
Great video! This was very informative, and it gave me a nice perspective into proper module loading. Thanks!
Types are not necessary
your video is great, how can i clone the code and reference it. your video is too fast and has many parts available, i cant re-import the whole thing
Not all hero's wear capes. Cheers to you.
goog tutorial but dont advocate for people to use the global environment on roblox
hey look it's qweekertom
I just learned so much about roblox studio
qweekertom speaks I listen
GREAT, GREAT, GREAT!
FINALLY A NEW VIEDEO!!!
so more specific question how would you edit smtn like an A chassis tune script because i cant even get it to change One variable in there
Kings back ❤
my goat is back
hella underrated youtuber keep it up
more
what about inheritance
Ay thanks a lot for this
Even though I already know metatables, I think this is probably one of the best beginner tutorials for metatables.
Takes me 3 days to fully understand it.
i guess the real problem is because people wants to memorize and dont understand. Its like math, its way harder when you dont feel you're understanding it
can you make videos on how to use OOP for rpg games? like class, character, race and skills
best metatable video i've ever saw on youtube, you really made me understand the concept of it, thanks for the great video qweekertom! Keep up the good work
What's the purpose of "name : string"
It makes it so the editor itself knows what type of data it is. Useful for using functions on a string when it's not declared yet I believe