Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Making players not be able to collide? [closed]

Asked by 3 years ago

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!

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?

1 answer

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

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.

Ad