How would i make the front pointy bit of the spiral face the dummy, not the actual, roblox defined front, or if possible, how do i change the front of a part
local newKnockbackFX = FX.KnockbackFX:Clone()
newKnockbackFX.CFrame = CFrame.new(LocalHumanoid.RootPart.Position, Character.Humanoid.RootPart.Position)
newKnockbackFX.Parent = workspace.FX
Services.Debris:AddItem(newKnockbackFX, 1)