Sorry for my bad english. I have 2 custom scripts (hud, radar). So if player join on server he sees these scripts (hud, radar) but that's not what i need. setPlayerHudComponentVisible( source, "all", false ) didn't work for that. I think because it's custom scripts. So I need to hide these 2 scripts for "onPlayerJoin" and when player "onPlayerLogin" this scripts will be start. So if i try to use cache off and after "onPlayerLogin" this scripts will be download or start. These actions will help me?