Workspace
ViewportFrame
Spinfunction:
local function spin()
coroutine.wrap(function()
RunService.Heartbeat:Connect(function()
for i = 1, #SpinObjects do
SpinObjects[i].CFrame *= CFrame.Angles(0, math.rad(1), 0)
print(SpinObjects[i])
end
rot += 0.05-- .005
end)
end)()
end
This is a print of the PrimaryPart.CFrame in the ViewportFrame:
They are welded together to the PrimaryPart using NAAP Weld Tool.
For some reason, the studio one spin but the, ViewportFrame doesn’t???