Am I allowed to ask for the player's weight if it's for a VR player scaling mechanic?

I’m making a VR game that is very heavy on the physics side. As part of this, I would like to ask the player to input their weight to make stuff like bumping into walls, falling, and force exerted on to other players more interesting and realistic. However, I know Roblox has policies against asking for some information that may be personally identifiable. If I can ask for weight, can I store it as a datastore or do I need to ask the player to input their weight every time they join? I’ve already tried finding if weight in particular falls under Roblox’s definition of PII, but as you can imagine, weight isn’t really something that needs to be commonly defined when it comes to a platform like Roblox.

1 Like

tough question for sure

asking for height is allowed even though its medical information
so i suppose weight is also okay?

maybe add a little label that says (Your information will remain private and will not be visible to other players) for confidence

3 Likes