Advertisement
bacnguyenxgen

Untitled

Feb 25th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local chaohoi = game:GetService("Chat")
  2. local npc = script.Parent
  3. local dau = npc.Head
  4. local nhanchuot = npc.ClickDetector
  5. local function noichuyen()
  6.     chaohoi:Chat(dau,"Xin chao ban",2)
  7. end
  8. nhanchuot.MouseClick:Connect(noichuyen)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement