hi, ive tried a script i had for 2.x but doesnt work, i see in 3 its changed to lua but this doesn't work either; function GetRandomSectionName() local res = "" for i = 1, 8 do res = res .. string.char(32 + math.random(string.byte("z") - 32)) end return res end function OnAfterSa...