Skip to content

Add "(Disabled)" to scripts that have IsEnabled set to False - #1159

Open
RizonFTW wants to merge 2 commits into
Polytoria:mainfrom
RizonFTW:feat/disablescriptupdate
Open

Add "(Disabled)" to scripts that have IsEnabled set to False#1159
RizonFTW wants to merge 2 commits into
Polytoria:mainfrom
RizonFTW:feat/disablescriptupdate

Conversation

@RizonFTW

@RizonFTW RizonFTW commented Aug 22, 2026

Copy link
Copy Markdown

Summary

Changes script item on Explorer to "[Script Name] (Disabled)" when the property IsEnabled is set to false

Related issue or discussion

Fixes #1124
Related to #1124

Type of change

  • Bug fix
  • New feature
  • Refactor
  • Tests
  • Build/export/tooling
  • Other

Area affected

  • Client
  • Creator
  • Server
  • Networking / replication
  • Scripting API
  • Scripting runtimes
  • Datamodel
  • UI / UX
  • Build / export
  • Other

Checklist

  • I have read the contributing guidelines
  • Added in-code documentation (where needed)
  • Ran dotnet restore
  • Ran dotnet format
  • Ran dotnet build
  • Ran dotnet test --project Polytoria.Tests/Polytoria.Tests.csproj
  • Tested the changes in a local environment
  • Ensured all commits are signed off

Screenshots / video

If IsEnabled is set to True
image

If IsEnabled is set to False
image

AI/LLM use

Just to help explain parts of an issue I face with it not refreshing the explorer.

Signed-off-by: Rizon <rizon@nodebyte.co.uk>
@RizonFTW
RizonFTW force-pushed the feat/disablescriptupdate branch from 8ed6e2c to 84a5ced Compare August 22, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Dim Script, LocalScript and ModuleScript icons in the explorer if script has IsEnabled = false

1 participant