I am a new dev, this is my first game. My server-side scripts have been running perfectly fine up until recently, any new scripts i have created as a child of serverscriptservice do not run at all, no outputs from debugging prints, no errors, nothing. I have checked everything possible, they are enabled, are server scripts rather than locals, have the right run context and are in the right location. What could be causing them to not run? Note: my older scripts are still working fine it’s just newer ones.
#Server scripts not running
1 messages · Page 1 of 1 (latest)
Have u tried debugging it with pint statements and running those scripts in another baseplate?
if it were to work in another baseplate, what would be the cause of it not working in my original one? some kind of bug that disables any new scripts i make?
what could prevent a server script from not loading?
is there like a soft cap to how many scripts can run
no i dont Think so
i FINALLY figured it out, a model i imported had a dodgy script that was messing up my other scripts
XD