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:
- Avoid manipulating Humanoid directly.
- Use
BodyMovers
likeBodyGyro
for VR parts. - 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.