Error Code 291 Roblox

What is Error Code 291 means?

i got this when i was playing some roblox games, it said “Player has been removed from the DataModel”. can someone help me

4 Likes

This happens when your Player Instance is :Destroy()ed from the DataModel. It is another way of :Kick()ing the Player. Does this happen in this particular game?

5 Likes

Yeah, it only happens once and it kicks all the players on the server by the same error
code

2 Likes

It most likely is a server shutdown type thing and it might be because a script is running this code:

game:GetService("Players"):ClearAllChildren()

It used to be the unexpected client behavior error but they changed it

5 Likes