Pink P90 Gel Blaster – Stylish Compact Rifle
pink-p90 gel blater-model
Internal Structure of P90 Gel Blaster
Pink P90 Gel Blaster – Stylish Compact Rifle
Pink P90 Gel Blaster – Stylish Compact Rifle
Pink P90 Gel Blaster – Stylish Compact Rifle
Accessories for P90 gel ball blaster
fcs-p90
p90-V4  gel blaster
Pink P90 Gel Blaster – Stylish Compact Rifle
Pink P90 Gel Blaster – Stylish Compact Rifle
Pink P90 Gel Blaster – Stylish Compact Rifle
Pink P90 Gel Blaster – Stylish Compact Rifle
Pink P90 Gel Blaster – Stylish Compact Rifle
Pink P90 Gel Blaster – Stylish Compact Rifle

Pink P90 Gel Blaster – Stylish Compact Rifle

260 FPS, Authentic FN Herstal Markings, Semi/Full Auto with Mosfet, 14mm CCW Thread, 350-Round Mag
4 sold
$145.98
$198.98
-$53.00
colour-Black
Please select a colour
Type-P90 V4-Nylon SM
Please select a type
Quantity

Pink P90 Features:

  • Sleek Pink Aesthetics: The full pink colour scheme sets this blaster apart, making it a stylish choice for gel blasting enthusiasts.
  • Authentic FN Herstal Markings: Detailed FN Herstal markings and printing add an authentic touch to the blaster’s design.
  • Improved Magazine Terminals: Enjoy upgraded mag terminals that ensure smooth, reliable magazine swaps during intense battles.
  • Versatile Battery Storage: The removable butt stock pad offers convenient battery storage, allowing you to stay in the action longer.
  • Enhanced Charging Handles: The charging handles are upgraded with stronger materials and better springs, ensuring smooth operation.
  • Threaded Outer Barrel: Featuring a 14mm CCW thread, the blaster allows for customization with a variety of barrel attachments.
  • Magazine Perfection: The magazine undergoes a redesign, sporting imitation bullet decals and improved design, closely resembling a real magazine.
  • Advanced Mosfet Technology: Experience the freedom to switch between Semi and Full Auto firing modes, thanks to the built-in Mosfet.
  • Comfortable Rubber-Capped Stock: The blaster features a rubber-capped stock for added comfort during extended battles.
  • Durable Alloy Barrel: Equipped with an alloy barrel, this blaster ensures lasting performance and precision.
  • Customizable Tip: The removable tip allows for further customization to suit your preferences.

Specifications:

  • Brand: Bing Feng
  • Material: Nylon/ABS Externals
  • Fire modes: Safe / Semi / Full Auto
  • Inner barrel size: 7.5mm
  • Inner barrel length: 30cm
  • Battery Source: without
  • Gel Type: 7-8mm
  • Magazine Capacity: 350 Gels108.89
  • Weight: 1500g
  • Size: 50*7*19cm

Performance:

  • Up to 260 Feet Per Second
  • Up to 12 Rounds Per Second
  • Up to 20m Firing Distance

Package Includes:

  • 1x Pink  black BF P90 v4 gel ball blaster
  • 1x Pink Magazine
  • 1x Pink Muzzle
  • 1x Goggle
  • 1x Pack of Gel Balls

 Pink P90 blaster for semi and full auto modes

BingFeng Pink P90 V4 Gel Blaster – Style Meets Performance in Gel Blasting

The BingFeng Pink P90 V4 Gel Blaster is for those who value both style and precision on the gel ball battlefield. This unique blaster, with its iconic pink finish and authentic FN Herstal markings, gives you an edge not just in looks but in performance. With advanced Mosfet technology, you can smoothly switch between semi-auto and full-auto firing modes to suit any battle situation. The upgraded mag terminals and convenient battery storage mean you'll stay in the action longer without fuss. I was impressed by the comfort and handling this blaster offers, from its rubber-capped stock to its lightweight durable alloy barrel. For anyone seeking a top-tier gel blaster that’s as powerful as it is stylish, the BF Pink P90 V4 is a must-have!

