Whenever I run this code it completely fails. It starts the code but can’t finish it. Try restarting the flight.

Bug Rejected Found in 0.9.704.0
Sandbox View

3 Comments

  • Log in to leave a comment
  • Profile image

    @pedro16797 ok. I think I can fix it. Thanks for the help.

    3.6 years ago
  • Profile image
    Dev Pedro

    btw, if you use wait 0 it's the same as using wait time delta frame

    3.7 years ago
  • Profile image
    Dev Pedro

    You are making widgets in one thread and removing them immediately in another. This makes the destroy run before all the widgets are generated and can then make widgets with colliding names depending on when each block is run.

    I would recommend not deleting and making all widgets per frame, and you should be careful when making widgets with names that already are in use.

    3.7 years ago

No Upvotes

Log in in to upvote this post.