Ok, this is an extremely annoying problem. In a level I have:
PHP Code:
//#CLIENTSIDE
if(created||playerenters){
join lightlamp;
}
If you update the level the lightlamp class works but if you reconnect and dont update level manually, the script acts really weird. Pain in the ass.
Why would it do this?