Yue Posted April 12, 2019 Share 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 Link to comment Share on other sites More sharing options...
Solution Josh Posted April 13, 2019 Solution Share 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. Link to comment Share on other sites More sharing options...
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.