Change the logon account of ServerScriptService to Administrator

Only when certain script functions require administrator permission to execute, change the logon account of ServerScriptService to Administrator. If your script's functions don't necessarily need administrator permission to execute, it's not recommended to change the logon account of ServerScriptService.
To change the logon account of ServerScriptService to Administrator
  1. On the computer on which you plan to run the scripts, click
    Start
    , type
    services
    , and then click
    Services
    .
  2. In
    Services
    , right-click
    ServerScriptService
    , and then click
    Properties
    .
  3. In the
    ServerScriptService Properties
    dialog box, click
    Log On
    .
  4. Select
    This account
    , click
    Browse
    , and then add the
    Administrator
    account.
  5. Click
    OK
    .
  6. Restart the
    ServerScriptService
    service.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal