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