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