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

How to rotate?

Asked by 8 years ago

Hi,

I have this script. It's in a model, which is in a model, which is in another model. For some reason, it only rotates a little bit. I tried it on the same model but not with the others, and it worked fine. Any help?

script.Parent.PrimaryPart = script.Parent.MainHose.LM

while true do
    script.Parent:SetPrimaryPartCFrame(script.Parent.PrimaryPart.CFrame * CFrame.new(0, 0, -0.1) * CFrame.Angles(0.1,0,0))
    wait()
end
0
Do you want the entire main model to rotate or just the model inside the model inside the model? nilVector 812 — 8y
0
Just the model inside a model. AgentL3r 40 — 8y
0
Bump AgentL3r 40 — 8y

Answer this question