View Single Post
06/10/23, 11:34 AM   #2
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
Load screens do not have a scene. Instead of looking at scenes, use the events EVENT_PLAYER_DEACTIVATED and EVENT_PLAYER_ACTIVATED to determine when a player is in or not in a loading screen.

Also, for reloading UI all addons will be disabled anyway, so you don't need to worry about that particular situation
  Reply With Quote