What is Model:AddPersistentPlayer()?

There is no documentation about it. It’s a method of Model class. when I try to call the method, studio just crashes.

1 Like

It is probably unimplemented if its crashing the game. A common practice when you write a new function but don’t have any code for it yet is to just immediately throw an error (so people don’t use it and think its working), since there is probably nothing to catch this error, the game crashes.

1 Like