Why does context action service have a limit of 7 buttons?

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.

image

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

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?

button.MouseButton1Click:Connect(function()

print("Button clicked.")

end)