From af3e12b1f3ae795586f1e5d4fab4eed3dfa9285e Mon Sep 17 00:00:00 2001 From: Dunbars123 Date: Mon, 9 Mar 2026 21:24:55 +0000 Subject: [PATCH 1/3] Updated with Reader Settings and fixed spelling mistake because Roax tired innit --- docs/dwpnet2/configuration.md | 39 +++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/docs/dwpnet2/configuration.md b/docs/dwpnet2/configuration.md index 221f7622..0eade7b2 100644 --- a/docs/dwpnet2/configuration.md +++ b/docs/dwpnet2/configuration.md @@ -8,6 +8,9 @@ authors: - name: roaxcean link: https://github.com/roaxcean avatar: https://avatars.githubusercontent.com/u/219159259 + - name: Dunbars123 + link: https://github.com/michaeldun123 + avatar: https://avatars.githubusercontent.com/u/42805814 categories: - Whitehill - DWProx @@ -489,7 +492,7 @@ Example: ``` !!!danger Important Note -This is strictly dor demo purposes, and **will allow** anyone to play your doors. +This is strictly for demo purposes, and **will allow** anyone to play your doors. !!! @@ -559,6 +562,38 @@ Example: } ``` +=== + +--- + +## Reader Settings + +### Cards +=== `{ number }` +A table of Access Levels that are whitelisted to use the reader **At Any Time**. + +--- + +Example: +```lua +["Cards"] = {"1", "2", "3", "4", "5", "0"}, +``` + +=== + +### WhitelistEnabled +=== `boolean` + +Whether to enable or disable the reader whitelist. + +--- + +Example: +```lua +["WhitelistEnabled"] = false, +``` + + === --- @@ -566,4 +601,4 @@ Example: !!!success Configuration Complete! Not working? Make sure you followed the syntax, or visit our [FAQ Page](/faq.md) for help, or contact Whitehill Support via our [Discord server](https://discord.whitehill.group/) for further assistance. -!!! \ No newline at end of file +!!! From 7ee10ade3239389a6566b9a68e69df9b37b7ec4f Mon Sep 17 00:00:00 2001 From: Dunbars123 Date: Tue, 10 Mar 2026 19:38:05 +0000 Subject: [PATCH 2/3] DWProx 2 and V3 updated --- docs/dwpnet2/configuration.md | 31 ----------------- docs/dwpnet2/readerconfig.md | 63 +++++++++++++++++++++++++++++++++++ docs/dwpv3/readerconfig.md | 63 +++++++++++++++++++++++++++++++++++ 3 files changed, 126 insertions(+), 31 deletions(-) create mode 100644 docs/dwpnet2/readerconfig.md create mode 100644 docs/dwpv3/readerconfig.md diff --git a/docs/dwpnet2/configuration.md b/docs/dwpnet2/configuration.md index 0eade7b2..37e09429 100644 --- a/docs/dwpnet2/configuration.md +++ b/docs/dwpnet2/configuration.md @@ -566,37 +566,6 @@ Example: --- -## Reader Settings - -### Cards -=== `{ number }` -A table of Access Levels that are whitelisted to use the reader **At Any Time**. - ---- - -Example: -```lua -["Cards"] = {"1", "2", "3", "4", "5", "0"}, -``` - -=== - -### WhitelistEnabled -=== `boolean` - -Whether to enable or disable the reader whitelist. - ---- - -Example: -```lua -["WhitelistEnabled"] = false, -``` - - -=== - ---- !!!success Configuration Complete! diff --git a/docs/dwpnet2/readerconfig.md b/docs/dwpnet2/readerconfig.md new file mode 100644 index 00000000..2a5295ff --- /dev/null +++ b/docs/dwpnet2/readerconfig.md @@ -0,0 +1,63 @@ +--- +icon: tools +label: Reader Configuration +order: 95 +tags: [Configuration] +image: /static/assets/whg_headbanner.png +authors: + - name: Dunbars123 + link: https://github.com/michaeldun123 + avatar: https://avatars.githubusercontent.com/u/42805814 +categories: + - Whitehill + - DWProx + - Net2+ +--- +# Configuring Your Net2+ Readers + +![](/static/assets/banners/whg_net2config.png) + +Welcome to customization heaven. (#3) + +!!!warning +This page assumes the user has basic knowledge of the Roblox scripting language, Luau. +!!! + +--- + +## Reader Settings + +### Cards +=== `{ number }` +A table of Access Levels that are whitelisted to use the reader **At Any Time**. + +--- + +Example: +```lua +["Cards"] = {"1", "2", "3", "4", "5", "0"}, +``` + +=== + +### WhitelistEnabled +=== `boolean` + +Whether to enable or disable the reader whitelist. + +--- + +Example: +```lua +["WhitelistEnabled"] = false, +``` + + +=== + +--- + +!!!success Configuration Complete! + +Not working? Make sure you followed the syntax, or visit our [FAQ Page](/faq.md) for help, or contact Whitehill Support via our [Discord server](https://discord.whitehill.group/) for further assistance. +!!! diff --git a/docs/dwpv3/readerconfig.md b/docs/dwpv3/readerconfig.md new file mode 100644 index 00000000..5c110aab --- /dev/null +++ b/docs/dwpv3/readerconfig.md @@ -0,0 +1,63 @@ +--- +icon: tools +label: Reader Configuration +order: 95 +tags: [Configuration] +image: /static/assets/whg_headbanner.png +authors: + - name: Dunbars123 + link: https://github.com/michaeldun123 + avatar: https://avatars.githubusercontent.com/u/42805814 +categories: + - Whitehill + - DWProx + - Net2+ +--- +# Configuring Your V3 Readers + +![](/static/assets/banners/whg_net2config.png) + +Welcome to customization heaven. (#3) + +!!!warning +This page assumes the user has basic knowledge of the Roblox scripting language, Luau. +!!! + +--- + +## Reader Settings + +### Cards +=== `{ number }` +A table of Access Levels that are whitelisted to use the reader **At Any Time**. + +--- + +Example: +```lua +["Cards"] = {"1", "2", "3", "4", "5", "0"}, +``` + +=== + +### WhitelistEnabled +=== `boolean` + +Whether to enable or disable the reader whitelist. + +--- + +Example: +```lua +["WhitelistEnabled"] = false, +``` + + +=== + +--- + +!!!success Configuration Complete! + +Not working? Make sure you followed the syntax, or visit our [FAQ Page](/faq.md) for help, or contact Whitehill Support via our [Discord server](https://discord.whitehill.group/) for further assistance. +!!! From 378790cc1ade33cbf41f2b14a2678faafe4a80d8 Mon Sep 17 00:00:00 2001 From: Dunbars123 Date: Tue, 10 Mar 2026 20:12:07 +0000 Subject: [PATCH 3/3] Reader config update V3 --- docs/dwpv3/readerconfig.md | 49 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/docs/dwpv3/readerconfig.md b/docs/dwpv3/readerconfig.md index 5c110aab..1133cd94 100644 --- a/docs/dwpv3/readerconfig.md +++ b/docs/dwpv3/readerconfig.md @@ -11,11 +11,11 @@ authors: categories: - Whitehill - DWProx - - Net2+ + - V3 --- # Configuring Your V3 Readers -![](/static/assets/banners/whg_net2config.png) +![](/static/assets/banners/whg_v3config.png) Welcome to customization heaven. (#3) @@ -57,6 +57,51 @@ Example: --- + +## Custom Reader Settings + +!!!warning +These settings apply only to the **Custom Reader**, it will not work on default readers +!!! + +```lua + -- / CUSTOM READER SETTINGS / -- + ["LEDAccept"] = function(Reader) + Reader.LEDG.Transparency = 0 + Reader.LEDS.Transparency = 1 + Reader.LEDR.Transparency = 1 + end, + ["LEDIdle"] = function(Reader) + Reader.LEDG.Transparency = 1 + Reader.LEDS.Transparency = 0 + Reader.LEDR.Transparency = 1 + end, + ["LEDDeny"] = function(Reader) + Reader.LEDG.Transparency = 1 + Reader.LEDS.Transparency = 1 + Reader.LEDR.Transparency = 0 + end, + ["LEDLocked"] = function(Reader) + Reader.LEDG.Transparency = 1 + Reader.LEDS.Transparency = 1 + Reader.LEDR.Transparency = 0 + end, + + ["SoundAccept"] = function(Reader) + Reader.Body.SoundAccept:Play() + end, + ["SoundDeny"] = function(Reader) + Reader.Body.SoundDeny:Play() + end, + + -- / SYSTEM / -- + ["ReaderSpec"] = "CUSTOM" -- DO NOT TOUCH THIS! System Will Break +} +return Settings +``` + +--- + !!!success Configuration Complete! Not working? Make sure you followed the syntax, or visit our [FAQ Page](/faq.md) for help, or contact Whitehill Support via our [Discord server](https://discord.whitehill.group/) for further assistance.