Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i change a property with a space in it?

Asked by 2 years ago

So models has a property called Origin Position and Origin Orientation and im just wondering how to change them because they have spaces in them.

0
You can just change the numbers... If you need to change it in a script, I think you can just do the space as well Crytkee 17 — 2y
0
if you do game.Workspace.Model.origin or something like that and look in the suggestions (or press tab), it can auto format it for you if you need BulletproofVast 1033 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago
Model["Origin Position"] = YourSetPositionVector
Model["Origin Orientation"] = YourSetOrientationVector
Ad

Answer this question