game.Workspace.UnionRing.Velocity = -10,0,0
there's the code
Values displayed in X,Y,Z format are usually changed by using Vector3()
1
game.Workspace.UnionRing.Velocity
=
Vector
3.
new(-
10
,
0
)