How would you get an object to look at a Vector3 point in space with the player’s X and Z coordinates, but the Y coordinate is always the floor level.
--target is a Vector3
--object is a basepart
object.CFrame = CFrame.lookAt(object.Position, Vector3.new(target.X, object.Position.Y, target.Z))