Getting Started
⚠️ Version Notice
DeX Version 2 is currently being retested to confirm full functionality. Legacy Version 1 remains available but will no longer receive support. This guide covers Version 2 installation.
📦 Installation Steps
Navigate to Repository
Go to the DeX GitHub repository and open the ServerScriptService folder to access the source code.
View ServerScriptService →Copy DeX-Move Code
Copy all the code inside the DeX-Move file. This contains the core server-side movement validation logic.
-- Copy the entire script contents
Create Script in Roblox Studio
Open Roblox Studio, navigate to ServerScriptService (the green cloud icon), and create a new regular Script. Paste the copied DeX-Move code into this script.
Paste DeX-Move code and save
🔧 How DeX Works
DeX operates by continuously monitoring player movement patterns on the server side. It validates that players are moving at appropriate speeds and traveling realistic distances. When the system detects impossible movement patterns—such as teleportation or speed hacking—it automatically kicks the offending player to maintain game integrity.
🚧 Current Development
- Client-side Detection: Enhanced detection methods currently in development
- Ban System: Permanent ban procedures for repeat offenders (in progress)
- Advanced Analytics: Detailed logging and reporting features
⚠️ Important Disclaimer
DeX has not yet been fully tested against all known exploit methods. Test results will be published once comprehensive testing is complete. This protection system comes with no warranty or 100% certainty of eliminating all exploiters. Always use multiple layers of security in production games.