How to get rid of HD Admin Output Messages

So I got HD Admin, and it’s great, besides me getting a bunch of output messages about it. I can’t even delete the lines of code that make the output messages because its some type of script where you can only access it when you are testing the game (I am new to Roblox Studio so idk what it is.) And for the warning, I can’t even find where CreateCollisionGroup is being used. Can someone please help me get rid of these pesky messages please?

(I know I can just uncheck “Warnings” from the dropdown in output to hide the messages, but then I will miss the actual warning that I need to see.)

Also sorry if this is the wrong section to post this on I wasnt sure.

2 Likes

If you mean the warning, it’s because these things called collision groups are deprecated. You likely can’t turn it off unless you were to rewrite HD Admin to support the new RegisterCollisionGroup method(?) instead. If you’d like to remove everything else, aka the debug messages and the message from ForeverHD, you can simply go to the line the print is on and remove it.

ive tried that, but the only way i can access those scripts are in testing mode, and in testing mode scripts dont save

Press the HD Admin Folder, then press the loader script and it appears a link of the Main Module of HD Admin, so your gonna copy paste the link, insert the model and edit why there’s prints of ForeverHD.

image_2024-07-19_143335873