create_script
Generate GDScript files for Godot 4 projects using starter templates or custom content to accelerate game development.
Instructions
Create a new GDScript file. Use the template param to pick a starter template: 'CharacterBody2D', 'CharacterBody3D', 'Singleton', or provide custom content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| scriptPath | Yes | New script path (e.g. scripts/Player.gd) | |
| template | No | Template name or full script content |