GetCorpsePosition

Returns the position of the players corpse.

GetCorpsePosition() : x, y, z
-- Alt
GetCorpseLocation(): x,y,z

Example

Gets the position of the players corpse.

local x, y, z = GetCorpsePosition(x, y, z)