Troubleshooting
Notifications don't appear
Make sure fr_notify is running (ensure fr_notify). Test in F8:
exports['fr_notify']:Info('test')
Existing scripts still use the old style
Enable Config.OverrideFramework = true. For scripts that cache their framework object, use the direct export with the safe pattern.
Too many notifications stacking
Reduce Config.MaxVisible in config.lua.
Notifications appear in the wrong corner
Change Config.Position in config.lua.
The sound is annoying
Set Config.Sound = false in config.lua.