I do have all of them enabled.
As I said you have alot of outputs from plugins.
Try to search the output message OR wait 5 or 4 seconds
Tried both. Still, no prints from ANY script.
Try using warn
instead of print
it is easier to spot and if the problem is with the print
function itself, it should be resolved.
Tried Run instead of PlayTest?
I always use run. Didn’t even know there was a playtest button.
Then indeed, my last suggestion is to temporarily disable all your plugins and retry, because there may be third-party influence which messes with the functionality of the output.
What’s the script’s context?
maybe it’s client or localscript or maybe it’s disabled
It’s a normal script. I tried using a ClientScript but then the music doesn’t play.
Try playtesting it.
The button is 3 buttons east of the file tab. (or just press f5)
The script is running from StarterPlayerScripts, the original. It is not running in Player.PlayerScripts. Even changing the runcontext, the server can’t even see that Player.PlayerScripts exists.
Incorrect, the script is in ServerScriptService.
So you moved it?
The script has always been in ServerScriptService, I don’t know what that image is supposed to be but it’s definitely not my script.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.