Closed LucasWolschick closed 4 years ago
True. If you want to make the update I will approve.
On Sat, Dec 1, 2018 at 1:56 PM LucasWolschick notifications@github.com wrote:
function getButton() should be function GetButton() as according to https://github.com/Roblox/StudioWidgets#coding-conventions.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Roblox/StudioWidgets/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/AHHDJWjBm6vNi_yDSBBttZLT3thxH1vhks5u0vsfgaJpZM4Y9HaV .
Hi there, thank you for your feedback. We're archiving this repository as we move in a new direction with UI frameworks in Roblox. You're welcome to fork this repository to resolve the bug yourself, however we do not have the resources to maintain this repository while improving core functionality of the Roblox client UI.
function CustomTextButtonClass:getButton()
should befunction CustomTextButtonClass:GetButton()
as according to https://github.com/Roblox/StudioWidgets#coding-conventions.