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

Script is ignoring line with CFrames. How can i fix this?

Asked by 3 years ago
Edited 3 years ago

Any ideas how to make CFrames work? Script is ignoring line with CFrame local colSer = game:GetService("CollectionService") local parts = colSer:GetTagged('Locally') for i,v in pairs(parts) do v.Jaws.CFrame = v.Jaws.CFrame * CFrame.Angles(math.rad(2.25), math.rad(0)

0
Use code block, which looks like this ~~~, not ` `. Dovydas1118 1495 — 3y

Answer this question