Quote:
Originally Posted by Crow
There were some issues with destroying GUI controls before creating them I believe. Jerret will probably reply soon and clear things up 
|
Weird thing is, suddenly it's inconsistent. It stopped giving me access violation errors a moment ago and the system was working perfectly by destroying the guis before the loop telling it to create them. Then when I decided to run this in a for loop so i could automatically append the GUI names, it stopped working. still no errors though. When i went back to put the destroy(); codes back in, it still didnt work. yet still no errors. So i decided i should try to see if the errors popped up if i put the destroys after the for loop (which is after the guis have been created). and no error messages this time.
though my script now still isnt working. Weird..