Vector3Value¶ Vector3Value is a ValueBase that stores Vector3.Inherits ValueBaseProperties¶ Value : Vector3 = (5, 123, 10)¶The value of this object.ExamplevecValue.Value = Vector3.New(5, 123, 10)