#Does it matter if I use wait() or task.wait()
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I've heard alot that task.wait is more efficient but does it REALLY matter that much since I'm too used to writing wait instead of task.wait does it really matter?
** You are now Level 1! **
It does
From now one, you have to use task.wait
Wait throttles while task.wait doesn’t
Alright thx