|
| 16 Aug 2016 12:19 PM |
| how do i fix the problem where i instant a body gyro into a part but doesnt turn it |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2016 12:23 PM |
| Speak to game developing forum they will know better. |
|
|
| Report Abuse |
|
|
ton5040
|
  |
| Joined: 27 Jul 2010 |
| Total Posts: 8345 |
|
|
| 16 Aug 2016 12:23 PM |
did you activated the body gyro
r+://469122496r+://469122614 I make those r+://426958956 |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2016 12:25 PM |
local big = Instance.new("BodyGyro") big.Parent = x big.MaxTorque = Vector3.new(1e11,1e11,1e11) big.D = 500 big.P = 3000 big.cframe = CFrame.Angles(90,90,90)
x is parent this is what i did, did i do it wrong i dont use bodygyro often |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2016 12:28 PM |
| and i tested in studio doesnt work |
|
|
| Report Abuse |
|
|
| |
|