Better Context Buttons, Make context buttons look better!

API

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?

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?

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'

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 :slight_smile:

1 Like

BetterContextButtons v2

https://devforum.roblox.com/t/bettercontextbuttons-v2-remade-of-bettercontextbuttons/1262426