McRpg
|
  |
| Joined: 30 Apr 2011 |
| Total Posts: 143 |
|
|
| 13 Jul 2011 12:20 AM |
function enter(plyr) script.Parent.Move.position = game.Workspace(plyr.Name).Head.Position + Vector3.new(0,3,0) wait() game:GetService("Chat"):Chat(script.Parent,"Welcome "..plyr.."!", Enum.ChatColor.Green) wait(2) game:GetService("Chat"):Chat(script.Parent,plyr.." I am a help bot, come to me for info!", Enum.ChatColor.Green) wait(2) game:GetService("Chat"):Chat(script.Parent,plyr.." I am still under development so just wait for me to be finished :)", Enum.ChatColor.Green) wait(2) game:GetService("Chat"):Chat(script.Parent,plyr.." I will be following you until another player comes, say tele;bot to come to me.(Not done)", Enum.ChatColor.Green) wait(2) while true do wait() script.Parent.Move.position = game.Workspace(plyr.Name).Head.Position + Vector3.new(0,3,0) end end game.Players.ChildAdded:connect(enter) |
|
|
| Report Abuse |
|
|
| 13 Jul 2011 12:25 AM |
| Read the sticky, provide more detail on what went wrong please. |
|
|
| Report Abuse |
|
McRpg
|
  |
| Joined: 30 Apr 2011 |
| Total Posts: 143 |
|
| |
| |
McRpg
|
  |
| Joined: 30 Apr 2011 |
| Total Posts: 143 |
|
|
| 13 Jul 2011 12:28 AM |
| It use to move and the chat would come up.. Now it just sits there and chat don't come up >_< |
|
|
| Report Abuse |
|