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

Is there a way to make a model spin with PrimaryPart?

Asked by 6 years ago

Is there a way to make a model spin with PrimaryPart?

0
try using a weld Leamir 3138 — 6y
0
Weld Constraints are useful I've noticed for this kind of thing. I have yet to have any issues with them. The line you see them create in studio will not show up in the server. Char187 0 — 6y
0
Not work NiniBlackJackQc 1562 — 6y

1 answer

Log in to vote
1
Answered by 6 years ago

Now i answer my owns questions. The response to my question is this script.

while wait() do
    script.Parent:SetPrimaryPartCFrame(script.Parent:GetPrimaryPartCFrame() * CFrame.Angles(0, 0.05, 0))
end
Ad

Answer this question