Hello
I was just doing stuff in Studio when I happen to click beside the numbers in a script
Just wondering what this means
(the ret dot)
Thanks
Hello
I was just doing stuff in Studio when I happen to click beside the numbers in a script
Just wondering what this means
(the ret dot)
Thanks
It’s a breakpoint that stops the code from executing past that point. Just click it again and it’ll go away.
This is called a breakpoint. It pauses the script once it reaches that line. To disable the breakpoint, simply click the red button.