دور لك صورة كخلفيه لك,,
وحط هذا الكود اول السكربت ,
function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 )
local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "yourImage.png", relative2 )
local mainBackgroundLabel = guiCreateLabel ( 0, 0, 250, 100, titleBarText2, false, mainBackground )
guiSetFont ( mainBackgroundLabel, newFont )
guiSetEnabled ( mainBackgroundLabel, false )
return mainBackground
end
Line 2 : yourImage.png غير لإسم صورتك,,
وحطه بالميتآ , وخلآص