Hi, I have scripts that starts as soon as the player joins, And when i am testing my game i keep getting erorrs due to me not fully loaded
To solve this quickly, I put this in the start of every script and it works
wait(5)
But, Thats not professional!
Can anyone help me with a better way?