math.random() is calling the function with the name math.random
The variable random is set to math.randomdarkfrei wrote:Code: Select all
local random = math.random
The variable random is set to the result of the function math.randomdarkfrei wrote:Code: Select all
local random = math.random()








