is it possible to have a text label appear like this
local message = "test"
thing.BillboardGui.Frame.Message.Text = ""message""
and
local message = "test"
thing.BillboardGui.Frame.Message.Text = """..message.."""
doesnt work for obvious reasons
i also tried putting 2 ' next to each others ( "''"..message.."''" ) but it looked ugly imo