My Scripts Aren't Running In Team test

I am making My roblox game with my team and for some reason Scripts Aren’t running at all Here are some images for better understanding
here is a server script called Test and it’s enabled and it’s inside of serverscriptservices
image
Now Inside the script I have this line print(“Test”)


Now I am going to run the game in Team Test Mode inside of roblox studio
image
It did run now I am going to open the output

as you see it’s empty

Here is a video

also It’s not working in roblox

Expected behavior

Fix this problem Please I want my scripts to be running in team test Mode in studio

Team Test runs the last saved/published version of the place.

Save/Publish to Roblox first, then start Team Test again.
Otherwise, the server is running an older version where that script doesn’t exist yet :slight_smile:

Make a new place, it could be the actual place that is bugging

I tried that , Not working.. and I also made a new place still My scripts aren’t running

Check Game Settings > Security > Enable Studio Access to API Services

Cause if it is off, then scripts will not run in Team Test, make sure you restart your studio after and THEN it should be working.

I tried that and it’s not working …

Is your studio up to date, if not that might be the reason.

Yes it is Updated . You can take a look if you want

I’ll delete Studio and Install it again

Hopefully that works, if not lmk

it didn’t work Please Help I need to test my scripts

it didn’t work … I really don’t know what to do now

Be sure to set your scripts team test attribute to true by doing:

script:SetAttribute("TeamTest",true)

that usually works for me

I just tried this and It’s not working …

Ok, that is actually so weird. I hope you can resolve this issue.

Not working Can Someone from roblox Help Please

Client Scripts Are running , Server scripts aren’t running

I was having the same problem but I found a solution by using the in-game output you get from pressing f9, and switching it to the server output. For me, the scripts are able to run but there isn’t an output in the studio output. I’m not sure if it’s the same for you but it looks pretty similar to my problem

Hi Everyone,
This should be fixed as of March 29th. Please try this again and verify that it has been fixed.

1 Like

Hi, It’s working perfectly thank you.