diff --git a/examples/grab.js b/scripts/default/controllers/grab.js similarity index 100% rename from examples/grab.js rename to scripts/default/controllers/grab.js diff --git a/examples/entityScripts/simpleKeepAway.js b/scripts/developer/tests/performance/keepAwayEntity.js similarity index 100% rename from examples/entityScripts/simpleKeepAway.js rename to scripts/developer/tests/performance/keepAwayEntity.js diff --git a/examples/entityScripts/tribble.js b/scripts/developer/tests/performance/tribbleEntity.js similarity index 100% rename from examples/entityScripts/tribble.js rename to scripts/developer/tests/performance/tribbleEntity.js diff --git a/examples/disableAvatarAnimations.js b/scripts/developer/utilities/tools/disableAvatarAnimations.js similarity index 100% rename from examples/disableAvatarAnimations.js rename to scripts/developer/utilities/tools/disableAvatarAnimations.js diff --git a/examples/cows/cowSpawner.js b/scripts/tutorials/createCow.js similarity index 100% rename from examples/cows/cowSpawner.js rename to scripts/tutorials/createCow.js diff --git a/examples/dice.js b/scripts/tutorials/createDice.js similarity index 100% rename from examples/dice.js rename to scripts/tutorials/createDice.js diff --git a/examples/example/games/exterminatorGame/pistolScriptSpawner.js b/scripts/tutorials/createPistol.js similarity index 100% rename from examples/example/games/exterminatorGame/pistolScriptSpawner.js rename to scripts/tutorials/createPistol.js diff --git a/examples/cows/cowEntityScript.js b/scripts/tutorials/entity_scripts/cow.js similarity index 100% rename from examples/cows/cowEntityScript.js rename to scripts/tutorials/entity_scripts/cow.js diff --git a/examples/example/games/exterminatorGame/pistol.js b/scripts/tutorials/entity_scripts/pistol.js similarity index 100% rename from examples/example/games/exterminatorGame/pistol.js rename to scripts/tutorials/entity_scripts/pistol.js diff --git a/examples/clap.js b/scripts/tutorials/makeAvatarClap.js similarity index 100% rename from examples/clap.js rename to scripts/tutorials/makeAvatarClap.js