attach_script
Attach a GDScript file to a specific node in your Godot scene by supplying the node path and script path. Enables runtime script assignment without manual editor steps.
Instructions
Attach a script to a node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | Yes | ||
| script_path | Yes |