#Getting a table's table variables randomly?
9 messages · Page 1 of 1 (latest)
table[math.random(1, #table)]
from an array
local function Pick(t)
return t[math.random(1, #t)]
end
:(
NOOO
btw how would i check if a player is currently touching an object rq
getpartsinbounds or gettouchingparts