|
| 09 Apr 2015 07:38 AM |
I have this script inside a Part, and I already have its properties set and all but its position, I've tried "part(which is a variable btw).Position = Vector3.new(script.Parent.Position)"
I'm guessing its wrong... any help? |
|
|
| Report Abuse |
|
|
Ulrond
|
  |
| Joined: 23 Jun 2011 |
| Total Posts: 11962 |
|
| |
|
gerov
|
  |
| Joined: 05 Feb 2011 |
| Total Posts: 5504 |
|
|
| 09 Apr 2015 11:19 AM |
| clonedPart.CFrame = script.Parent.CFrame |
|
|
| Report Abuse |
|
|
iJava
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 29914 |
|
|
| 09 Apr 2015 11:22 AM |
part.CFrame = script.Parent.CFrame
part.Position = script.Parent.Position should work as well
-Widths |
|
|
| Report Abuse |
|
|