Frequently Asked Questions
Find answers to common questions about PandaBlox
General Questions
What is PandaBlox?
PandaBlox is a premier platform for discovering, sharing, and executing Roblox scripts. We provide a safe and user-friendly environment for both script developers and users to connect and share quality scripts.
Is PandaBlox free to use?
Yes! PandaBlox is completely free to use. You can browse, download, and upload scripts without any cost. Some individual scripts may be marked as paid by their authors, but the platform itself is free.
Do I need an account to use PandaBlox?
You can browse and view scripts without an account, but you'll need to register to upload scripts, like scripts, or access certain features. Registration is quick and free.
What does the verified badge mean?
A verified badge (green checkmark) on a script means it has been reviewed and approved by our admin team. Verified scripts are considered safe and functional. A verified badge on a user means they are a trusted contributor to the platform.
Using Scripts
How do I use a script from PandaBlox?
To use a script:
- Find the script you want to use
- Click the "Copy Code" button on the script page
- Open your Roblox executor
- Paste the code into the executor
- Click "Execute" in your executor while in the Roblox game
What is a Roblox executor?
A Roblox executor is a third-party program that allows you to run custom Lua scripts in Roblox games. Popular executors include Synapse X, KRNL, and Fluxus. You'll need an executor to run scripts from PandaBlox.
What does "Universal" mean?
A Universal script works in any Roblox game, not just a specific one. For example, an infinite jump script can typically work in any game, so it would be marked as Universal.
What does "Mobile Support" mean?
Scripts marked with mobile support are compatible with mobile executors and can be used on mobile devices (phones/tablets). Not all scripts work on mobile, so check for this badge if you're a mobile user.
What is a key system?
A key system is an additional verification step some script authors use. You may need to visit a website and complete tasks to get a "key" before the script will work. Scripts with key systems are clearly marked.
Why isn't a script working?
Scripts may not work for several reasons:
- The game may have been updated and the script is outdated
- Your executor may not support the script's features
- The script may be game-specific and you're in the wrong game
- The script may require a key system to be completed first
- The script may be patched by the game developers
Uploading Scripts
How do I upload a script?
To upload a script:
- Make sure you're logged in
- Click "Upload Script" in the navigation menu
- Fill in the title, description, and script code
- Select the target game or choose "Universal"
- Add relevant tags to help users find your script
- Optionally upload a thumbnail image
- Click "Upload Script"
What are the requirements for uploading?
Requirements for uploading scripts:
- You must have a registered account
- Script must be in Lua format
- Maximum file size: 1MB
- You must provide a title and description
- Script must follow our community guidelines
Can I edit my script after uploading?
Yes! You can edit your scripts at any time. Go to your script's page and click the "Edit" button. You can update the code, description, thumbnail, tags, and other settings.
How do I get my script verified?
Scripts are verified by our admin team after review. To increase your chances of verification:
- Ensure your script is well-written and functional
- Provide a clear, detailed description
- Use proper formatting and comments in your code
- Make sure your script doesn't contain malicious code
- Build a good reputation by uploading quality scripts
Can I delete my uploaded scripts?
Yes, you can delete your scripts at any time from your profile page. Click the delete button on the script you want to remove. This action is permanent and cannot be undone.
What should I include in my script description?
A good script description should include:
- What the script does and its main features
- How to use the script (any special instructions)
- Any requirements or dependencies
- Whether it works on mobile
- Any known issues or limitations
- Credits to original authors if applicable
Account & Profile
How do I create an account?
Click "Sign Up" in the navigation menu, fill in your username, email, and password, then click "Create Account". You'll be logged in automatically and can start using all features immediately.
How do I change my password?
Go to your profile page, click "Settings", then navigate to the "Security" tab. Enter your current password and your new password, then click "Update Password".
How do I change my profile picture?
Go to your profile page, click "Settings", then navigate to the "Profile" tab. Click the avatar upload area, select your image, and save your changes.
I forgot my password. What do I do?
Click "Login" then "Forgot Password?" on the login page. Enter your email address and we'll send you instructions to reset your password.
Can I delete my account?
Yes, you can delete your account from the Settings page. Please note that this action is permanent and will delete all your uploaded scripts and data.
API Questions
Does PandaBlox have an API?
Yes! We provide a comprehensive REST API that allows you to programmatically access scripts, games, and other platform data. Visit our API Reference page for full documentation.
How do I get script content via the API?
You can get the complete script content in JSON format using the endpoint:
GET /api/scripts/:slug
This returns all script data including the full Lua code. For just the raw code, use:
GET /api/scripts/:slug/raw
See our API Reference for detailed examples.
Are there rate limits on the API?
Yes, to ensure fair usage, we have the following rate limits:
- General API: 100 requests per 15 minutes
- Search API: 20 requests per minute
- Upload API: 10 requests per hour (authenticated users)
Do I need authentication to use the API?
Most read endpoints (viewing scripts, games, tags) are public and don't require authentication. However, you'll need to authenticate to upload, edit, or delete scripts, and to like scripts. See our Authentication documentation for details.
Safety & Security
Are scripts on PandaBlox safe?
We take safety seriously, but we recommend always being cautious:
- Prefer verified scripts (marked with a green checkmark)
- Read the script description and user comments
- Review the code if you understand Lua
- Never use scripts that ask for your password
- Report suspicious scripts immediately
How do I report a malicious script?
If you find a script that contains malicious code, violates our guidelines, or is dangerous:
- Go to the script's page
- Click the "Report" button
- Select the reason for reporting
- Provide details about the issue
- Submit the report
Can I get banned from Roblox for using scripts?
Yes. Using third-party scripts violates Roblox's Terms of Service and can result in warnings, temporary bans, or permanent account termination. Use scripts at your own risk. We are not responsible for any consequences from using scripts on our platform.
What information does PandaBlox collect?
We collect minimal information necessary to operate the platform:
- Account information (username, email, password hash)
- Uploaded scripts and associated metadata
- Usage statistics (views, downloads, likes)
- IP addresses for security and rate limiting
What happens if my script violates guidelines?
Scripts that violate our community guidelines may be:
- Removed from the platform
- Marked as private/hidden
- Result in warnings to your account
- Result in account suspension for severe violations