All game objects have physics by default. If you collide with them, you will impart force to them which will make them move. You can either disable their physics or make them immovable with one of these simple scripts:
Immovable script
Set physics to false script