Hello! I’m hoping to try to utilize this on rigs (not players) as a sort of stopgap because the new avatar settings system built into the platform is absolutely wonderful, but can’t apply to anything that isn’t a player.
That said, I’m, uh, pretty inexperienced with lua on the whole, let alone development in roblox. You offer a script for non-scripters, but - if I understand correctly - Player is a dedicated class, and rigs have the Model class, right?
local Players = game:GetService(“Players”)
local RthroScaleFix = require(script.RthroScaleFix)
If I were to simply replace Players with Models in this context, would it work? Or would it attempt to apply to anything, not just things with player-like details, and totally break everything?
I’m sorry for the necropost, but this really seemed the most reasonable place to ask. Thank you for any help!