Cr0ws
|
  |
| Joined: 16 Aug 2013 |
| Total Posts: 1545 |
|
|
| 26 Nov 2015 11:52 PM |
| EX: weld.C1 = CFrame.new(x.AttachmentPos) |
|
|
| Report Abuse |
|
|
mycheeze
|
  |
| Joined: 27 Jun 2011 |
| Total Posts: 6748 |
|
|
| 27 Nov 2015 12:00 AM |
local V = Vector3.new(0, 1, 0) print(CFrame.new(V)) |
|
|
| Report Abuse |
|
|
|
| 27 Nov 2015 12:08 AM |
| part.CFrame = CFrame.new(Vector3.new(4,4,4)) |
|
|
| Report Abuse |
|
|
76km
|
  |
| Joined: 14 Aug 2015 |
| Total Posts: 5455 |
|
|
| 27 Nov 2015 12:11 AM |
they return 3 numbers, consecutively dont they?
|
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 27 Nov 2015 12:13 AM |
^ no they don't lol
CFrame.new(Vector3) only works because the roblox C++ program overloads the CFrame constructor |
|
|
| Report Abuse |
|
|