(HELP) players will be able to pass through the part, but not objects and parts

I want to make a part, I can’t, please help. When the player touches this part, the player will enter the part, but other objects and parts will not be able to pass through that part.

2 Likes

Hey!

So to create this with the same effect you are looking for you can use ROBLOX’s built in collision-filtering (or collision groups) functionality.

Here is the documentation for collision groups. Shouldn’t be too hard to understand.

1- In the top right of the model tab, you will see a collison group menu, create two collison groups
( Group1 ) and ( Group2 )

2- Put the part in group1 by going into the part’s properties and putting collison group on “Group1”

3- Make it so when the player joins, all of its body part are in Group2

4- Make Group1 and Group2 not collidable by going into the collision group menu

Hope this helped, you can reply if you have questions

How will the player join? If you say press test, I can’t save when you press test