Search
 
SCRIPT & CODE EXAMPLE
 

LUA

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")
Comment

PREVIOUS NEXT
Code Example
Lua :: lua loop through table 
Lua :: lua not equal 
Lua :: absolute value in lua 
Lua :: roblox get humanoid state 
Lua :: lua calculate average number 
Lua :: tostring lua 
Lua :: luau make debounce 
Lua :: roblox tween color3 
Lua :: lua drawinrect 
Lua :: roblox how to find value in table 
Lua :: creating new functions using script roblox 
Lua :: default value lua 
Lua :: prompt developer product purchase roblox 
Lua :: for loop roblox 
Lua :: lua commenting 
Lua :: how to make scroll frame auto scroll roblox 
Lua :: table in lua 
Lua :: svelte template 
Lua :: lua pairs 
Lua :: lua print table as string 
Lua :: Simple Roblox Lua Function 
Matlab :: matlab delete file 
Matlab :: matlab if bigger than 
Basic :: how to add basic authentication on haproxy backend server 
Basic :: robocopy sync one way 
Elixir :: jason elixir 
Elixir :: elixir function pattern matching 
Scala :: scala pattern matching 
Actionscript :: Application insights powershell 
Excel :: or in excel 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =