Hello, I'm kinda new into scripting and slowly learning. I'm struggling to find out how to change only the Y position in vector3, any clues?
Part.Position = Vector3.new(Part.Position.X,3,Part.Position.Z)
or
Part.Position = Part.Position + Vector3.new(0,3,0)