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

Rotation Issue [PLEASE HELP!!!?]

Asked by 8 years ago

Picture: Click Here

Problem Code:

for i=1,d do --i/d is what helps tell the brick where to position itself, as there is 20 points in each section
--Code not important to rotation
local CP=script.Parent.ControlPoints
t.Rotation=CP.p1.Rotation:Lerp(CP.p3.Rotation,i/d)
end

I am thrown off by this glitch and am really confused as to why it is doing this. Any help would be greatly appreciated. :)

0
We can't see all of line 3. I guesst making another variable for 'script.Parent.ControlPoints', so we can see the entire line Shawnyg 4330 — 8y
0
Fixed TealTeam 40 — 8y

Answer this question