I have this script where the loser is teleported when you die inside the arena ,
I would like to make the winner also be teleported out saying he won?
local arena = {
frompos = {x = 97, y = 36, z = 9},
topos = {x = 109, y = 47, z = 9},
exitpos = {x = 93, y = 40, z = 8}
}
function...