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

How to Tween Object CFrame FE?

Asked by 5 years ago

Hello, am trying to redo my FE my old code I had used renderstepped on the server side. But since the patch some time ago I cant use my module. So I wondering if anyone can help me do this.

this is the function before sending it over.

function TweenWeld(Weld, C, T)
    TweenOnjectCFrame(Weld,"C1",( CFrame.new(C[1],C[2],C[3])*CFrame.Angles(         math.rad(C[4]),math.rad(C[5]),math.rad(C[6]) ) ):inverse(),T)
end

This is the module https://pastebin.com/1fV5w4fF

If you can help it would be very appropriated.

0
WAT THE greatneil80 2647 — 5y
0
How Does This Even Work... what is Onject.... Any errors? greatneil80 2647 — 5y
0
The errors are <RenderStepped event can only be used from local scripts> Credit_worthy -2 — 5y
0
It's telling you what to do, just actually read it User#19524 175 — 5y
0
Well am asking how you convert my module to what its asking is what I mean sorry Credit_worthy -2 — 5y

Answer this question