|
| 13 Sep 2013 10:34 PM |
| Ok I need help making a script that will copy a players movements. Like if you walk the brick will look like its walking. Warning: the brick must not change position, only the rotating is changed. Help me and I will tell you a cool way you could use this script for. Again theres five bricks that make up an figure, like a character. Nothing fancy like playeradded or whatever, it just selects the character with his name in the script. (Example: workspace.(playername).Humanoid.Health = 0) And when the character walks it looks like the figure is walking except in place, only the rotation would be changed. Also if possible the figure will turn 360 if the player turns 360. I know how to make the figure jump when the character jumps though(if workspace.Player.Humanoid.Jump = true then). |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2013 10:37 PM |
That would be extremely easy. Char=char rl=Char["Right Leg"]:clone() rl.Parent=Char rl.Name="fake" Weld=Instance.new("Weld",rl) Weld.Part0=rl Weld.Part1=Char["Right Leg"] |
|
|
| Report Abuse |
|
|
your90
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 1380 |
|
| |
|
qrrrq
|
  |
| Joined: 27 Jan 2013 |
| Total Posts: 1252 |
|
|
| 13 Sep 2013 10:51 PM |
"That would be extremely easy"
>posts something that is NOT easy |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2013 10:55 PM |
if its easy why didn't you answer right AND EASY IS DIFFERENT FROM COMPLEX ANDTHIS IS COMPLEX
complex is a bunch of stuff (complicated is difficulty and you say this is easy)
So this script is complex but easy and answer if you think you can
|
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 14 Sep 2013 02:19 AM |
| It's not complex, you guys just don't understand welds yet. |
|
|
| Report Abuse |
|
|
ZachBloxx
|
  |
| Joined: 26 Jun 2013 |
| Total Posts: 2833 |
|
|
| 14 Sep 2013 02:20 AM |
http://www.roblox.com/FPS-Engine-Testing-place?id=122335113
full of welds >easy |
|
|
| Report Abuse |
|
|
Vrakner
|
  |
| Joined: 19 Feb 2013 |
| Total Posts: 323 |
|
|
| 14 Sep 2013 03:54 AM |
| If I were you, I would make a character clone that would walk where your character walks when your character walks, except I would have a force that keeps the clone at the position you want. |
|
|
| Report Abuse |
|
|