View Single Post
11/09/14, 05:10 PM   #3
justinbarrett
Join Date: Nov 2014
Posts: 25
ty for your response.
using this..
Code:
local screensizex = GuiRoot:GetWidth()
UI_BackgroundWindowBackdrop:SetValue(screensizeX)
I get this error
"attempt to index a nil value stack traceback"(then pointing to the function)
GetWidth() is expecting a value maybe dimension.x or something?
or is there a better place to ask such beginner questions?
  Reply With Quote