How to enable VR IK

i wanna set VR.
if i do nothing, game just go 3rd person and working like normal gamepad.

i wanna service VR like Natural Disaster Survival or Plane Crazy. they working like normal VR game.
in those games, if i lower my posture in reallife, my character also lower their posture too.

what i just found is

game:GetService(“VRService”).AvatarGestures = true

so my character starts moving their head and hands as VR. but it’s still in 3rd person and not lowing posture.

what should i do?

1 Like

Natural Disaster Survival and Plane Crazy using Nexus VR? there is not in list
was’t it just roblox setting?

VRService has a setting for this, I’m not sure if it is what you want though.

You can either show hidden services in the explorer and set “AvatarGestures” to true or run this in the command bar.

game.VRService.AvatarGestures = true
1 Like

you should… read my question again.

I read the title, and the first reply, sorry I didn’t read your post. But you need to fix the title, as it is completely misleading.

1 Like

Almost every popular hangout and non-hangout game is using nexus vr, such as: “Mic up”, “Neighbours”, “On tap”, “Booth game” and way more. Probably due to how easy it is to install without breaking most of your game scripts.

Pretty sure natural disaster survival is using custom vr or edited nexus vr, I couldn’t figure out how to open nexus menu in it.