UI glitch
#5
Are you using UIStickyFrames? They're extremely buggy and need to be removed.

Also, try wrapping code that creates, removes, or changes a lot of GUI components in

Code:
game:addTask(function()
--code here
end)

, especially if you are clone()ing the UI from storage or something. (this is standard practice for cloning parts too)
Reply


Messages In This Thread
UI glitch - by Duck - 07-02-2011, 03:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)