The Powder Toy Deleted my Script

  • Believer0914
    3rd Mar 2024 Member 0 Permalink

    I was Making a lua script for the powder toy and when I finished it Most of The script was deleted!

  • Bens-things5000
    3rd Mar 2024 Member 1 Permalink

    idk nothing of lua... devs can help you

  • Believer0914
    4th Mar 2024 Member 0 Permalink

    ok

  • LBPHacker
    4th Mar 2024 Developer 2 Permalink
    TPT doesn't delete scripts, nor does this follow from your original observation.
  • z4dg9ssw135
    6th Mar 2024 Member 2 Permalink

    Believer0914:

    ...Most of The script was deleted!

    more likely you just forgot to save it lol

  • Believer0914
    3rd Apr 2024 Member 0 Permalink

    i did save it

  • z4dg9ssw135
    3rd Apr 2024 Member 0 Permalink

    @Believer0914 (View Post)

    it could also be an antivirus

    try whitelisting the script/taking it out of quarantine (or just disabling the antivirus)

  • Jerehmia
    3rd Apr 2024 Member 0 Permalink

    Are you writing your scripts in notepad or something? Get a real programming editor like vscode (or vscodium if you don't like Microsoft collecting data about your programming habits) that allows you to go back to previously saved versions of every file you edit. One more advantage of a programming editor is that you can install a lua language server that has many features like code completion to help you with writing lua software (called IntelliSense in vscode).