of     1   

Tedgary009
#182926792Wednesday, February 03, 2016 8:16 AM GMT

title
Thane_1
#182928811Wednesday, February 03, 2016 11:47 AM GMT

So, you have a string in a table, and you want to insert a table into it that string? That doesn't really make sense. If you want to insert a string into a table you can use table.insert(Table,String) ~ Who's awesome, you're awesome ~ R$79,631 Tx1,332
vlekje513
#182930752Wednesday, February 03, 2016 1:41 PM GMT

you cant store a table inside a string. you could do "2,3,4,6,36,26,1" tho
LilMcManiac
#182930791Wednesday, February 03, 2016 1:44 PM GMT

This? local table = {"Momma", Dadda"} local stringTable = {"Get out", "Never"} table.insert(stringTable, unpack(table))
[rfa#hidefromsearch]
#182930891Wednesday, February 03, 2016 1:49 PM GMT

[rfa#hidefromsearch]
JarodOfOrbiter
#182930897Wednesday, February 03, 2016 1:50 PM GMT

Praise LilMcManiac, for having the most reasonable response here!
[rfa#hidefromsearch]
#182930943Wednesday, February 03, 2016 1:53 PM GMT

[rfa#hidefromsearch]
JarodOfOrbiter
#182931049Wednesday, February 03, 2016 1:58 PM GMT

Maybe "outside-the-box response" is more accurate.
[rfa#hidefromsearch]
#182931305Wednesday, February 03, 2016 2:09 PM GMT

[rfa#hidefromsearch]
JarodOfOrbiter
#182931344Wednesday, February 03, 2016 2:11 PM GMT

Oh shush.
Tedgary009
#182934794Wednesday, February 03, 2016 4:22 PM GMT

Sorry, what I'm trying to do is have the script insert the entire player list into one table, and having each player hold another table. What's the workaround for this?
Tedgary009
#182935437Wednesday, February 03, 2016 4:44 PM GMT

Nevermind, I got it. playerInfo = {} for i, v in pairs(game.Players:GetChildren()) do playerInfo[v] = {val = 1, val = 2} end I'm still learning
CreativitiesUnity
#182935519Wednesday, February 03, 2016 4:47 PM GMT

79,631 1,332 -your friendly neighborhood scripter

    of     1