ID:160135
 
I don't have a clue whats going on but whenever I click, Build >> Run, the game starts and stuff but its invisible you can't see it play it or anything. Any help?
did you set your player's loc ?
In response to Warriormax
I don't mean the map is invisible, I mean you click run and NOTHING shows up.
In response to SadoSoldier
Do you have any infinite loops without a sleep() delay in them?
In response to SadoSoldier
1) Make sure your window's is-default param is true
2) Make sure it's is-visible param is true
3) Make sure your RSC isn't locked up.
4) Make sure you don't have any runtime errors you don't see in the compiler warning box thing (scroll up and down through it, I've missed things like that before)