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

Is It Possible To Make A Camera Go Through Parts From a Collision Group?

Asked by 5 years ago

Is it possible to make a player's camera go through parts from collision group "1"? I know how to make collision groups, but I have no idea if it's possible to make the camera go through parts like when the parts are transparent.

local PhysicsService = game.PhysicsService
PhysicsService:CreateCollisionGroup("1")
0
You could use GetDecendants and if the v is a BasePart it cheks their collisiongroup herrtt 387 — 5y

Answer this question