of     1   

Nzthxn
#183897372Thursday, February 18, 2016 8:03 PM GMT

How do I get a player's character after they have left the game?
KLGA
#183897542Thursday, February 18, 2016 8:06 PM GMT

I'm pretty sure their character goes away after they leave, but try doing this: game.Players.PlayerRemoving:connect(function(plr) if plr.Character~=nil then local chr = plr.Character end end)
cheesecake123456
#183897827Thursday, February 18, 2016 8:12 PM GMT

Perhaps store their player when they join.
Nzthxn
#183897867Thursday, February 18, 2016 8:13 PM GMT

Exactly what I'm trying to do right now xD Thanks :)

    of     1