How do I split a objects coordinates into X, Y, Z

I need to split the coordinates of an object into X, Y, Z so I can edit the X and Z coordinate.

1 Like
game.Workspace.Part.Position.X = 5
game.Workspace.Part.Position.Y = 0.5
game.Workspace.Part.Position.Z = 5

Is this what you mean?

2 Likes