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
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
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?
Yeah, it only happens once and it kicks all the players on the server by the same error
code
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