In my ServerScriptService, there’s a script that should enable a disabled script but it doesn’t work.
The ServerScriptService script (I shortened it):
local workspacepainting = workspace.Painting:WaitForChild("Script")
workspacepainting.Disabled = false
The code above causes the painting’s script to become enabled, but the painting’s script doesn’t function. And if I enable the painting’s script, it works fine.