object collision only for player

how to make oject collision only for player? so that the other characters don’t crash into this object

Hey there @Marikkik! You can create a new collision channel for the objects in your project settings:

Create a PlayerOnly type, and set it’s default to ignore. Set the player capsule to custom collision and have it block PlayerOnly

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.