slaimmials Posted December 2, 2022 Posted December 2, 2022 I writing a script and I need to make a floating button or a table by type it
MAARS Posted December 2, 2022 Posted December 2, 2022 Hi there is a template in the Class Reference gg.showUiButton() while true do if gg.isClickedUiButton() then -- do some action for click, menu for example local ret = gg.choice({ 'Item 1', 'Item 2', 'Item 3' }) or os.exit() gg.alert('You selected:', ret) end gg.sleep(100) end
MAARS Posted December 3, 2022 Posted December 3, 2022 Use the like button or whatever 10 . Please use the "like" button instead of posting separate gratitude entries (e.g.no post with nothing but "thanks" in the post's body). Guidelines
Question
slaimmials
I writing a script and I need to make a floating button or a table by type it
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.