local X, Y local seed = 0 -- Whatever Number local random = Random.new(seed) X = random:NextNumber(100, 200) Y = random:NextNumber(100, 200)
??? 1, 2