we're COOKIN'! - Devlog 6
8:04
The Farlands But in ROBLOX
10:46
2 ай бұрын
I've teamed up! - Devlog #4
4:57
2 ай бұрын
there's a NEW roblox AI...
11:09
2 ай бұрын
earn ROBUX from GAMEPASSES!
8:42
2 ай бұрын
Type Annotation in Roblox Studio!
28:47
how to create TOOLS in Roblox
8:10
realistic clouds in ROBLOX?!?
6:20
The Task Library is overpowered
8:50
how to animate ANYTHING
13:23
3 ай бұрын
Vectors are boring, but useful
13:19
Пікірлер
@stephen5070
@stephen5070 14 минут бұрын
How can using Meta Tables help me while using Module Scripts? I'm currently making an Incremental game in Roblox Studio which will have a lot of unlockable buttons for the player to purchase. I have two choices, either hardcoding a huge wall of text to return a table or generate a bunch of keys inside a table but I have to be able remember each of the returned variables. I'm trying to manage a big player data base and make sure nothing gets out of control once my game becomes bigger.
@Smurfis
@Smurfis 7 сағат бұрын
Could you have a look at this with CSG and show case it possibly even use Region3 and showcase some new features like editing terrain
@Smurfis
@Smurfis 7 сағат бұрын
Shotgun cone is kind of cool!
@IFergTikToks
@IFergTikToks 19 сағат бұрын
Mine is not working
@krocker1598
@krocker1598 Күн бұрын
How did you manage to add types in some modules that didnt add types?
@Linuxersz
@Linuxersz 2 күн бұрын
wait you dont have to survive to get this archivement? like you can do it like not in a single run?
@user-wp7jr6zi6m
@user-wp7jr6zi6m 3 күн бұрын
Hi, can you make a video about idiomatic object oriented programing ?
@dev_v16
@dev_v16 3 күн бұрын
Can you please help with how to hide certain text , suppose commands with / from chat so that nobody is able to see in chat ?
@Miltonator77
@Miltonator77 4 күн бұрын
Hi, I know I'm late to the party, but I have a question: In what circumstances would a metatable be more beneficial than a set of normal functions acting on a table. I am curious to the use cases behind the metatable. To me, the metatable seems more complicated to set up and limited to the pre-defined functions created by the Lua developers. I am new to Roblox Lua and programming in general and am interested in learning from an experienced programmer such as yourself. I loved this video and think you are an amazing teacher.
@crusherfire1
@crusherfire1 3 күн бұрын
There are many metamethods for all the possible scenarios of things that can happen to your tables with the interpreter not knowing how to do them by default, so I wouldn't consider them limited. Metamethods won't be used commonly (I rarely use them), but the most common metamethod typically used is the __index metamethod due to its necessity for OOP. Another way I utilize the __index metamethod is by creating a table that errors when you index it with a key that doesn't exist. This is useful when you're trying to imitate an enum and want to make errors in your game easier to trace as the code will immediately halt instead of having a nil value floating around your code.
@xxneweraxx7422
@xxneweraxx7422 5 күн бұрын
good video
@g1oryboy
@g1oryboy 6 күн бұрын
I have a question is there a way that i can select multiple things at once while using the drop down? For example right now i have music and shadows that can be turned on and off, but once i have the music off the shadows turn back on and then when you click menu it shows they have been deselected. How can i make it so they both can be selected and be SHOWN that they are selected at the same time
@crusherfire1
@crusherfire1 6 күн бұрын
Call :autoDeselect() on the icon and set it to false so you can have multiple icons selected at once!
@g1oryboy
@g1oryboy 5 күн бұрын
@@crusherfire1 Thank you so much it worked. Great video btw
@PumpyGT
@PumpyGT 7 күн бұрын
I love you
@Engi662
@Engi662 8 күн бұрын
This game is sponsored by raid shadow legends! Anyway crusher this is the guy from pri like 2 days ago (beep) sup man how u doin
@user-jj7em7xk3v
@user-jj7em7xk3v 10 күн бұрын
Is it a good or bad idea to add a cache of all modules loaded so we can use the module script as an access point?
@connorallgood0922
@connorallgood0922 10 күн бұрын
There should be an update to allow the option for audio to be teremined by either camera or character, so if the majority of the character is in a region, then it will play that music, despite where the player moves there camera. Also a local sound service, where you can set it to scriptable or something, so in game it will usually be at character per se, but then if they go into a GUI where I still want there character visible in game where they were before, I can change the audio to camera so when their camera is in say like a GUI shop thing, they hear that audio.
@suezq74
@suezq74 10 күн бұрын
I like raycasting better
@paralyzedpig
@paralyzedpig 11 күн бұрын
how do you get the skybox??
@user-oe7zw3bo8r
@user-oe7zw3bo8r 11 күн бұрын
can I hire u?
@soollz4072
@soollz4072 13 күн бұрын
this was easier than i thought
@sarinsreylin2902
@sarinsreylin2902 13 күн бұрын
What the game called
@polymerr
@polymerr 14 күн бұрын
is there anyway you can post your roblox studio script editor theme? it's really nice to the eyes (ok never mind, I found it)
@Collman_fff
@Collman_fff 14 күн бұрын
I really like the way you teach, and I'd be super grateful if you could make a video about DataStores
@AzizKhalid-ll3xq
@AzizKhalid-ll3xq 16 күн бұрын
Whats the game name on roblox?
@TheLastTerrarian
@TheLastTerrarian 16 күн бұрын
how would I make the dropdown have gaps in them and square icons? "The Strongest Battlegrounds" icons for reference
@OctoShotUL
@OctoShotUL 16 күн бұрын
Does your course cover making NPCs (without humanoids) and custom character controllers? Would love to have a better way to get a grip on the two without having to spend hours of searching, trial and error
@crusherfire1
@crusherfire1 16 күн бұрын
The course does not touch on the topic of character controllers, though that may be something fun to add in the future!
@DynoDeso
@DynoDeso 9 күн бұрын
The best way is to just create a server part which controls what position the client should tween the model to and then just calculate the serverpart cframe using runservice.
@clapstheplug3476
@clapstheplug3476 16 күн бұрын
How can i make it update everytime the player moves?
@yahyayousef133
@yahyayousef133 17 күн бұрын
Yes, I have reached the far lands in Roblox
@shinobi5237
@shinobi5237 17 күн бұрын
Whatt why Roblox uses things like HTML now?
@Untitled-Channel349
@Untitled-Channel349 17 күн бұрын
I cannot even find the game!
@SkibsDaThird
@SkibsDaThird 17 күн бұрын
Wait, but how do you get the modules to work? I do not see scripts.
@edgyman519
@edgyman519 17 күн бұрын
AWESOME dude
@gpgamepremiums
@gpgamepremiums 17 күн бұрын
You can (perhaps) use :WaitForChild() on server scripts! BUT IF YOU USE :WaitForChild() ON LOCALSCRIPTS "Infinite yield" ERROR STOPS YOUR LOCALSCRIPTS!!!!!
@markokarpintero3721
@markokarpintero3721 17 күн бұрын
How to go there
@Notdawxrldroblox
@Notdawxrldroblox 18 күн бұрын
Gamename?
@Sens2015_
@Sens2015_ 18 күн бұрын
What is the game called
@VSurge
@VSurge 18 күн бұрын
What is your color scheme for the scripts?
@21killstreakperson
@21killstreakperson 18 күн бұрын
What is the game name?
@piggygaming3455
@piggygaming3455 19 күн бұрын
I'm using V3, and the chat button is completely gone and only visible in studio. How do I fix this?
@eliseyzscripts6762
@eliseyzscripts6762 19 күн бұрын
Thank you so much!! I'm so happy i clicked on this video a couple weeks back... It has made scripting physical stuff so much easier!! Thank you so much again!!!
@harsiscool
@harsiscool 19 күн бұрын
bro this sounds epic, the video ad rewards will turn roblox into a generic mobile game with interstitial ads 😂
@1987rickjoy
@1987rickjoy 20 күн бұрын
5:04 the sphere looks like that one yellow ncs songs circle
@ilovecats715
@ilovecats715 20 күн бұрын
for every like i will not donate to charity
@BottomFraggerVR
@BottomFraggerVR 20 күн бұрын
Yoooo this vid is sick! Keep it up
@doge_voador
@doge_voador 20 күн бұрын
It would've been kinda cool to lock it at 30 FPS
@doge_voador
@doge_voador 20 күн бұрын
It wouldve been cool to lock games at 30 fps ngl
@aGuyWhoWantsToSudyIGuessEGYbtw
@aGuyWhoWantsToSudyIGuessEGYbtw 21 күн бұрын
nice
@BrockyBlocks
@BrockyBlocks 21 күн бұрын
Hi, first of all, bought your course & it is amazing. Came actually from the Udemy-Course to your channel. I wanted to ask if there will by a second chance to help / participate in one of your projects (maybe even the current one) ? PS. Never played risk of rain before, actually discovered the game on your channel besides its popularity. Kind regards, Brocky
@crusherfire1
@crusherfire1 21 күн бұрын
The current project I'm working on is with a couple other developers. However, I'm thinking it might be fun to have all students collaborate together on a project, and I could make a video on it! Keep an eye out for that.
@BrockyBlocks
@BrockyBlocks 19 күн бұрын
@@crusherfire1 Sounds great!
@llebenlle
@llebenlle 21 күн бұрын
nice.
@JaxsonSchreiner-fs8yc
@JaxsonSchreiner-fs8yc 21 күн бұрын
Me in plane crazy making a launcher where I end up I turn to 1 singular block
@CodeInWhite
@CodeInWhite 21 күн бұрын
1 view in 0 seconds bro fell up