|
| 15 Jul 2014 12:48 PM |
script.Parent.BodyPosition.Position = script.Parent.Troll
The instance troll is a part. I am going to make the part go to wherever the Instance Troll is but It's not working. I would appreciate any help!!! It says that Troll is not a valid member of Part in the output, I think that's the error.
- You can refer to me as Dominus-Sama |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2014 12:49 PM |
| script.Parent.BodyPosition.position = script.Parent.Troll.Position |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2014 12:51 PM |
| Oh yeah XD forgot to make it the part's position not just the actual part :3 |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2014 12:52 PM |
script.Parent.BodyPosition.Position = script.Parent.Troll.Position
Still not working |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2014 12:58 PM |
| Same error, still broken, HALP MEH! |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2014 01:02 PM |
| The 'p' in position for BodyPositon.position should be lower cased. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2014 01:03 PM |
| -_- he thought i made a mistake |
|
|
| Report Abuse |
|
|
|
| 16 Jul 2014 02:02 AM |
Also make sure the part isn't connected to another part by doing part:BreakJoints().
The part will not move if the Anchored property is set to true, check and make that it is set to false.
Another part could also be blocking the first part from getting to troll.
Also, make sure to read what the other people said. |
|
|
| Report Abuse |
|
|