If you mean from Character to Player then;
c=GetPlayerFromCharacter(workspace.TheAlphaStigma) -- Be aware I might've done this one wrong.
or player to character;
plr=game:GetService("Players").LocalPlayer repeat wait(0)until plr.Character
Simple. Just go
game.Workspace.Players.PlayerNameHere.Character
and you're in.