Cframe rotation going crazy on cylinders

adsjdkaskasd im trying to move a player on a cylinder part but trying to set cframe rotation makes it go crazy


is this a roblox engine issue or is it the code im using

workspace.TemplateR6:SetPrimaryPartCFrame((workspace.Part.CFrame+Vector3.new(0,3,0))*CFrame.fromEulerAnglesXYZ(0,0,30))

simple code, i just want it to work properly.

1 Like
workspace.TemplateR6:SetPrimaryPartCFrame((workspace.Part.CFrame+Vector3.new(0,3,0))*workspace.TemplateR6:GetPrimaryPartCFrame().Rotation)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.