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

How could i make a Npc Dialog giver?

Asked by 5 years ago

So for my new game i need to make an npc that can give this power how would i be able to do that ?

0
You would have a Script to do this. User#19524 175 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

While http://robloxdev.com/articles/Shop-Dialogs is a pretty straightforward answer by Crazycat4360, there are alternate ways to do this. There is, of course, the hard-to-do Billboard Gui methods, and then there is game:GetService("Chat"):Chat(script.Parent, "--[[ Your text in the quotes --]]", 1 --[[1 (blue), 2 (green), or 3 (red)--]]) (http://wiki.roblox.com/index.php?title=API:Class/Chat/Chat), and then opening a custom-made ScreenGui for the chat feedback. Then, after the player buys said power up, you can easy give it to them.

0
This script doesnt work anymore. Any second options= MiniElRiko 0 — 5y
0
wait really? Since when?! GamingZacharyC 152 — 5y
Ad

Answer this question