I made a npc moving script, it works great, but when a player walk into the npc it moves out of the path it is following and players can move the npc. So I want to disable the collisions from player to npc, so if the player walks into a npc he will walk though it.
Anyone knows how to make that?
I've made this before.
You can use my script here: https://web.roblox.com/catalog/03648327485/redirect This script is for anti player colliding only but if you copy the script in this script and put in your npc's and set disabled to false this should work with your npc's and players.