local vec3 = Vector3.__new(0.5,1,2) print(vec3) vec3.Normalize() print(vec3)