Is it safe to put player's limbs CanTouch=false?

Hello
I would like in game to put all player’s parts (except HumanoidRootPart) to CanTouch=false, so to avoid many unnecessary firings of the Touched event.
Is it safe to do this or I may expect problems with the default player scripts, which Roblox inserts into the game/character?

Thanks

3 Likes

You shouldn’t expect issues. However, if your game relies on Touched events regarding the player’s character it may break. The HRP doesn’t occupy a lot of space, so.

yeah it’s safe
nothing will be broken as far i know

1 Like

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