Need to remove player’s character with out getting this error, while also avoiding this warning that gets absolutely spammed:
Currently I am doing Character:Destroy() on server
What is the most efficient way to do this?
Need to remove player’s character with out getting this error, while also avoiding this warning that gets absolutely spammed:
Currently I am doing Character:Destroy() on server
What is the most efficient way to do this?
Player.Character = nil
Character:Destroy()
Thanks very much, this worked!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.