- Home /
How do I make all these things occur?
The following things are what i want to happen. How do i make it so the following things all happen?
Blocks cant be moved by players or NPC's
Players cannot be moved by NPC's.
NPC's can be moved by the player.
Comment
Please rewrite this question with more information: how are you moving your player and NPCs? Do you use rigid bodies and colliders? If so, it's pretty trivial by just setting the blocks to static and giving the player a much larger mass than the NPCs.