https://gyazo.com/f1cd67380b8d7c10bc031eb83bc747fa basically i just want the grey part to face one of the black lines, I already have code to get a random one, but I cant figure out how rotate it to face the same way as the black lines.
I think this is what your trying to do
game.Workspace.MainPart.CFrame = CFrame.new(game.Workspace.MainPart.Position,game.Workspace.RandomBlackPart.Position)