GetPlayerFromCharacter() Not Working

Today,I just normally launched my game and I found out that all scripts that have GetPlayerFromCharacter() function is broken.

The scripts is in startercharacterscripts

The

GetPlayerFromCharacter()

function returns nil.

I tried doing:

repeat wait()
until GetPlayerFromCharacter(script.Parent)

And still doesn’t work!

What’s happening now? What should I do to solve this issue?

game:GetService("Players"):GetPlayerFromCharacter(theUsersCharacterModel)

The dev forum is currently having issues so I can’t type correctly (Mainly with maintenance).

Docs:
Players:GetPlayerFromCharacter (roblox.com)

What are you trying to do?