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.