Hi, I seem to be unsure of what you mean. I want to un-disable the local script (the second script on the post) and I have disabled the local script before the game had started.
Your code works perfectly fine. The issue is that Local scripts can’t run on server-created parts - they only run for player instances (and their descendants).
The solution would be to swap out the LocalScript with a Script and paste your dummy code there.