How To Make An NPC Chat In Roblox

[Solved] How To Make An NPC Chat In Roblox | Lua - Code Explorer | yomemimo.com
Question : How to make an NPC chat in roblox

Answered by : noob-roblox-player

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

Source : https://developer.roblox.com/en-us/api-reference/function/Chat/Chat | Last Update : Thu, 11 Feb 21

Answers related to How to make an NPC chat in roblox

Code Explorer Popular Question For Lua