Im making a obby and I have a path set up to allow players to choose from 3 paths and I had some testers say "My camera dosent go through the path thats right" can someone help me with a script to allow camera view through non cancollide parts?
I can't think of a way to block the camera from going through a part (as there isn't really anything you can do, unless you create a custom camera), but I can think of a way around this problem.
Have all of the part's CanCollide properties set to false and create a script inside the path that is right that changes the CanCollide property to true. That way, the camera will go through all the parts until the right one is touched.
If you need any help creating the script, let me know!
Have a nice day, Ocula