Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can I resize mobile buttons (ContextActionService)?

Asked by 5 years ago

Hello, lately, I've been experimenting with ContextActionService using the wiki. It went fairly well until I encountered a problem. I couldn't find how to resize mobile buttons. How would I do this?

Is it even possible to do this?

1 answer

Log in to vote
0
Answered by 5 years ago

Could be possible

game.Players.LocalPlayer.PlayerGui.ContextActionGui.ContextButtonFrame.ContextActionButton.Size = UDim2.new(0,100,0,100)
Ad

Answer this question