You can write your topic however you want, but you need to answer these questions:
- **What do you want to achieve?
I want to make it so a string goes from ‘this’ to ‘t h i s’
- What is the issue? Include screenshots / videos if possible!
I literally cant figure this out
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
searching the dev fourm but no one seemed to have already made a topic on this
local str = 'example'
local split = string.split(str, ' ') -- should come out as this: e x a m p l e
print(tostring(split))
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.