| yea kinda'f but still i really need to know wut mth.randomseed() is
and wut dose the # between the bracets do for it
btw, wuts the diffrence between a local and and the function for example:
function input()
local player = 2
pad = Controls.read()
end
so wuts the diffrence between the local and the pad = Controls.read()
we could've jus put
function input()
local pad = Controls.read()
end
dosent that work? |