#Is this a healthy practice?
1 messages · Page 1 of 1 (latest)
You should add task.wait() to it, no?
I assume you are getting their player data and you want to keep trying until it loads
Don't use wait(), use task.wait()
dont feel like using it here
?
I'd also suggest moving the wait to the loop because if throllHnd() errors it will crash
have task.wait() inside repeat until
Most games have a retry counter. For example if the data fails to load it waits a few second retries maybe 5 times. If it hasnt loaded it kicks the player saying data failed to load after 5 attempts
wtf
what
Is this a healthy practice?
no