How Does the Mosfet Technology in the Pink P90 V4 Improve Your Gel Blasting?

The Mosfet technology in the BingFeng Pink P90 V4 Assault Rifle Gel Gun lets you choose between semi-automatic and full-automatic firing modes, adapting quickly to changing gameplay demands. This technology upgrade allows for more controlled and responsive shooting, enhancing accuracy and speed in each game. It’s an invaluable feature for players looking to level up their gel blaster skills.

Frequently Asked Questions

Q1: What is the maximum firing distance of the BF Pink P90 V4 Gel Blaster?
This blaster has a firing distance of up to 20 meters, providing excellent range for close to mid-range combat.

Q2: How do I maintain the battery for optimal performance?
Fully charge the battery before each game and avoid overcharging to preserve its lifespan and maintain consistent performance.

Q3: Can I customize the BF Pink P90 V4 with additional attachments?
Yes, with its threaded outer barrel (14mm CCW thread), this blaster is compatible with various barrel attachments, allowing you to personalize your setup.

Note: Please fully charge the battery after receiving the gel blaster before using it. Gel blasters are toys only and are NOT weapons or firearms.

WARNING!!

DO NOT AIM AT EYES OR FACE.

USING PRODUCT INAPPROPRIATELY MAY CAUSE INJURY TO EYES WHEN OPERATING

Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.

Collection list

Orbeez Guns

Pistol Gel Blaster

Precision Sniper Rifle-gel blaster

shotgun-gel blaster

Water gun

Orbeez Gun Pistol

AK47 Gel Blaster

HK416D Gel Blaster

Tactical Gel Blaster

M416 Gel Blaster with Drum

Sniper Nerf Blaster

Mini Nerf Blaster

Nerf Blaster Pistol

Pink Orbeez Gun

Pistol Gel Blaster

Gel Blaster Glock

Nerf Blaster Shotgun

Orbeez Gun AK47​

FAQs

Notes for Newcomers

1.The gel balls must be soaked in water for more than 5 hours to make it reach large enough. The most suitable size of gel balls for gel blaster is around 7.15mm-7.2mm. Some gel blasters require higher size of gel balls, if the gel balls you use are too small, it may cause the gun to have a short range or even not be able to fire. Different regions have different water quality, when you use water with more impurities, the soaked gel balls may be on the small side, at this time you can try to use pure water to soak the gel balls, the pure incoming water soaked gel balls will be bigger.

2.Try to strain the water before loading gel balls into the magazines.

3.When connecting the battery to the gel blaster, please be careful to identify the direction of the usb data cable pins, the wrong direction may cause the battery to burn out.

4.Fully charge the battery before using the gel blaster, and be sure to pull the battery out when you're not using it, or it will affect the life of the gel blaster.

5.Distinct from the way real guns are loaded, the gel blaser will have an extra loading port on the magazine. Please use the correct loading port when loading.

6.When you use your gel blaster outdoors, be sure to assemble orang-tip on your gel blaster.

Yes. We take the utmost care with the information that you provide us when placing an order through our online store (or through any other means).

The server that hosts our store encrypts the transmission of all credit card and personal customer information using the Internet-standard SSL (Secure Sockets Layer) protocol.

What is the entire logistics process?

1. From our warehouse to the distribution center

2. Code scanning and distribution by the staff of the distribution center

3. Customs clearance

4. Go to the airport and wait for air transportation

5. Air transportation to the your country

6. Customs Clearance

7. Local courier companies delivers to you (For example, the United States is USPS)

The whole process takes 10-20 days

How do I return a product?

We have a 30-day return policy, which means you have 30 days after receiving your item to request a return.

To be eligible for a return, your item must be in the same condition that you received it, unworn or unused, with tags, and in its original packaging. You’ll also need the receipt or proof of purchase.

To start a return, you can contact us at support@m416gelblasters.com. If your return is accepted, we’ll send you a return shipping address, as well as instructions on how and where to send your package. Items sent back to us without first requesting a return will not be accepted.