Can you add text to string?

Hi, i have a question could i add text to a string so like

"Hello" + " whats up?"

-- or

script.Parent.name + " Cool"

Yes you use 2 dots to concatenate the string

Like

script.Parent.Name = script.Parent.Name.." Cool"
1 Like

Thank you so much! this actually worked

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.