How do I efficiently remove/despawn player's character

Need to remove player’s character with out getting this error, while also avoiding this warning that gets absolutely spammed:
image

Currently I am doing Character:Destroy() on server

What is the most efficient way to do this?

Player.Character = nil
Character:Destroy()
2 Likes

Thanks very much, this worked!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.