I want to make npcs and player not collide with each other and also no player collision in the same script. Im working on a story game so any scripting help would be nice for this.
4 Likes
You should take a look at Collision Filtering for more information. There’s already a script provided by Roblox on how to turn off player collision.
4 Likes
what about npc and player collision. i got player collision down just not both together.
3 Likes
For NPCs, you can use the Collision Group Editor to add NPCs into a a group. You can use the Editor to basically tell Studio on what parts they can collide with and what they can’t.
6 Likes
let me try that out real quick
3 Likes
I finally got it to work this means a lot thank you so much!
4 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.