Hello! I am currently making an obby and wanted to do so that players cannot collide with each other (so they go through each-other's avatars). Does anyone know how to do this? Thanks!
You would want to use Collision Groups by using the PhysicsService
https://developer.roblox.com/en-us/api-reference/class/PhysicsService
and the PhysicsGroup:SetPartCollisionGroup() function
https://developer.roblox.com/en-us/api-reference/function/PhysicsService/SetPartCollisionGroup
I am not good at explaining here but the two links should get you on the right track! Please accept my answer if it helped you out.
Closed as Not Constructive by Leamir
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?