> For the complete documentation index, see [llms.txt](https://corner-scripts.gitbook.io/corner-scripts-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://corner-scripts.gitbook.io/corner-scripts-docs/assets-and-guides/player-description-system/customization-tips.md).

# 📌Customization Tips

1. **Different Key Binds**: Change `Config.KeyBind` to any preferred key
2. **Font Styles**: Experiment with `Config.TextFont` values (0-8) for different looks
3. **Text Size**: Adjust `Config.TextScale` for better readability
4. **Command Name**: Change `Config.Command` to match your server's naming convention

### Key Codes Reference

Common key codes for `Config.KeyBind`:

| Key        | Code |
| ---------- | ---- |
| Z          | 20   |
| X          | 73   |
| C          | 26   |
| V          | 0    |
| B          | 29   |
| Left Shift | 21   |
| Left Ctrl  | 36   |
| Alt        | 19   |
| F1         | 288  |
| F2         | 289  |
| F3         | 170  |
