I want the game to change the number(textbox) according to what the name of the layout is.I tried doing System:Every Tick > Text:Set text to ""&LayoutName but It shows up blank.
Develop games in your browser. Powerful, performant & highly capable.
That is how you set a text to the layout name on start of layout. No need for every tick if it only should show the layout name.
So set text to > system > layoutname
No need for "" or anything else