Need help? Join our Discord Support Server

Premium Robux & Game Items

Get the best deals on Robux and game items with instant delivery to your account. Pay with InstaPay or Vodafone Cash!

Shop Now Support Server

Our Products

Choose from our selection of gaming items and currencies

Robux
Blox Fruits
Murder Mystery 2
Grow a Garden
Popular

500 Robux

Instant delivery to your Roblox account.

170
WE DO NOT COVER ROBLOX FEES

1,000 Robux

Instant delivery to your Roblox account.

320
WE DO NOT COVER ROBLOX FEES

2,000 Robux

Instant delivery to your Roblox account.

600
WE DO NOT COVER ROBLOX FEES
Best Value

5,000 Robux

Instant delivery to your Roblox account.

1400
WE DO NOT COVER ROBLOX FEES

Order History

View your recent orders and their status

No orders yet

Your order history will appear here once you make a purchase.

User Settings

Profile
Security

Why Choose EgyptGameStore

We provide the best service for Egyptian gamers

💳

Local Payment Methods

Pay easily with InstaPay or Vodafone Cash. No need for international credit cards.

Instant Delivery

Receive your items within minutes after payment confirmation. No waiting required.

🛡️

Secure Transactions

All transactions are protected with secure verification processes for your safety.

How It Works

Simple process to purchase from our store

1

Choose Your Item

Select the Robux or game items you want from our products list.

2

Fill Order Details

Provide your Roblox username and contact information in the order form.

3

Make Payment

Pay easily using InstaPay or Vodafone Cash through our secure instructions.

4

Receive Items

We'll verify your payment and deliver your items to your account instantly.

Accepted Payment Methods

We accept popular Egyptian payment options for your convenience

Vodafone Cash
InstaPay

Admin Panel

Dashboard
Users
Orders
Webhook
Firestore Rules
0
Total Users
0
Total Orders
0
Total Revenue (EGP)
0
Pending Orders

User Accounts

Order Management

Order ID Customer Product Price Payment Method Date Status Actions

Discord Webhook Settings

Webhook not configured

Test Webhook

Send a test notification to your Discord server to verify the webhook is working.

Firestore Security Rules

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();
    }
  }
}

Important Security Note

For these rules to work, you must create an admin document in the Firestore database.

Steps to set up admin access:

  1. Go to your Firebase Console
  2. Navigate to Firestore Database
  3. Create a new collection named "admins"
  4. Add a new document with the ID being the admin's email address
  5. The document can be empty - it just needs to exist

After setting up the admin document, the security rules will work correctly.

×

Order Details

Confirm Deletion

Are you sure you want to delete this item? This action cannot be undone.

×

Order History

Order ID Product Price Date Status
×
×

Forgot Password