Detect when Universe button is released?

Logan I

Member
Hey,
When attaching pangoscript to a universe button, OnClick will detect when the button is pressed. Is there a trigger that detects OnRelease or something to that effect?
Thanks,
Logan I
 
Thanks Igor! As a follow up question, is there a way to trigger universe buttons/pangoscript prototypes from other pangoscript instances? I tried setting the button's Selected boolean to true but no luck.
 
Hi, Logan! What do you want to do from other pangoscript instances?
The Selected variable just makes the button selected, and does not mean clicking on it.
If you want to press a button, then try something like
YourPangoObj.Value=1
 
Back
Top