|
| 19 Jul 2015 04:31 AM |
Armor.Middle1.CFrame=CFrame.new(Chest.Position) * CFrame.Angles(Chest.Rotation)
Is OP still talking about roblox? ( ͡° ͜ʖ ͡°) - https://www.youtube.com/watch?v=wst8g5CwSyo |
|
|
| Report Abuse |
|
|
|
| 19 Jul 2015 04:35 AM |
bump
Is OP still talking about roblox? ( ͡° ͜ʖ ͡°) - https://www.youtube.com/watch?v=wst8g5CwSyo |
|
|
| Report Abuse |
|
|
|
| 19 Jul 2015 04:40 AM |
bump2
Is OP still talking about roblox? ( ͡° ͜ʖ ͡°) - https://www.youtube.com/watch?v=wst8g5CwSyo |
|
|
| Report Abuse |
|
|
jasondee1
|
  |
| Joined: 26 Jul 2008 |
| Total Posts: 8002 |
|
|
| 19 Jul 2015 04:42 AM |
Post output please.
Godspeed |
|
|
| Report Abuse |
|
|
| |
|
|
| 19 Jul 2015 04:53 AM |
11:27:13.064 - Players.Player.PlayerGui.ScreenGui.Frame.TextButton.LocalSc:43: bad argument #3 to 'Angles' (number expected, got no value) 11:27:13.065 - Script 'Players.Player.PlayerGui.ScreenGui.Frame.TextButton.LocalSc', Line 43 11:27:13.066 - Stack End
Is OP still talking about roblox? ( ͡° ͜ʖ ͡°) - https://www.youtube.com/watch?v=wst8g5CwSyo |
|
|
| Report Abuse |
|
|
|
| 19 Jul 2015 04:55 AM |
Oh, I see.
Just try this instead:
Armor.Middle1.CFrame = Chest.CFrame |
|
|
| Report Abuse |
|
|
Locard
|
  |
| Joined: 13 Apr 2014 |
| Total Posts: 3516 |
|
|
| 19 Jul 2015 04:55 AM |
If "Chest" is the torso then you could always do
Armor.Middle1.CFrame = Chest.CFrame
It should rotate it accordingly as well, considering CFrame values run on a 12 point matrix with 9 of them being for rotation. |
|
|
| Report Abuse |
|
|
|
| 19 Jul 2015 05:00 AM |
I feel stupid for not thinking about that.
Is OP still talking about roblox? ( ͡° ͜ʖ ͡°) - https://www.youtube.com/watch?v=wst8g5CwSyo |
|
|
| Report Abuse |
|
|