C1_betterxperience1.lua

: Uses localized variables and efficient math functions to ensure no impact on frame rates.

Set up a localized configuration table to ensure the script is easily tunable without digging into the logic. C1_BetterXperience1.lua

: The C1 prefix suggests this is the first iteration; the structure allows for C2 updates to be merged easily. : Uses localized variables and efficient math functions

To prevent memory leaks in long sessions, the script includes a lifecycle manager to clear unused references. C1_BetterXperience1.lua