I’m trying to attach an onValueChanged event to my GUI Slider, but for some reason it gives me a mandatory option to put a value in (it’s the fourth box in the “On Value Change (Single)” section). Then it only sends the forementioned value, not the actual value of the slider.
I was having a similar problem. I found the Stackoverflow and realized that my function that receives the float was listed twice and I was selecting the wrong one; I had to select the one under “Dynamic”. See this image from the stack: Imgur: The magic of the Internet