anopro71
(someone)
January 31, 2026, 9:48pm
1
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
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
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
888Musty888
(Taco_Develops)
January 31, 2026, 11:33pm
2
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
888Musty888
(Taco_Develops)
January 31, 2026, 11:43pm
3
Make a new place, it could be the actual place that is bugging
anopro71
(someone)
January 31, 2026, 11:43pm
4
I tried that , Not working.. and I also made a new place still My scripts aren’t running
888Musty888
(Taco_Develops)
January 31, 2026, 11:45pm
5
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.
anopro71
(someone)
February 1, 2026, 12:17am
6
I tried that and it’s not working …
888Musty888
(Taco_Develops)
February 1, 2026, 12:20am
7
Is your studio up to date, if not that might be the reason.
anopro71
(someone)
February 1, 2026, 12:23am
8
Yes it is Updated . You can take a look if you want
anopro71
(someone)
February 1, 2026, 12:32am
9
I’ll delete Studio and Install it again
888Musty888
(Taco_Develops)
February 1, 2026, 12:35am
10
Hopefully that works, if not lmk
anopro71
(someone)
February 1, 2026, 12:41am
11
it didn’t work Please Help I need to test my scripts
anopro71
(someone)
February 1, 2026, 12:41am
12
it didn’t work … I really don’t know what to do now
Clxzed
(clxzed)
February 1, 2026, 12:42am
13
Be sure to set your scripts team test attribute to true by doing:
script:SetAttribute("TeamTest",true)
that usually works for me
anopro71
(someone)
February 1, 2026, 12:45am
14
I just tried this and It’s not working …
888Musty888
(Taco_Develops)
February 1, 2026, 12:51am
15
Ok, that is actually so weird. I hope you can resolve this issue.
anopro71
(someone)
February 1, 2026, 6:01pm
16
Not working Can Someone from roblox Help Please
anopro71
(someone)
February 1, 2026, 6:11pm
17
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
IcyTides
(IcyTides)
April 9, 2026, 4:02pm
19
Hi Everyone,
This should be fixed as of March 29th. Please try this again and verify that it has been fixed.
1 Like
anopro71
(someone)
April 9, 2026, 9:24pm
20
Hi, It’s working perfectly thank you.