Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I set the CFrame of one object to that of another?

Asked by 6 years ago

Alright I believe that I am missing something when using CFrames because in a line of code such as this:

ProjHandle:FindFirstChild("Cone").CFrame = ProjHandle.CFrame

I am trying to set the Cone object's CFrame to that of the handle of my projectile, although when I test it, the cone is not at the place it should be http://imgur.com/9wNgILV

Answer this question