I tried making a script that when you walk past a NPC the NPC stops you and they talk to you. Help appreciated! Thanks.
Well, what I would you use is placing an invisible brick that detects when a player touches it, you could then have it set the player's walkspeed to 0, then have an NPC "talk" to them in either talk bubbles or have the NPC talk to them by summoning bubbles above them that have the text, but those bubbles are actually decals. That's just what I think you could do off the top of my head. You could probably looks up more methods online.