How come if I set the value of an object value, it skips to the last child?
ex:
workspace.ObjectValue.Value = workspace.LOL
print(workspace.ObjectValue.Value) -> LOL
Is this supposed to happen? And if it is, does it still work as if it said workspace.LOL? |