Players getting randomly kicked for Error Code: 260

Ever since the latest roblox update, players have been getting kicked from our game with Error Code: 260.

image

This is the only error related to this issue that appears in the developer console.

The error only happens if the player isn’t the first player to join the server, and it doesn’t happen inside studio. If all other players leave the game the issue seems to go away. There’s another bug that showed up at the same time as the other one. After spawning in, the player automatically begins walking to the center of the workspace. Reverting to a version a week before the current one also has the same issue. Nothing has been changed recently inside the game relating to this issue, and testing on this issue hasn’t returned anything. Is this just a bug from the latest roblox update or is there something we can do?

Update: This appears to only occur when moving the GUI to the PlayerGui as so

script.ScreenGui.Parent = game.Players[script.Parent.Parent.Name].PlayerGui

(Also, this is my first post on the Developer Forum, please let me know if there are any issues.)

5 Likes

That’s indeed a strange issue, it looks like a Roblox bug, but it could also be something with the data system. Are you able to provide more code on this part?

script.ScreenGui.Parent = game.Players[script.Parent.Parent.Name].PlayerGui

There is a local script inside of the GUI, but when it is disabled this issue still occurs, so we do not believe it is the cause of the problem. All the local script does is bind some events to the context action service. Other than that, there is only two text labels inside of the screen GUI.

In the script in question, there is no other code that has anything to do with the GUI. When the GUI is removed and the local script is put in its place, everything functions normally except for the GUI breaking.

1 Like

This issue was fixed by a recent ROBLOX update, thanks for the help!

1 Like