I have a script that is disabled on startup and when i set Disabled to false it doesn't do anything, i tried putting a print("Test") in the very first line but still wont work. there isn't any errors or anything. The script enabling the other script is a SS and so is the script that I'm trying to get working. This has worked in other games I'm making but sometimes it randomly wont work,
Hello, make sure you make it enabled again from server script.
script.Disabled = false -- if this doesnt work from server script try that: script.Disabled.Value = false -- I dont work with disable statement but one of that should work