You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I want an NPC to talk to you locally. I used a localscript to clone an npc from ReplicatedStorage.
What is the issue? Include screenshots / videos if possible!
There is no chat bubble and I didn’t get any errors.
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I tried putting a server script into the NPC and try to make it talk from there, and I’ve tried to use a localscript in StarterGui to make it talk, but no luck.
Can you share a video of the issue? The script you shared with us works fine when I tried it. If there’s any extra information, please share it. It would help us fix your problem a lot!
Did you try putting the dummy inside ReplicatedStorage and using a localscript to clone it to workspace? I’m doing that because I only want the player to see the dummy.
To be honest, I’m not sure why it didn’t error. If the dummy wasn’t in workspace, and your LocalScript was in StarterGui, I have no idea why it didn’t work. My best guess is that the LocalScript wasn’t running for some reason, but who knows.