Quote:
Originally Posted by JkWhoSaysNi
Yeah but onCreated() is only called once. onPlayerEnters is called every time a player enters the level so it gets called more.
|
Doesn't matter though, since when you enter it will call onCreated if you make it call onCreated when you enter either way, thus allowing you to set it up in the onCreated instead of the onPlayerEnters.