vivafloyd
(vivafloyd)
#1
My script keeps unpacking 1 value in the table not all values.
Code:
commands.cmds = function(sender, arguments)
sender.PlayerGui.Cmds.Enabled = true
sender.PlayerGui.Cmds.Message.TEXT.Text = unpack(cmdlist)
end
sjr04
(uep)
#2
You will want to use table.concat
instead.
1 Like
vivafloyd
(vivafloyd)
#3
Oh thank you! It worked. Appricate it