

Make your username in The Sledding Game look ridiculous (in a good way). 78 colour styles, 6 letter transforms, 20 wraps, 11 glow colours — all stackable, all live-previewable, all controlled from one in-game menu.
SledNameStyler.dll into your game's Mods/ folder.The game persists your username from the main menu, so styles applied there carry into every lobby you join.
The menu lets you stack four independent layers on top of your name:
Live preview shows everything except the glow (it uses a TMP-only tag IMGUI can't render — but it'll show fine in-game).
Press Esc or F11 again to close.
| Key | Action |
|---|---|
| F11 | Open / close the styling menu |
| F12 | Toggle styling on/off (restore name) |
| Esc | Close the menu |
Configurable via MenuHotkeyKeyCode and ToggleHotkeyKeyCode in the cfg.
none white black red orange yellow lime green mint cyan blue purple magenta pink gold silver
fire ice galaxy sunset sunrise dusk ocean deepsea toxic candy bubblegum cyberpunk plasma grayscale lava blood neon aurora sakura royal rosegold forest jungle ember arctic cottoncandy tropical dreamsicle emerald twilight nebula watermelon peacock chrome
pride ace rainbow candycane zebra bumblebee pumpkin mintcookie cyberlines
canada france germany italy ireland mexico netherlands usa argentina spain austria belgium india thailand portugal
confetti glitch police matrix
invisible
| Mode | Example |
|---|---|
none |
Hello |
uppercase |
HELLO |
lowercase |
hello |
fullwidth |
Hello |
bubble |
Ⓗⓔⓛⓛⓞ |
smallcaps |
ʜᴇʟʟᴏ |
none stars (★) · sparkles (✦) · hearts (♥) · diamonds (◆) · crowns (♚) · swords (⚔) · skulls (☠) · music (♫) · brackets (「 」) · squarebrackets ([ ]) · parens ( ) · chevrons (« ») · arrows (» «) · waves (~) · dots (•) · vip ([VIP]) · pro ([PRO]) · mvp ([MVP]) · god ([GOD])
none red orange yellow green cyan blue purple pink white black — translucent TMP <mark> highlight rendered behind the styled text.
The menu covers everything, but if you prefer the cfg, UserData/MelonPreferences.cfg after first launch:
[SledNameStyler]
Enabled = true
Name = ""
Style = "rainbow"
Transform = "none"
Decoration = "none"
Glow = "none"
Bold = false
Italic = false
Underline = false
Strikethrough = false
SizePercent = 100
HotkeyEnabled = true
MenuHotkeyKeyCode = 292 # F11. F9=290, F10=291, F12=293, End=279
ToggleHotkeyKeyCode = 293 # F12
MelonLoader reloads the file automatically while the game is running.
bubble letters + crowns wrap + fire style + red glow = ♚ Ⓗⓔⓛⓛⓞ ♚ in flame colours with a glow behind it.SizePercent = 120 adds presence. 200 makes you huge. Pick your battles.Writes the styled name to GameInfo.PlayerName (which the game persists) every frame, plus the PlayerUsernameController.sync_Username SyncVar so other players see the styled version. Markup is plain TextMeshPro tags (<color>, <size>, <mark>, <b>…) — nothing exotic, just text the game would render anyway.
Why no animated styles? v0.1.0 had
rainbow-wave,pulse,marquee, etc. The game's nameplate caches the rendered TMP and only refreshes on certain events, so animations froze on the first frame. v0.2.0 dropped them in favour of more static palettes that actually look how they look. Old config values auto-migrate to the closest static replacement.
Delete SledNameStyler.dll from Mods/. Your username reverts to normal next launch.
Mod by Natebag. Use at your own risk. Not affiliated with The Sledding Corporation.