It seems that context action service has a limit of 7 buttons, because when I try to create more that exceed the number 7
It does not position 8th one correctly nor apply any title or text to it.

Why is there a limit? and It’s odd because I’ve seen games that exceed this limit
(YBA):

mniao
(mniao)
2
Correct me if i’m wrong but i believe that is a GUI and not context action service.
3 Likes
Hi, if I use GUI, how do I connect an inputbegan to a specific mobile ui button I want to fire if it’s pressed?
Pegagittt
(Pegagit)
4
button.MouseButton1Click:Connect(function()
print("Button clicked.")
end)