I need to send value from slider to variable

As shown in the error message, you havent set the Target object. You just defined it to be correct object, and that is good, but you never set it. Go to BeginPlay (I assume) and set the object properly. Then you can use it. Just right click and type Set Target, and make sure you give it proper object reference.

I tried briefly going through the video, but it’s too long to watch it all.