|
| 15 Dec 2015 03:43 AM |
Haio everyone! I need some help making a model I made into a follower. If anyone can help me, well, thanks I guess. :3
Yin |
|
|
| Report Abuse |
|
|
viplav37
|
  |
| Joined: 17 Aug 2011 |
| Total Posts: 1918 |
|
|
| 15 Dec 2015 03:49 AM |
What are you trying to say? its not making any sense to me atleast. |
|
|
| Report Abuse |
|
|
|
| 15 Dec 2015 04:53 AM |
I'm saying I'm trying to make an NPC that follows my char, Like a familiar or a companion. Like the dog from the fallout games.
|
|
|
| Report Abuse |
|
|
|
| 15 Dec 2015 05:58 AM |
| But it just follows me, that is all I am trying too do. |
|
|
| Report Abuse |
|
|
|
| 15 Dec 2015 08:17 AM |
Remember the Bay max gear that made bay max follow you? Basically that.
|
|
|
| Report Abuse |
|
|
|
| 15 Dec 2015 08:21 AM |
Set the player, and use the Humanoid's :MoveTo() function.
~There are moderators who moderate us, but who moderates the moderators?~ |
|
|
| Report Abuse |
|
|
|
| 15 Dec 2015 09:29 AM |
| I dont know how to do that because I am a noob at LUA scripiting xD |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Dec 2015 02:53 PM |
Yea that didn't help at all.
Yin |
|
|
| Report Abuse |
|
|
viplav37
|
  |
| Joined: 17 Aug 2011 |
| Total Posts: 1918 |
|
|
| 16 Dec 2015 05:11 AM |
| Yea in this forum we can help you but cant really spoonfeed you. |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2015 10:05 AM |
Well, if you need the specific wiki posts for stuff you'll need...
Learn "for" loops (To find the nearest player): http://wiki.roblox.com/index.php?title=Loops#For
Learn the "Magnitude" property (To find the nearest player): http://wiki.roblox.com/index.php?title=Magnitude
And finally, learn the :MoveTo() function for the Humanoid, to move the NPC to the nearest player: http://wiki.roblox.com/index.php?title=API:Class/Humanoid/MoveTo
If you still aren't sure what to do, then I suggest you learn some more Lua
~There are moderators who moderate us, but who moderates the moderators?~ |
|
|
| Report Abuse |
|
|