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?