#Why is this code outputting an error, ServerScriptService.RoundScript128 invalid value (Instance)

10 messages · Page 1 of 1 (latest)

azure summit
#
    local SurviverCount = table.getn(names)
            local namesconcat = (table.concat(names, ","))
            print(namesconcat)
azure summit
#

@oak perch why dislike?

#

I just need some help

oak perch
#

You posted 3 random lines with no context

#

Whats names supposed to be

rigid karma
#

Per the error

#

You prb attempted to concat an instance

#

Which obviously you cant

#

An instance is not text

azure summit