ME321
ME321

Reputation: 1

How do i make it so a player can talk to a bot on roblox?

I want to make it so after someone spawns they can look at a NPC and hold "E" then after they do that i want a screen gui to appear and tell them what they need to do. i want it so after they are done reading they can click "DONE" and the gui will dissapear. please help me with this code.

Upvotes: 0

Views: 208

Answers (2)

helix
helix

Reputation: 46

they can look at a NPC and hold "E"

Try using a ProximityPrompt for this. As 1BL1ZZARD said, you could use Dialogs for the

i want a screen gui to appear and tell them what they need to do. i want it so after they are done reading they can click "DONE"

However, you could also use a ScreenGui with the ProximityPrompt and make it Enabled with ProximityPrompt.Triggered:Connect.

Upvotes: 2

Related Questions