A hand goes through the wall

  1. What do you want to achieve?
    I want my hand not to go through the wall.

  2. What is the issue?

Please, help me!

1 Like

For this you just need to have a part and weld it to the player’s torso and make sure it covers the players entire body and that’s all.

1 Like

Can I make it without the extra parts? Because my avatar system (custom) conflicts with extra parts etc.

Make the HumanoidRootPart of your character wider, in your custom av system you still has HRP right? make it wider to cover whole sides

1 Like

You could use a loop to constantly set the CanCollide property of all the body parts of the player to true. I see that you have a custom camera system so just put that code snippet in that script and that would be done.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.