Player is dying when arms or head is rotated or moved

Hello!
I was scripting VR script for my game but there was a problem:
When arms or head is being rotated or moved player is dying
Only way is anchor body and delete humanoid
Is there any way to fix it?

Fix:

  1. Avoid manipulating Humanoid directly.
  2. Use BodyMovers like BodyGyro for VR parts.
  3. Adjust collision settings to prevent physics issues.

Nvm it’s working because i moved and rotated by using roblox studio tools but not with script

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