#idk what to search on google to find the answer to this

6 messages · Page 1 of 1 (latest)

copper sluice
#

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

crude vale
#
'"test"'
#

You can use ' '

copper sluice
#

thanks i didnt know

crude vale
thorn cypress