Advertisement
subaru112g

dialog fe

Mar 3rd, 2019
3,158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local Plr = owner
  2.  
  3. -- Chatted Function
  4. Plr.Chatted:connect(function(MSG)
  5. if Plr.Character:FindFirstChild("Head") then
  6. game:GetService("Chat"):Chat(Plr.Character.Head, MSG, Enum.ChatColor.White)
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement