Hello!
So I’m having issues with my framework where I’m trying to make a gun kick using on CFrames. This means I’ll have to set the viewmodel’s CFrame so it will pushback. One problem. When I try to set the C0 offset. Nothing happens. Literally. I’ve had this issue for quite a while now. I’ve searched on the dev forum. Most of them just advise to change the offset of the C0. (which right now I cant unless I’m doing something wrong) I’m just trying to see if there is any solutions to this. Either I’m doing something or anything that would fix this.
ViewModel’s Motor6ds:

The script I currently have:
local kick = newGun.SPRINGS.KICK:update(deltaTime)
viewmodel.HumanoidRootPart.HRP.C0 = CFrame.new(kick.X, kick.Y, kick.Z)
Thanks in advance!