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

Can someone explain to me how this works?

Asked by 10 years ago
    ,RightPos = CFrame.new(-0.75, 0.5, 0.5) * CFrame.Angles(math.rad(-90), 0, 0)
    ,LeftPos = CFrame.new(1, 0.5, 0.5) * CFrame.Angles(math.rad(-90), math.rad(45), 0)
    ,AimPart = Tool.AimPart
    ,AimPartOffset = CFrame.new()
    ,AimGripOffset = Vector3.new(0, 0, 0)
    ,LeftAimPos = CFrame.new(1, 0.5, 0.5) * CFrame.Angles(math.rad(-100), math.rad(45), 0)
0
Please post the full script. It looks to me like it is in a table? l0cky2013 135 — 10y
0
umm.. the full script is 500 lines, cuase im using a gun NinjoOnline 1146 — 10y
1
It's just a bunch of CFrame values l0cky2013 135 — 10y
0
^ Goulstem 8144 — 10y

Answer this question