Haptic Motors can get stuck if the client hangs

If the .exe process running Roblox is terminated unexpectedly, the gamepad motor will remain in its current state.
Ugly repo:

game:GetService("HapticService"):SetMotor("Gamepad1","Large",1)
while true do end
2 Likes