Thanks for the quick replay, if you ever in vienna austria ill buy you some beers haha
I worked around it with just using a linear funktion to translate 0 to 100 into 0 to 360.
sliderValue = effect(“GlobalOffset”)(“Slider”);
linear(sliderValue, 0, 100, 0, 360)
Cheers