Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to Disable Highlight on Text?

Asked by 4 years ago

I am trying to write code for my friend's game but this white highlight keeps coming how do i fix it?

Picture: https://cdn.discordapp.com/attachments/693894689346027540/738470851770449950/bandicam_2020-07-30_14-58-23-786.jpg

0
Hello, I have been experiencing this as well. I have done some research on this isue and there seems to be no fix, (Correct me if I'm wrong) but from experience it seems to only show in certain sections. So if you were to make a new line of code it would not appear. Sorry if I couldn't help! Nuzixa 4 — 4y

2 answers

Log in to vote
1
Answered by 4 years ago
Edited 4 years ago

First of all, this method will disable all selection highlights

When in Roblox Studio open any game, click 'File' in the left top corner, move your mouse a bit down to 'Settings', in 'Settings' make sure you are in the 'Studio' tab (you should automaticly be there). Scroll down till you see 'Script Editor', this should contain things like fonts and format on type. At the bottom there should be 'Highlight Current Line', you can disable this. Path: File > Settings > Studio > Script Editor

Second method, changing the color of the selection highlight

Follow the same steps as the previous method untill you are in the 'Studio' tab. There scroll down to 'Script Editor Color' (not 'Script Editor'), at the bottom you will see 'Current Line Highlight Color'. You can change this to any RGB color you like. Path: File > Settings > Studio > Script Editor Colors

If this is a bug and changing the settings won't help, then I'm sorry, I can't help. I never experienced this as a bug

Ad
Log in to vote
0
Answered by
Webm07 43
4 years ago

Go To File > Settings > Studio > Script Editor

Disable the option called "Highlight Current Line"

Answer this question