Skip to content

Instantly share code, notes, and snippets.

@CrackerHax
Last active September 14, 2019 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CrackerHax/0d0ceb5fd1ccdfb0c8bd to your computer and use it in GitHub Desktop.
Save CrackerHax/0d0ceb5fd1ccdfb0c8bd to your computer and use it in GitHub Desktop.
Another Script.scriptending test script for highfidelity.io
function scriptStopped()
{
print("script stopped");
}
Script.scriptEnding.connect(scriptStopped);
@CrackerHax
Copy link
Author

Try reloading this one a few times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment