FPS IK arms not updating properly

I am currently working on attaching view model arms to the player’s equipped gun on my first person shooter.

I am trying to use the IKControl instance to attach the arms to the left and right hand grip parts of the gun, but the IK doesn’t seem to update until after the renderstepped function has been completed.

I have set the IKControl’s smoothing time to 0, and have even tried updating the camera every heartbeat rather than renderstep, but neither of these work.

Here is what it looks like:
robloxapp-20231124-1113040.wmv (2.3 MB)

Any help would be greatly appreciated.

1 Like