How to make an NPC chat in roblox

Code examples

1
0

How to make an NPC chat in roblox

local ChatService = game:GetService("Chat")
 
local part = Instance.new("Part")
part.Anchored = true
part.Parent = workspace
 
ChatService:Chat(part, "Blame John!", "Red")

Similar pages

Similar pages with examples

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................