hi
i want to make item for random teleport. After 5 seconds back to old position(where start teleport)
i have this code
local random_positions = {
["A1"] = {x = 29990, y = 30125, z = 7},
["A2"] = {x = 29990, y = 30133, z = 7},
["A3"] = {x = 29990, y = 30141, z = 7},
}
local timeback = 5...