Expresive output wont show tables

  1. What do you want to achieve? Keep it simple and clear!
    to print a table

  2. What is the issue? Include screenshots / videos if possible!
    it used to print an item you can expand yet now:
    afbeelding

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    – restarting studio(to let it update)
    – looking for a dev forum with relatable topics.
    – looking through the updates (i found that it is called expressive window but it should be a standard feature now)

here is my test code : print({"hi","Hello"})

1 Like

do

local what = {"hi","Hello"} 
print(what)

actually both works not sure why wont it for u
image

gust make the Table as a variable and print it

For Example

local Table = {“Test”,“Test2”}

print(Table)

or if u want to print Test2 just Type Print(Table[2])

Make sure Log Mode is disabled

10 Likes

tryed , no change (hi again btw )

this should not matter tbh

there is always 1 hidden button, thank you

yea never knew about those buttons till now