I assume that all output’s warning would appear in Script Analysis. However, the warning seems to be coming out of nowhere (from no existing scripts). The warning’s code was from a deleted script months / a year ago. How do I know what script(s) made these warnings appear in the output?
I’ve had this happen to me on a few occasions, took a while to figure out where. In one instance, it was a plugin I forgot I had installed, and I think another time I had a script create another script using InsertService or something.
If you use the “Find All/Replace All” tool (can be found while in Script Edit view), you could maybe search for text in the warning (ex: “Invalid Parameter Name”) and it should find it, assuming it is not a plugin.
If you don’t find it, try pressing “Play” or “Run”, and retry.
The reason for this problem to happen excludes from the possibilities of the warning coming out from a plugin nor any scripts (I have searched on Find All / Replace All.)
Okay, I have found the solution. It’s ROBLOX’s localization (not exactly the plugin). The strings were automatically translated somehow and they were transformed into a weird format via ROBLOX’s localization [csv] to achieve the in-game translation.
The solution is to remove the current [csv] file or the error sections of the [csv] file of the game (in the game’s Dashboard, localization → table management → delete table / download CSV to upload CSV). If you are on Studio during the deletion, make sure you reopen the application afterwards. Also, make sure to disable the translation settings just in case.
After it worked for a few days, the same warnings appear again. Though there’s nothing to translate for the game (empty [csv] + disabled auto translation). I assume that this is a ROBLOX bug after all.
Edit: Well, yes, it was a ROBLOX bug and it has been fixed.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.