Ctrl + F not working, and scripts are breaking left and right?

Ctrl + F not working in studio, but the script is also breaking at the same time. These are confusing times.

EXAMPLE 1

I have an issue when I do “Ctrl + F” on scripts, it highlights things that I’m not searching for. In this script for example, I type “Tpart” and “Tool” is highlighted. An infinite yield error occurs when the game is ran as well.

drinkHandler - Roblox Studio 5_27_2021 7_01_03 PM (3)

EXAMPLE 2

In this script, I type “Guest” in Ctrl+F, but “CloneGuiOwner” is highlighted. This script doesn’t display any errors, but still it’s still glitching in game.

Things I’ve done:

  • Checked every free model to make sure none have malicious scripts
  • Checked for “insert,” “require,” etc. in Ctrl + Shift + F
  • Uninstalled all malicious plugins

Is your text cursor possibly on the word? It’s going to highlight every instance of that word, just a visual thing.

Screen Shot 2021-05-27 at 9.02.26 PM

As for infinite yield, it means the script has waited for 5 seconds and hasn’t found the instance you’re waiting for, could it possibly be parented to something else?

1 Like

Ctrl+F is definitely highlighting the word. It’s a weird glitch. The only solution I have found thus far is saving it as a file and then re-uploading in the game.