---
title: Scripting Walkthrough
head:
  - - meta
    - http-equiv: refresh
      content: 0; url=/docs/tutorials/scripting-walkthrough
---

# Page Moved

This page has moved to **[Tutorials: Scripting Walkthrough](/docs/tutorials/scripting-walkthrough)**.

You will be redirected automatically in a moment...

<script setup>
if (typeof window !== 'undefined') {
  window.location.href = '/docs/tutorials/scripting-walkthrough' + window.location.search + window.location.hash;
}
</script>
