#Sign glow ink sac with scripting
1 messages · Page 1 of 1 (latest)
What I currently have: ```ts
const sign = block.getComponent(BlockComponentTypes.Sign)!;
const text = [
§7==============,
§a${Formatter.ToReadableTypeId(item.typeId)},
§a$${Formatter.ToComma(price)} Per,
§7==============,
].join("\n");
sign.setText(text, SignSide.Front);
sign.setText(text, SignSide.Back);
sign.setWaxed(true);
player.sendSuccess("Successfully created shop!");```
But as far as I can see, there is no like set glow method on the sign.
Please ping on response!
wrong channel, use #1067535382285135923
I knew that existed, it just wasn't showing for me for some reason.