Get the best deals on Robux and game items with instant delivery to your account. Pay with InstaPay or Vodafone Cash!
Shop Now Support ServerChoose from our selection of gaming items and currencies
Instant delivery to your Roblox account.
Instant delivery to your Roblox account.
Instant delivery to your Roblox account.
Instant delivery to your Roblox account.
View your recent orders and their status
Your order history will appear here once you make a purchase.
We provide the best service for Egyptian gamers
Pay easily with InstaPay or Vodafone Cash. No need for international credit cards.
Receive your items within minutes after payment confirmation. No waiting required.
All transactions are protected with secure verification processes for your safety.
Simple process to purchase from our store
Select the Robux or game items you want from our products list.
Provide your Roblox username and contact information in the order form.
Pay easily using InstaPay or Vodafone Cash through our secure instructions.
We'll verify your payment and deliver your items to your account instantly.
We accept popular Egyptian payment options for your convenience
Order ID | Customer | Product | Price | Payment Method | Date | Status | Actions |
---|
Send a test notification to your Discord server to verify the webhook is working.
These rules control access to your Firestore database. Copy and paste these into your Firebase Console under Firestore > Rules.
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { // Helper function to check if user is authenticated function isAuthenticated() { return request.auth != null; } // Helper function to check if user is admin function isAdmin() { return isAuthenticated() && exists(/databases/$(database)/documents/admins/$(request.auth.token.email)); } // Helper function to check if user owns the document function isOwner(userId) { return isAuthenticated() && request.auth.uid == userId; } // Users collection rules match /users/{userId} { allow read, write: if isOwner(userId) || isAdmin(); allow create: if isAuthenticated(); allow list: if isAdmin(); } // Orders collection rules match /orders/{orderId} { allow create: if isAuthenticated(); allow read: if isOwner(resource.data.userId) || isAdmin(); allow update, delete: if isOwner(resource.data.userId) || isAdmin(); allow list: if isAdmin(); } // Admins collection rules match /admins/{adminEmail} { allow read, write: if isAdmin(); allow list: if isAdmin(); } } }
For these rules to work, you must create an admin document in the Firestore database.
Steps to set up admin access:
After setting up the admin document, the security rules will work correctly.
Are you sure you want to delete this item? This action cannot be undone.
Order ID | Product | Price | Date | Status |
---|