I am refining my code a bit and have some questions. I am mostly a hobbyist when it comes to coding, anyway I section of code for ending a match that displays the winners name, turns on blurreffect, disables the control module, waits, moves character with cframe, destroys map, creates new map, enable blur and enables control module.
At first I would kill the player to get them back to the spawn point but didn't really like that option and found the cframe option. I recently saw a video that uses LoadCharacter but it only works on the server from what I see. Was wondering if it was worth the effort to implement this option over cframe?
I know as of now with cframe I need to clear the players inventory manually and from what I read LoadCharacter would do that automatically. But asides from that is there a reason to make this change?