Im trying to make a slash effect and I want the slash to go horizontal except whenever I try changing the Orientation it makes it face away from the player and its still vertical
local b = game.ServerStorage.MoonCreschent:Clone()
b.CFrame = character.HumanoidRootPart.CFrame * CFrame.new(0,0,-2)
b.Orientation = Vector3.new(0,180,0)
b.Parent = workspace