ash877
|
  |
| Joined: 18 Feb 2008 |
| Total Posts: 5142 |
|
|
| 26 Jan 2014 02:26 PM |
tell.CFrame=CFrame.new(tell.Position.X+0.4,tell.Position.Y-6.753,tell.Position.Z-71.217)
--It does not stay in the position and moves out of place because it can't be inside of another part. |
|
|
| Report Abuse |
|
|
shawnyg
|
  |
| Joined: 21 Apr 2011 |
| Total Posts: 1428 |
|
|
| 26 Jan 2014 02:51 PM |
It's lowercase x y and z.
tell.CFrame=CFrame.new(tell.Position.x+0.4,tell.Position.y-6.753,tell.Position.z-71.217)
http://wiki.roblox.com/index.php/Cframe
~Hope I helped, if you need a script, PM me. ~Glory to CAT!~ ~CAT General Shawnyg~ |
|
|
| Report Abuse |
|
|
ash877
|
  |
| Joined: 18 Feb 2008 |
| Total Posts: 5142 |
|
|
| 26 Jan 2014 04:07 PM |
| i scrapped it XD Apparently alot goes into rotating an object in one position. thanks anyways. |
|
|
| Report Abuse |
|
|
powertool
|
  |
| Joined: 01 Feb 2008 |
| Total Posts: 3771 |
|
|
| 26 Jan 2014 04:16 PM |
tell.CFrame = CFrame.new(tell.Position, Vector3.new(tell.Position.x + 0.4, tell.Position.y + 0.4, tell.Position.z + 0.4) This should rotate the part, but I've been having trouble with this myself. |
|
|
| Report Abuse |
|
|