Yes a Remade of BetterContextButtons.
API
SourceCode
Showcase
Download
https://www.roblox.com/library/6882574628/Better-Context-Buttons-v2
Outdated
This versions is a mess and this version is outdeted plz use this:
Yes a Remade of BetterContextButtons.
https://www.roblox.com/library/6882574628/Better-Context-Buttons-v2
This versions is a mess and this version is outdeted plz use this:
this is kinda cool love it when its v2 also it would be cool for an update log section in your post
Woah, I’ve been waiting for this thank you
It is i just Remade the Module.
Did you know that Roblox’s Context Buttons used to be appear and works only on mobile device
You can detect Mobile:
game:GetService("UserInputService").TouchEnabled
Thanks!
I’m sure this will somehow come in useful.
I tried to set position and why this error appear:
ReplicatedStorage.BetterContextButtons:9: UDim2 expected got %s
Um let me look on the bug. will be right back
The type
function returns a string representing the data type. You need to use typeof
, since type
cannot distinguish between different Roblox classes. You can do this instead:
if typeof(handler) ~= "UDim2" then
Where i tested it it not works so i wont use it