Yue Posted April 12, 2019 Posted April 12, 2019 local gui = GUI:Create(lienzo) local base = gui:GetBase() local button = Widget:Button("Push",20,20,76,26,gui:GetBase()) button.SetColor(Vec4(1,0,0,1)) -- No Work! Quote
Solution Josh Posted April 13, 2019 Solution Posted April 13, 2019 You will need to change the drawing code in the script. A button uses several colors. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.