Major Victory
Results
2
issues of
Major Victory
Running this code from in the Client realm never produces anything in the console when the client presses their jump key. This tells me these events are not being fired....
bug
VeniceEXT
WTF
Place this code in any clientside script for an instant CTD. ```lua Events:Subscribe('Client:UpdateInput', function(delta) local doesntMatter = InputManager:GetMouseLevel(InputDeviceAxes.IDA_Axis2Y) end) ``` ```lua Events:Subscribe('Player:UpdateInput', function(delta) local doesntMatter = InputManager:GetMouseLevel(InputDeviceAxes.IDA_Axis2Y) end) ```
bug
VeniceEXT
silent crash
crash