In the code example on the bottom on this line
if teleportResult == Enum.TeleportResult.Failiure or teleportResult == Enum.TeleportResult.Flooded then
It says Enum.TeleportResult.Failiure
instead of Enum.TeleportResult.Failure
In the code example on the bottom on this line
if teleportResult == Enum.TeleportResult.Failiure or teleportResult == Enum.TeleportResult.Flooded then
It says Enum.TeleportResult.Failiure
instead of Enum.TeleportResult.Failure