EnableActiveControlModule - does not exist anymore?

  1. What do you want to achieve?
    I don’t want my game to crash anymore in the live version.

  2. What is the issue?
    In the player control module I have been calling EnableActiveControlModule for a long time now (A year or so) and it has been working but now when I try to call it I get an error:
    Attempt to call a nil value

  3. What solutions have you tried so far?
    Not much as I find it strange it suddenly stopped working after about a year of using it so I didn’t want to fool around with my code so much if it isn’t something I’ve done.
    I have run the game in the Roblox Studio and it still works there.

Has something changed in the live Roblx app, is “EnableActiveControlModule” no longer a supported function? I don’t want to touch my code if this is just a temporary Roblox issue.

I believe this may have started August 1st.

After some research it looks like EnableActiveControlModule has been removed from the player control module.

I am now just using Enable() and it seems to work.