|
| 07 Aug 2016 06:46 AM |
(Title)
If i have two blocks, one as a tool, another as a block, and when i activate the tool the second block goes where i click. How would i make the second block 'Look' at the first (the tool). |
|
|
| Report Abuse |
|
|
| 07 Aug 2016 07:27 AM |
SOLVED : Create a new CFrame for second block, * Constructor CFrame.new(Vector3 ThePosition, Vector3 ToLookAt) * My Code CFrame.new(CFrameClickedAt.p, TheToolBlock.CFrame.p)
^^^^ Done! |
|
|
| Report Abuse |
|