I remember there were these 'Mind Control' things running around that used to work in online play. I've been wondering a way to get around the death when you mind control somebody.
Most of them were when you click on somebody, your player.Character becomes something else, and it would work back in the old times(It was fun back then.)
Even preventing the character from respawning to do this isn't really a full-on solution.
Has anyone else found anything that works as a viable option? One of my old techniques I still use is changing the camera of the player and using mouse-movement(The player that's being controlled follows the mouse)
Instead of saying
Player.Character = Person
you would need to do
Person = Player.Character
Remember that Person is a variable you are setting, to the value of Player.Character. You can't set Player.Character to Person.