Answers for "how to choose a random value from a table roblox"

Lua
1

roblox how to get random object from a table

local example = {"i","am","so","bored"}
local randomObject = example[math.random(1, #example)]
Posted by: Guest on October-31-2021

Code answers related to "how to choose a random value from a table roblox"

Browse Popular Code Answers by Language