Thread()
{
self endon ("disconnect");
for(;
{
while (self usebuttonpressed())
{
self UFO(); // While use button pressed it goes on UFO
}
self notify ("EndUFO"); // When use button is released notify end ufo to stop the ufo thread
wait 0.01;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.