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

Tool Rotation? [Free Donuts]

Asked by
Vezious 310 Moderation Voter
8 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
local w1 = Instance.new("Weld")
    w1.Parent = script.Parent.Handle
    w1.Part0 = w1.Parent
    w1.Part1 = script.Parent.Cone -- Change this to your second part's name.
    w1.C1 = CFrame.Angles(0, 180, 0) * CFrame.new(0, 0, 0)

The Cone won't flip. Its always upside down. How to I flip it!?!?!

0
looks like your asking us to fix a free model script lukeb50 631 — 8y
0
Looks can be deceiving. Vezious 310 — 8y
0
CFrame.Angles uses radians and not degrees. 180 degrees = math.pi 1waffle1 2908 — 8y

Answer this question