4 Likes
If it’s a LocalScript, you’ll need to use WaitForChild("Head")
since instances take time to load on the client
5 Likes
Can you changed the title so when the future dev looking for the problem, they know where to find
3 Likes
ty it worked, but that’s just so dumb, since the script is executed about 20 seconds after the game finishes loading
2 Likes
20 seconds is usually more than enough time for the character’s head to load, so I recommend investigating what’s making it take so long (although, it’s still good practice to use WaitForChild in LocalScripts). Glad I was able to help, though
3 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.