To format code you put on the forum:
To post GDScript code specifically, you should also put “gd” directly behind the starting ticks, for example
```gd
class_name Test
extends Node
```
will look like this:
class_name Test
extends Node
To format code you put on the forum:
To post GDScript code specifically, you should also put “gd” directly behind the starting ticks, for example
```gd
class_name Test
extends Node
```
will look like this:
class_name Test
extends Node