|
| 16 Jun 2016 05:08 PM |
Well, I have a npc, Like in all those other games, They talk without the player clicking them, Like I want it to say
"Here i come!!" "Leaf Hot Wind!"
Or some of those lines, If you have the script for that, Please help me out.
|
|
|
| Report Abuse |
|
|
Aethex
|
  |
| Joined: 16 Oct 2011 |
| Total Posts: 2193 |
|
|
| 16 Jun 2016 05:11 PM |
| http://wiki.roblox.com/index.php?title=API:Class/Chat/Chat |
|
|
| Report Abuse |
|
|
| |
|
Aethex
|
  |
| Joined: 16 Oct 2011 |
| Total Posts: 2193 |
|
|
| 16 Jun 2016 05:23 PM |
And I said: http://wiki.roblox.com/index.php?title=API:Class/Chat/Chat
did you even read it please learn the basics of scripting before attempting this thx |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2016 05:27 PM |
local Chats = {"Hot Leafy Wind", "Whatever} local AI = script.Parent.Head
while wait(math.random(5,10)) do game:GetService("Chat"):Chat(AI, (Chats[math.random(1, #Chats)]); end
PUt that in the character. |
|
|
| Report Abuse |
|
|