So I have a military game, and we utilize ACS for our weaponry.
I suddenly was warned by Roblox due to the fact that my game had ACS and ACS has the medical system, which includes morphine, epinephrine, and pain killers.
I attempted to remove them and I disabled the med system, but if I do so it completely breaks ACS. And I am being repeatedly warned by Roblox staff for this. Does anyone know how I can remove said elements entirely without breaking ACS or it’s scripts?
Backup Your Project: Before making any changes, create a backup of your game or a copy of the ACS scripts. This way, you can easily revert to the original version if anything goes wrong.
Identify Medical System Components: Determine which scripts, functions, or modules within the ACS are related to the medical system. Look for any references to morphine, epinephrine, painkillers, or other medical-related terms. Plus dude You Can also check for functions that handle medical healing or regeneration.
Modify Instead of Remove: Instead of outright removing the medical system, consider modifying it to be compliant with Roblox’s guidelines. For example, you can rename medical items to non-medicinal names or replace them with fictional items that serve similar purposes. Also, adjust any medical-related UI elements, dialogues, or messages to avoid explicit references to real-world medications.