Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I make an NPC stop you walking to talk to you? Help needed!

Asked by 5 years ago

I tried making a script that when you walk past a NPC the NPC stops you and they talk to you. Help appreciated! Thanks.

0
Um this seems like a request voidofdeathfire 148 — 5y
0
Also it would be easier if you showed the script voidofdeathfire 148 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

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.

1
It would be better if you used Magnitude or Region3 for the NPCs detection and had it anchor the Player's HumanoidRootPart then engage in dialogue from there through a Gui. H26O 44 — 5y
Ad

Answer this question