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)
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.