Hi there. I've tried getting the "Origin Position" Property in a model by doing this:
Model["Origin Position"]
But it returns an error that the instance Origin Position is not found. I understand that "Origin Position" Isn't an actual child inside of the model, but it is a property I need to change. Is there any way to get through this?
Know that Model. Origin Position will not work, because there is a space between Origin and Position. Therefore I replaced it with Model["Origin Position"] Which should do the same thing.
"Origin Position" can't be accessed by script.
https://developer.roblox.com/en-us/api-reference/property/PVInstance/Origin-Position