How to detect when a player is playing on VR?

I am trying to award a badge to only VR players when they join for the first time, however I’m not exactly sure how to go around this. I would imagine there is some type of service I need to call to get the platform? All the posts I’ve read so far require an input from the player to get the desired outcome which would make achieving this badge not as seamless as I would like. Any help would be very appreciated, thank you for your time!

1 Like
2 Likes

Use VRService.VREnabled on the client, but to tell the server you’re on VR, you need RemoteEvents. The server should modify the player’s character for VR compatibility. If you’re using Nexus VR, it already does that.

3 Likes

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