How to read the BodyTypeScale setting defined in game Settings? Possible?

Is there a way FROM A SCRIPT to get the BodyTypeScale values configured in the Game Settings here:

I need this to limit HumanoidDescription operations where the setting could vary from game to game(using the same scipt)

This is a problem because GetHumanoidDescriptionFromUserId does not respect the game’s imposed limits! (maybe it should, or should have a flag for it)

Looks like not.

1 Like

[quote=“rusuRares, post:2, topic:3386186, username:SomeFedoraGuy”]
Looks like not.
[/quote] :dizzy_face:

I guess a workaround might be to record the humanoid’s scale somewhere when they join and then reapply it anytime a modification is done later.