05-24-2017, 06:10 PM
You can save the UUID of the player using Victim:GetUUID(). Later on you can use
cRoot:Get():DoWithPlayerByUUID(uuid, function(player) -- use SetLastBedPos here. end);