|
| 18 Apr 2013 04:24 PM |
| How would I go about fixing the troll egg so that it looks at you? Like it the egg hunt 2013? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
zars15
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 9999 |
|
|
| 18 Apr 2013 04:41 PM |
| bodyGyro.cframe = CFrame.new(egg.Position,player.Torso.Position) |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2013 08:53 PM |
| A little bit more detailed, please? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
Zomebody
|
  |
| Joined: 01 Jun 2010 |
| Total Posts: 789 |
|
|
| 19 Apr 2013 10:09 AM |
Constructor: CFrame.new(Vector3 position, Vector3 point)
Description Creates CFrame from position, and looking at point.
The first Vector 3 is the position it looks from, and the second is the position it looks at. Copied this literally from the Roblox wiki:
http://wiki.roblox.com/index.php/CFrame
Scroll to the part where it says "Constructors" |
|
|
| Report Abuse |
|
|
| |
|