Okay, so @Callimuc I tried taking your script, edited a bit, I also added to players chat: showpart and hidepart.
Hypotheses : angle +=.5; on each timeout (would go as a spiral)
/ well the problem is, I added a Boolean flag (thiso.ison = true/false) to turn it on or off, well I turn it off, for e.g :
PHP Code:
function onTimeOut() {
if (thiso.ison == true) {
//stuff
}
}
Well when it's off, the angle keeps on going to one (the last) direction when stopped. How can I stop the particles? Also, what does "findimg()" do?
Thanks