TwoRivers
|
  |
| Joined: 25 Aug 2011 |
| Total Posts: 2821 |
|
|
| 23 Aug 2015 11:24 AM |
u cant do it without all the required stuff for player right?
so should i use a bodymover for like a duck NPC? |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2015 11:36 AM |
Humanoid will work, as long as u have a Head, I think. You may need a Head welded to a Torso.
Check-out http://www.roblox.com/NewSpider-item?id=122341475
|
|
|
| Report Abuse |
|
|
TwoRivers
|
  |
| Joined: 25 Aug 2011 |
| Total Posts: 2821 |
|
|
| 23 Aug 2015 11:36 AM |
| ok thanks do i need a HumanoidRootPart? |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2015 11:39 AM |
Actually it is just the same :)
Just give a Vector3 Position,
local Player = game.Players.LocalPlayer
Player:MoveTo(Vector3.new(5,5,5))
-- But I do not like MoveTo :/ Kind of Laggy
-- This is better fora Player
Player.Torso.CFrame = CFrame.new(5,5,5)
|
|
|
| Report Abuse |
|
|
|
| 23 Aug 2015 11:41 AM |
I don't know what that is....
The link I gave u spawns , like, 10 Spiders with Humanoids in them from a Tool.
|
|
|
| Report Abuse |
|
|
TwoRivers
|
  |
| Joined: 25 Aug 2011 |
| Total Posts: 2821 |
|
|
| 23 Aug 2015 11:41 AM |
@MK
that's for teleportation, i want them to walk. |
|
|
| Report Abuse |
|
|