#Gun aiming system messing up camera

7 messages · Page 1 of 1 (latest)

mossy palm
#

it

#

due

#

to initial

#

xAngle

#

gaming

#
script.Parent.Equipped:Connect(function()
    equipped = true
    
    local _, yRot, xRot = camera.CFrame:toEulerAnglesXYZ()
    xAngle = math.deg(yRot)
    yAngle = math.deg(xRot)

    -- rest of code
end)
mossy palm
#

I want to become a turtle ninja