How to stop player from tipping over

I want to basically prevent this:
Roll At a wall
anyways to stop it from tipping over and go thru the thing

in normal condition, the player would ragdoll but I disabled it

2 Likes

If I understood you correctly you want to make it… impenetratable?
Just make an invisible wall

If you want people to be able to go through it, turn CanCollide off and be sure Anchored is on.
You can turn the ragdoll script on again and you should ragdoll like normal.

disable cancollide, sword will still work