Fe Gun Kit aim problem

hi i’m having a problem with FE Gun Kit Where the aim offsetr get higer after aiming with another gun

it’s been days but i still can’t find a fix i will leave the file here if anyone have a way to fix it pls help me
fps.rbxl (1.1 MB)

did you get this fixed? im having the same problem

Has anyone figured out a fix for this? lol

nope, i still wasn’t able to solve it

I was able to figure it Out!

go into the starterpack and find your gun tool and then go into the gunScriptlocal and then scroll down too line 2669 and 2671 and replace the line with this on 2670: Fake = CloneFakeArms(“v”…Tool.Name)
and this on 2671 : Fake.Name = “Arms”

it works thank you so much

those two lines should remain like this:

Fake = CloneFakeArms(“v_”…Tool.Name)
Fake.Name = “Arms”

right?