Removing the TextLabel Above. From the Kit i use!

Hello there Developers!

I was trying to find the Code to this FPS Kit for my game
and i need this text label removed
Screenshot:

How do i remove the “Kit by Turbofusion // Remaked by MuYhEt & Xander521” label above? im trying to review the scripts in it but nothing shows up about the text label (And no its not in a GUI but in a code)

Just view where the code is creating the UI instance and then remove the code that creates the UI. Dunno what else to say lol.

Don’t use a kit. Jokes aside, try to find if there’s require() in the code, if there is, it should contain a number which is the asset id for the module (that contains the textlabel creation code), copy it and search for it on roblox’s creator marketplace. After you’ve got the module, insert it into your game, find the code that creates the textlabel and remove it. Go back to the script that had require() and replace the number with the location of the edited module.

Do what @BANSA168 said but also go to view tab and global find/replace and look for Text