Btw Can we add texts on bricks?

T_0
Joined 07/08/2020
Posts 19
09:09 AM 14/08/2020
Thanks for viewing or replying!


[Grim] grimmsnarl
Joined 03/08/2020
Posts 16,097
09:10 AM 14/08/2020
yes yes yess


T_0
Joined 07/08/2020
Posts 19
09:11 AM 14/08/2020
how?? Can you tell please


[Code] Noah Cool Boy
Joined 20/06/2019
Posts 1,129
10:29 AM 14/08/2020
I'm pretty sure you cant


T_0
Joined 07/08/2020
Posts 19
10:42 AM 14/08/2020
Oh ok! Thanks for telling


[feet] Edged
Joined 08/07/2020
Posts 579
11:37 AM 14/08/2020
Quote from T_0 , 09:11 AM 14/08/2020
how?? Can you tell please
There's no way to apply them directly. But you can use "bots" (Like dummy characters) and make them so small they fit inside the block.

Bots can have text so you can make the brick talk


T_0
Joined 07/08/2020
Posts 19
03:20 PM 14/08/2020
How can i make the brick speak? and thank you for replying on my post


Rares
Joined 19/06/2019
Posts 787
09:17 AM 18/08/2020
Quote from T_0 , 03:20 PM 14/08/2020
How can i make the brick speak? and thank you for replying on my post
You can try to add a bot and change the size of it.

I made this some time ago and it might help you :

// script made by Rares
let bot = new Bot("Robot")
bot.setAvatar(1) // set the avatar of the bot ( this is only working with real player's outfits )
Game.newBot(bot)
bot.setSpeech("Beep Boop") // the thing that you want the bot to say
bot.setPosition(new Vector3(-3,33,1))
bot.setRotation(new Vector3(0,0,0))


Rares
Joined 19/06/2019
Posts 787
09:21 AM 18/08/2020
Quote from Rares , 09:17 AM 18/08/2020
Quote from T_0 , 03:20 PM 14/08/2020
How can i make the brick speak? and thank you for replying on my post

You can try to add a bot and change the size of it.

I made this some time ago and it might help you :

// script made by Rares
let bot = new Bot("Robot")
bot.setAvatar(1) // set the avatar of the bot ( this is only working with real player's outfits )
Game.newBot(bot)
bot.setSpeech("Beep Boop") // the thing that you want the bot to say
bot.setPosition(new Vector3(-3,33,1))
bot.setRotation(new Vector3(0,0,0))
let bot = new Bot("Robot")
bot.setSpeech("Beep Boop")

For some reason instead of showing "" it shows up as " "

1