Red dot beside line number

Hello
I was just doing stuff in Studio when I happen to click beside the numbers in a script
Just wondering what this means

image (the ret dot)

Thanks

2 Likes

It’s a breakpoint that stops the code from executing past that point. Just click it again and it’ll go away.

2 Likes

This is called a breakpoint. It pauses the script once it reaches that line. To disable the breakpoint, simply click the red button.

6 Likes