Jueix Posted March 7, 2020 Share Posted March 7, 2020 I'm writing a new script and just realized I've written most of the code in the on start function and not on loop, Will this mess up when all the requirement's are met and then just stand there, it seems to run fine, but haven't tested it to see what happens when everything is met yet seen as I still have alot of things to add (before I can). Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted March 7, 2020 Share Posted March 7, 2020 onStart is only ran once at the beginning of the script execution and will not loop. 1 1 Quote Link to comment Share on other sites More sharing options...
Gunman Posted March 7, 2020 Share Posted March 7, 2020 Just move the code to the onLoop. 1 Quote Link to comment Share on other sites More sharing options...
Sib Posted March 7, 2020 Share Posted March 7, 2020 25 minutes ago, Gunman said: Just move the code to the onLoop. This? 2 Quote Link to comment Share on other sites More sharing options...
Jueix Posted March 7, 2020 Author Share Posted March 7, 2020 29 minutes ago, sibbernski said: This? I ish retard, fixed it just by moving to onloop lmfao. Noticed after first run through it didn't do an other and was like fml but on loop fixed. Quote Link to comment Share on other sites More sharing options...