We're sorry!
We haven't been updating The Current Roblox News as much as we used to. This is because of iHtc's problem at the moment. (something to do with his mum & dad)
________________________________________________________________________________
Using 'wait' Wisely
A little cut out of what was posted on ROBLOX Blog:
Many script's want to run bit's of code at frequent intervals. For example, the script might might update the behaviour of a zombie. It need's to update condition's repeatedly, like checking the location of the closest player to the zombie.
ROBLOX is trying to tell you, that instead of using wait(), you can use wait(10) instead.
Because if you just leave the bracket () empty, wait() will be regening 1000 times a second, yet instead, you could just have 10...