View Single Post
04-02-20, 09:35 AM   #3
blocker147
A Deviate Faerie Dragon
Join Date: Apr 2020
Posts: 12
Originally Posted by Fizzlemizz View Post
ReloadUI is protected and requires a hardware event (button/keyboard press) so it can't be run from a timer.
So any ideas how to make delay and then reloadui?
I also tried to use with mybtn:Click() method where OnClick method has reloadui().
But this did not work.


But i can call it like this:
a = true
if a then
ReloadUI()
end
and this works.

Last edited by blocker147 : 04-02-20 at 09:38 AM.
  Reply With Quote