I’m struggling with my particle emitter having different rotation each time I emit them
My original effects :
In game effects :
Code Used :
local axeSwing = ReplicatedAssets.Abilities.Paladin.Slices:FindFirstChild("Slice"..LMB):Clone()
axeSwing.Parent = workspace.Effects
axeSwing.CFrame = Character.HumanoidRootPart.CFrame
UniversalFunctions.EmitParticle(axeSwing)
Debris:AddItem(axeSwing, 3)
Particle Structure :
1 Like
Hey @MadionChooi , check, if you remove the idle animation from the character for a while so that it has a t-pose, will the error still appear?
1 Like
After I removed the idle animation, the error are still there.
dragnmer
(Xerto)
February 7, 2024, 10:14am
#4
No diff b/w og effects and in game.
Big Diff, the line particle infront of the character is randomized
dragnmer
(Xerto)
February 7, 2024, 10:56am
#6
axeSwing.CFrame = Character… * CFrame.Angles()
This is not the problem, I tried it
TEEREEKK
(NOPEMAN)
March 27, 2024, 5:27pm
#8
It’s been a month but i also have the same problem.
redstarkeT
(redstarkeT)
November 2, 2024, 12:05am
#9
Same, i have no rotation or cframe change, even while standing still i have a 180 degree slash that is emitting randomly. Did anyone find this solution?