baum2409
(baum2409)
#1
Why i made this.
I made this becouse normal ContextActionServiceButtons looks so grey…
So i made this!
Showcase
Module
https://www.roblox.com/library/6849890171/Better-Context-Buttons
Module ID: 6849890171
! IMPORTANT !
Please look on Solved Post
5 Likes
I read the API and I have a question, is “Test” supposed to be a function?
baum2409
(baum2409)
#3
No, its just the name of the Button.
BetterContextButtons.new(“Test”) – Test is the name you can change it.
And how would I bind a function to it?
baum2409
(baum2409)
#5
BetterContextButtons:BindAction("Button Name", function()
-- code
end)
or
local function test()
--code
end)
BetterContextButtons:BindAction("Button Name", test)
1 Like
Upon using UnBindAction, i recieve the following error:
ReplicatedStorage.BetterContextButtons:67: attempt to index nil with 'Visible'
baum2409
(baum2409)
#8
The new Version will be comeout 12 AM(12:00) MEZ or under
The bug will be fixed then
1 Like
Thank you, I am looking forward to this. I appreciate the new design for the buttons
1 Like
baum2409
(baum2409)
#10