Security setting on a oneshot button

I have an oneshot button with Security settings on it, tied to different roles, but it does not work.
It works on a normal button.

Does anybody have the same problem?

What do you mean 'Security Settings on it', you mean the enabled property?

This will only block this specific script, but the button can still write the set value to the value if I remember right, so will still write to any bidirectional bindings on that.

You'll want a binding on the enabled property just to be safe, plus security on your tag is always a good idea

Tanks

I will find a way