Roblox CollisionGroups (for dummies)

  Рет қаралды 18,341

ByteBlox

ByteBlox

Күн бұрын

Пікірлер: 51
@byteblox100
@byteblox100 Жыл бұрын
Join like-minded developers (and me lol) discord.gg/ay5gc9XcAh
@byteblox100
@byteblox100 Жыл бұрын
i made a newsletter btw, sign up for advice, assets, and to help me grow my evil capitalistic empire byteblox.ck.page/c2af95d792
@hagglleer
@hagglleer Жыл бұрын
I love the way that the thumbnails are always so silly also amazing guide! Keep up the great content
@EktoAnim
@EktoAnim Жыл бұрын
you are definitely one of if not the best roblox studio tutorial channels. Like, you ACTUALLY explain what things do. Kudos
@EpicPico0625
@EpicPico0625 Жыл бұрын
I love how the descriptions don't match the video
@EpicPico0625
@EpicPico0625 Жыл бұрын
​@cleminitebrotha, i know they talk about "scripting tutorials", but can't that be below a small description of the video? Like "Collision groups silly"
@EpicPico0625
@EpicPico0625 Жыл бұрын
In fact, it matches more to be an description of the Channel
@byteblox100
@byteblox100 Жыл бұрын
I just use the same description for everything lmao
@BIoxby
@BIoxby Жыл бұрын
​@@EpicPico0625that's the point
@Meowkav
@Meowkav Жыл бұрын
​@@EpicPico0625yeah
@danikrblx2872
@danikrblx2872 Жыл бұрын
Always wondered what this thing was about. Now I know, ty! 🎉
@paragon-corporation
@paragon-corporation Жыл бұрын
this could work very well for team-locked areas in games, like what if you make it so a script changes the collision group of a player if they are on a team, e.g. they can go through a "blue" door on the "blue" team
@byteblox100
@byteblox100 Жыл бұрын
I have a game almost exactly like that, where you have to switch colors to pass through objects. It’s linked in my discord server if you wanna check it out
@boblox_studio_dev
@boblox_studio_dev Жыл бұрын
humorous scripting tutorials is something that i never knew i needed
@NotChron
@NotChron Жыл бұрын
And since when was this damn UI was a thing? Never used it with 3+ studio years god damn ☠️☠️ this gonna help.
@JeLeff.
@JeLeff. Жыл бұрын
finally someone who goes straight to the point of the video
@Devutay
@Devutay 8 ай бұрын
Thank you for the great explanation. Learned a bunch from this!
@Z3SC
@Z3SC Жыл бұрын
You should have used DragDetectors on the parts so you can slide them around easy
@DishwasherPotat
@DishwasherPotat Жыл бұрын
Thank you my man.
@kaiokee
@kaiokee Жыл бұрын
Great video, will you be doing a tutorial on raycasting anytime soon? I havent scripted in years so i dont know if its still in use but yes
@darkness101yt
@darkness101yt 7 ай бұрын
not was i was looking for but useful information
@sam.1307
@sam.1307 6 ай бұрын
super useful, life saver, thank you
@maxu0
@maxu0 9 ай бұрын
thank you so much
@Ralseee
@Ralseee 11 ай бұрын
ur cool dude I subbed (btw I have a question about collisions)
@byteblox100
@byteblox100 11 ай бұрын
Ask away
@Ralseee
@Ralseee 11 ай бұрын
@ox100 my enemy npc that is supposed to look at you and has groups collisions that doesnt collide with default doesnt work, if I turn all collisions in the npc to not collide with default, the npc doesnt look at you and just stands there (uses pathfinding when the humanoid is at a 0.05 walkspeed to look at you) and if a collisiongroup in the npc isnt set to not collide with default, on touched or sometimes immediatly, the npc start looking again
@byteblox100
@byteblox100 11 ай бұрын
@@Ralseee simply create a new collision group called “NPC”, and set all of the parts of the npc to that collision group. Then create a new collision group called “Player” and set every player part to that collision group. Then simply make both groups ignore each other
@Ralseee
@Ralseee 11 ай бұрын
@@byteblox100 THX! btw last question ( short one ) : is there a way to make is so streamingenabled doesnt apply on certain parts or properties in workspace? (like a folder, a part or a script) (im asking this because when streaming is enabled, it bugs out my game because it unloads parts that where music boxes and when the script checks for them, it stops trying to use that part because its not present in that moment)
@superboi_vr
@superboi_vr 2 ай бұрын
YOU HELPED ME SO MUCH
@SgRulz
@SgRulz 3 ай бұрын
As an expert dummy, i found thiss very helpful.😊
@pandemicgamerfr
@pandemicgamerfr Жыл бұрын
why does it not let me click on the checkmark? i cant deselect pls help me thank you
@V3lmn
@V3lmn Жыл бұрын
What if i want to make a part in 2 collision groups?
@hoaxmyth
@hoaxmyth 11 ай бұрын
I’m sorry nobody’s answered your question yet
@V3lmn
@V3lmn 10 ай бұрын
@@hoaxmyth fr
@EU_PRIVACY
@EU_PRIVACY 9 ай бұрын
I cant uncheck things
@Just-Pebbles
@Just-Pebbles 7 ай бұрын
same
@DuckPhlaper
@DuckPhlaper 6 ай бұрын
yep
@XxMonkeyBoy68xX_YT
@XxMonkeyBoy68xX_YT 6 ай бұрын
Guys for anyone that can't uncheck the boxes just put this into the console game:GetService("PhysicsService"):CollisionGroupSetCollidable("Group1", "Group2", false) chance the groups name to the one you have obviously
@Vorthex3
@Vorthex3 Жыл бұрын
Another W video!
@3sidedmelody
@3sidedmelody Жыл бұрын
How do you create collision groups through scripts?
@byteblox100
@byteblox100 Жыл бұрын
Use PhysicsService and use the function :RegisterCollisionGroup()
@Nostalgic_Roblox
@Nostalgic_Roblox 6 ай бұрын
I cant uncheck the boxes...?
@XxMonkeyBoy68xX_YT
@XxMonkeyBoy68xX_YT 6 ай бұрын
Guys for anyone that can't uncheck the boxes just put this into the console game:GetService("PhysicsService"):CollisionGroupSetCollidable("Group1", "Group2", false) chance the groups name to the one you have obviously
@BSPLASH0
@BSPLASH0 Жыл бұрын
Now make a tutorial on how to make a block that makes players go through but a specific npc cant like a safe zone
@byteblox100
@byteblox100 Жыл бұрын
Just make invisible walls and change the collision groups to where the players can walk through the walls but npcs can’t
@EvanFar_
@EvanFar_ Жыл бұрын
W
@adrenaline....
@adrenaline.... 11 ай бұрын
wad iz diz
@whoasked352
@whoasked352 Жыл бұрын
MUAHAAHAHA I AM 70 LIKER AND RUINED THE NUMBER 69
@cubicallystupid
@cubicallystupid Жыл бұрын
I didn't even know this existed
I Made a Roblox Tycoon That Turns Into a Horror Game
32:04
ByteBlox
Рет қаралды 679 М.
These Properties Are Common (but underrated)
10:07
ByteBlox
Рет қаралды 13 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Roblox ObjectValues Are Insanely Weird
9:36
ByteBlox
Рет қаралды 10 М.
I try different ways of Animating for ROBLOX
13:46
jackiepwners
Рет қаралды 51 М.
Why You Should Use CFrames
9:32
ByteBlox
Рет қаралды 23 М.
I Beat Minecraft From One Grass Block
35:27
Beppo
Рет қаралды 7 МЛН
I Spent 1,000 Days Becoming A God In SuperLifeRPG
1:14:48
Waligug
Рет қаралды 466 М.
Roblox Touch Events: Ultimate Guide
18:39
CyberCreator
Рет қаралды 74 М.
Why Roblox Studio is Confusing For Beginners
15:22
ByteBlox
Рет қаралды 149 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН