I am aware that I should have posted this in engine bugs but it seems that I do not have permission to do; therefore, I posted it here.
While messing around with some code in Studio, I went to test some code out and encountered error code 260 while in Studio which is odd. From all the research I did this error code shouldn’t replicate in Studio.
I checked the output and found that there was an error on one of the servercorescripts provided by Roblox.
What do you want to achieve? I wish to run the game in studio…
What is the issue? Error code 260
What solutions have you tried so far? From what I have read it has nothing to do with my code. I even disabled all the scripts that I just wrote to see if it’ll run in studio and still no joy.
I have found this on the fandom: “Displayed when no data is being received by the Roblox web servers, most possibly a Roblox issue or a local issue preventing Roblox from sending data packets to said user(s).”
I found a solution and it was my bad. It was due to a plugin I just started using to set up a script template. After I removed it, there was no more errors.