Any other roblox services that can run script not from ServerScriptService or Workspace?
Also do not ask why i am asking this question
I believe everything besides ReplicatedStorage, ReplicatedFirst, and ServerStorage can run scripts.
oh yeah right serverstorage i forgot about that.
no i dont i mean imma use it, i mean i forgot to put that in the title.
ReplicatedFirst can only run LocalScript.
ReplicatedStorage will not run any script even if the Disabled property equals to false.
It can’t, you can use RemoteFunction to collect the data that is locally or on the server
wait you mean you cant run script from ServerStorage?
(im not talking about RemoteFunction)
I did say everything besides those.
oh yeah right beside those bruh i cant read. so it is done i guess
Script
s will not run when they are parented to ServerStorage, although ModuleScript
s contained within can be accessed and ran. It is recommended developers use ServerScriptService
to hold Script
s they wish the server to execute.