Help With Typing Bubble

Hey! So, I have been using this typing bubble model and it randomly stopped working one day. When I went into studio, all the stuff was the same and I’m confused.

Here is the link to the video: Roblox Scripting Tutorial: How to Script a Typing Bubble - YouTube

Here is the model: https://www.roblox.com/library/5636186789/Typing-Bubble

Checking the recent comments, others have struggled with this not working either.

Here is how his is set up: image

Here is how mine is set up:
set up_

So yeah… its not working. Can somebody help me? Thank you!

1 Like

Check your scripts for errors, if you can’t debug them yourself you can edit/reply to the message with the errors.

1 Like

I honestly can’t code and it worked before, I think it might have had to do with the new chat update? I just want it to work again.

Can you send all your code? Also open output and see if anything is getting sent there.

I read the code it doesn’t seem to have any problems? I also tested the main parts of it. Like what exactly is wrong with it can you be more specific? Yeah it does work I just tested it with the model. If you didn’t properly place the scripts then it wouldn’t work. Make sure you place the local script on a player spot such as StarterPlayer.StarterPlayerScripts or StarterGui. Also make sure the event is placed in replicatedstorage

but yeah if you have further issues about this can you be more clear like what exactly isn’t working?

1 Like

I do see what they are saying, I’m having the same issue as I’ve tried the model myself. If you see in the image, this is what shows up when the event is fired vs when I stop typing. I’ve put everything in the right places as well. I think it could be a glitch, I’m not entirely sure.

image

1 Like

So, you are having an issue, where the script doesn’t work in a studio. But, it does work on the actual game.
The reason why this is happening is because, the script has a local script in it. Local scripts take in information from the game, and not studio. So, if you are testing this in studio, it won’t work.

2 Likes

I know this is an old post, but if anyone is still trying to figure out what is wrong, you can only use the legacy chat not the new chat ROBLOX implemented.

image