Custom inverse kinematics for a fishing rod bending system

  1. What do you want to achieve? Keep it simple and clear!
    I am trying to make an inverse kinematics system that only rotates on the x axis and completely ignores the y and z axis. i am using this specifically for a fishing rod bending system

  2. What is the issue? Include screenshots / videos if possible!
    i have attempted to create something using the IKControl that roblox gives you but it gets tangled and starts behaving weird, i also genuinely have no idea how to limit IKControl to only the x axis

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    Ive asked a few people where to start and they have no idea either

i am looking for somewhere to start where i can understand the basics of inverse kinematics and hopefully come up with an efficient rod bending system. ive reviewed youtube videos and they always manage to just write down scripts with no real understanding or explanation