Breakpoint not working in local server

If I insert a breakpoint in a localscript, the breakpoint works just fine if I playtest alone, but if I do it in a local server with two players, the breakpoint dissapears. Is this normal and if yes, is there a way to make a breakpoint work in a localserver with two players?

2 Likes

What do you mean as a breakpoint?

break ?

with breakpoints I mean this. Under Using Breakpointts

Oooh, totally forgot this exists, sorry. I’ve never used this in a local server so I don’t know about that but what you could do is just add some print() debuggers and use Developer Console instead of breakpoints. However if you really need breakpoints in a local server I can’t help you with that, sorry.

1 Like