So im trying to make a visual effect with a mesh but its not facing toward my arm and its orientation is messed up
This is what I have tried
local WindVfxClone = replicated storage.GomuMeshes.WindVfx:Clone()
WindVfxClone.Name = "WindVfxClone"
WindVfxClone.Size = Vector3.new(7.763, 0.812, 7.964)
WindVfxClone.CFrame = FakeArm.CFrame
WindVfxClone.Orientation = Vector3.new(0,90, 90)
WindVfxClone.Transparency = 0
WindVfxClone.Parent = character