I have tried making a GUI myself but the Gui textbutton doesn't resize with my img gui when i resize the Roblox client window!
Thanks,
Exsius,
Use scale to allow dynamic change between screen sizes - will stay the same size for different screen sizes. TextButton.Size = UDim2.new(.01,0,.01,0)
Use Offset for scaling via pixels - won't stay the same for different screen sizes. TextButton.Size = UDim2.new(0,100,0,100)
http://wiki.roblox.com/index.php/UDim
Locked by TheMyrco
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?