I have NPCs in my game that move in my store and are made to be like people who work in the store and what I’m trying to do is to turn off player collisions with them since they might move them and make them start glitching, but the problem is that I tried many ways to turn off collisions but none worked such as Physics Service, turning off CanCollide property and trying to turn off NPCs collisions with all workspace parts… I just want a working method to do what I want.
You can put a script into serverscriptservice making all the parts of an NPC canCollide off
I just tried it and it didn’t work
You can use PhysicsService or the Collission Editor in your Model tab in Roblox Studio.
Edit: Try to look for some tutorials about the Collission Editor. You can assign parts to a certain collission group, and tell them with what other groups they should collide. It’s sort of complicated at first, but when you get the hang of it, it will be very useful.
2 Likes