Narutozo
|
  |
| Joined: 28 Jul 2013 |
| Total Posts: 1314 |
|
|
| 27 Jul 2015 04:08 AM |
reposting this since noone replied after 1 hour...and 9 bumps...
RunService = Game:GetService("RunService") me = game.Players.LocalPlayer char = me.Character char.Archivable = true npc = char:Clone() npc.Parent = char npc.Name = "Warrior" while wait() do npc.Humanoid:MoveTo(Vector3.new(char.Torso.Position)) end
no errors, the clone/warrior just doesnt move to me and it stops after like 5 seconds
def this_is_my_siggy(name = narutozo) puts 'This is #{name.capitalize}'s siggy!) end this_is_my_siggy(); |
|
|
| Report Abuse |
|