items
Set Event Date

Carnival Rides Rentals Oh, Ky, Indiana for Rent

25503

Carnival Ride Rentals in Ohio, Kentucky & Indiana Rent carnival rides and extreme attractions in Cincinnati, Ohio from A&S Party Rental — perfect for festivals, schools, and corporate events!


Professional delivery to Dayton Ohio and surrounding areas. Please submit a quote or contact us to be sure we service your area.

Carnival Ride Rentals in Ohio

Bring the thrill of the midway to your next event with A&S Party Rental — Ohio’s largest selection of carnival ride rentals!
Whether you’re planning a company picnic, school fair, college event, or city festival, our lineup of safe, professional, and exciting amusement rides will turn your event into an unforgettable experience.

From the moment your guests arrive, they’ll see the sights, hear the laughter, and feel the excitement that only true carnival rides can bring.


🎠 Our Most Popular Carnival Rides

A&S Party Rental offers the widest variety of carnival rides in Ohio, all inspected, licensed, and maintained for safety and performance.
Here are just a few of our most requested options:

  • 🚢 Pirate Ship Ride – A giant swinging adventure that thrills riders of all ages.

  • 🎡 Ferris Wheel Rentals – Bring the classic fairground icon to your event.

  • 🎢 Virtual Reality Roller Coaster – A 360° experience that will blow your guests away.

  • 🎠 Carousel Rentals – Elegant, timeless fun for kids and adults alike.

  • 🎈 Fair Fun Slide – Bright, fast, and perfect for festivals and school events.

  • 🚂 Trackless Train Rentals – A family favorite for large venues and outdoor festivals.

  • 🎯 Rock Climbing Wall & Euro Bungee – Challenge your guests and keep lines buzzing!

  • 🎪 Mechanical Bull – A western-style crowd-pleaser that always draws attention.

We have dozens of carnival rides and mechanical attractions to choose from — including inflatables, obstacle courses, and thrill rides that can handle thousands of guests per hour.


🏆 Why Ohio Chooses A&S Party Rental

For over 20 years, A&S Party Rental has been the trusted partner for Ohio’s biggest events — from major corporate outings to city fairs and university celebrations.

Here’s why event planners love us:

  • Largest Carnival Ride Inventory in Ohio

  • 🧰 Professional Delivery, Setup, and Operation

  • 🧑‍🔧 Licensed, Insured, and Safety-Certified Staff

  • 🕒 On-Time Service Every Time

  • 🎯 Serving Cincinnati, Dayton, and Columbus

We don’t just rent rides — we deliver experiences your guests will talk about long after the event ends.


🎉 Perfect for Any Type of Event

Our carnival rides are ideal for:

  • Corporate Events & Company Picnics

  • School Carnivals & After-Proms

  • Church Festivals & Fundraisers

  • Community Fairs & Parades

  • College Events & Greek Week Celebrations

  • City Festivals and County Fairs

No matter the size of your crowd, A&S Party Rental has the rides, staff, and logistics to make your event a success.


📍 Carnival Ride Rentals Across Ohio

We proudly serve Cincinnati, Dayton, Columbus, Springfield, Beavercreek, Mason, West Chester, Huber Heights, and surrounding areas.

Need carnival rides delivered outside these areas?
Our team travels across all of Ohio, Indiana, and Northern Kentucky for large events.


📞 Book Your Carnival Ride Rentals Today!

Bring the excitement of the fair to your event with A&S Party Rental — Ohio’s #1 source for carnival ride rentals.

📱 Cincinnati: 513-315-9110
📱 Dayton: 937-885-5454
🌐 www.aspartyrental.com

Looking for carnival ride rentals in Ohio, Kentucky, or Indiana? A&S Party Rental brings the excitement of the midway straight to your event! Whether you’re planning a school festival, church picnic, corporate celebration, or community fair, we provide safe, professional, and thrilling carnival rides that guests of all ages will love.

🎡 Our Carnival Ride Selection Includes:

  • Mechanical rides such as the Rock Wall, Euro Bungee, and Giant Fair Slide, Zip Lines
  • Classic attractions like the Ferris Wheel, Swing Rides, and Trackless Train
  • Inflatable rides, obstacle courses, and bounce houses
  • Midway-style games and concessions for a true carnival experience

Why Choose A&S Party Rental?

  • Licensed & insured ride operators for maximum safety
  • Delivery, setup, and staffing across Dayton, Cincinnati, Columbus, Louisville, Lexington, and Indianapolis
  • Carnival packages available for schools, churches, companies & municipalities
  • The largest selection of event rentals in the tri-state area

At A&S Party Rental, we specialize in creating unforgettable events in Ohio, Kentucky, and Indiana with our carnival rides and attractions. Whether you’re hosting 100 guests or 10,000, our team ensures a safe, exciting, and memorable experience for everyone.

📞 Contact us today to book your carnival ride rentals in Ohio, Kentucky, or Indiana and let A&S Party Rental bring the fun to your next event!


Servicing Cincinnati Ohio, Dayton Ohio, Columbus Ohio, Cleveland, Ohio, Lexington Ky, Louisville KY, Indianapolis IN & More.

function CategoryGallery(rental_id, rental_name, images_arr){ var rid = rental_id; var rentalName = rental_name; // Normalize images_arr: it may arrive as a JSON string, an object, or be undefined try { if (typeof images_arr === 'string' && images_arr.length) { images_arr = JSON.parse(images_arr); } } catch (e) { images_arr = {}; } if (!images_arr) images_arr = {}; // Where to append anchors and thumbs var $bigAfter = jQuery('#io_img_big2_' + rid); var $thumbAfter = jQuery('#io_img_thumb1_' + rid); if ($bigAfter.length && $thumbAfter.length) { var relVal = $bigAfter.attr('rel') || 'img_group noopener'; // Helper to validate a URL-like value (non-empty and not literal placeholders) var isValid = function (u) { if (!u) return false; var s = String(u).trim(); if (!s) return false; if (s.indexOf('%%') !== -1) return false; // ignore unreplaced placeholders if (s === '0' || s.toLowerCase() === 'null' || s.toLowerCase() === 'undefined') return false; return true; }; var addedThumbs = 0; // Iterate image map and append missing big anchors and thumbs for (var key in images_arr) { if (!images_arr.hasOwnProperty(key)) continue; var imgObj = images_arr[key] || {}; var href = imgObj["rentalimage_imagelocbig"] || imgObj["imagelocbig"] || imgObj["big"]; var src = imgObj["rentalimage_imageloc"] || imgObj["imageloc"] || imgObj["thumb"]; // Compute index consistent with existing templates var n = parseInt(key, 10); if (isNaN(n)) { // Try to derive from position by incrementing a counter if keys are not numeric n = 1; } // Category templates already include big1, big2, and thumb1; gallery adds 2+ when missing var bigIndex = n + 1; // matches io_cart_shortcode.html pattern var thumbIndex = n + 1; // thumb id series aligns with big series in newer code // Add big anchor if valid and not already present if (isValid(href)) { var bigId = '#io_img_big' + bigIndex + '_' + rid; if (jQuery(bigId).length === 0) { var $a = jQuery('', { rel: relVal, href: href, id: 'io_img_big' + bigIndex + '_' + rid }); $bigAfter.after($a); $bigAfter = $a; // maintain insertion point } } // Add thumbnail if valid and not already present if (isValid(src)) { var thumbId = '#io_img_thumb' + thumbIndex + '_' + rid; if (jQuery(thumbId).length === 0) { var $img = jQuery('', { 'class': 'io_image_thumb skip-lazy', title: rentalName, src: src, alt: rentalName, id: 'io_img_thumb' + thumbIndex + '_' + rid }).on('mouseover', function () { if (typeof updateMainPic === 'function') { updateMainPic(this); } }); $thumbAfter.after($img); $thumbAfter = $img; // maintain insertion point addedThumbs++; } } } // Reveal the thumbnail box if we added any extra thumbnails if (addedThumbs > 0) { jQuery('#io_img_thumb1_' + rid).closest('.io_image_thumbbox').show(); } } } // Function to generate list view content on demand (global scope) generateListViewContent = function() { console.log('[IO List View] Generating list view content dynamically'); jQuery('.io_item2_list').each(function() { var $item = jQuery(this); // Skip if already generated if ($item.find('.io_list_view_content').length > 0) { return; } // Extract rental_id from the item var rentalId = $item.find('.item_rentalid').text().trim(); if (!rentalId) { console.warn('[IO List View] No rental_id found for item, skipping'); return; } // Read data from dynamically named global variables // var description = String(window['data_description_' + rentalId] || "").replace(/[\r\n]+/g, "").trim(); var indoorOutdoor = String(window.io_category_data[rentalId]["indoor_outdoor"] || "").replace(/[\r\n]+/g, "").trim(); var staff = String(window.io_category_data[rentalId]["staff"] || "").replace(/[\r\n]+/g, "").trim(); var electric = String(window.io_category_data[rentalId]["electric"] || "").replace(/[\r\n]+/g, "").trim(); var dimensions = String(window.io_category_data[rentalId]["dimensions"] || "").replace(/[\r\n]+/g, "").trim(); // Helper function to strip HTML tags from text var stripHtml = function(html) { var tmp = document.createElement("DIV"); tmp.innerHTML = html; return (tmp.textContent || tmp.innerText || "").trim(); }; // Helper function to escape HTML to prevent XSS var escapeHtml = function(text) { var map = { '&': '&', '': '>', '"': '"', "'": ''' }; return text.replace(/[&"']/g, function(m) { return map[m]; }); }; // Strip HTML tags from description // description = stripHtml(description); // Build the HTML structure with escaped content var html = '
'; // html += '
' + escapeHtml(description) + '
'; html += '
'; // Setup field - only add if valid if (indoorOutdoor && indoorOutdoor !== '0' && indoorOutdoor.length > 0) { html += '
'; html += 'Setup:'; html += '' + escapeHtml(indoorOutdoor) + ''; html += '
'; } // Operators field - only add if valid var operatorsText = staff ? staff + ' Adult Supervision Required' : ""; if (operatorsText && operatorsText !== '0 Adult Supervision Required' && operatorsText !== 'Adult Supervision Required' && operatorsText !== '0') { html += '
'; html += 'Operators:'; html += '' + escapeHtml(operatorsText) + ''; html += '
'; } // Power field - only add if valid var powerText = electric ? electric + ' Outlets' : ""; if (powerText && powerText !== '0 Outlets' && powerText !== '0.00 Outlets' && powerText !== 'Outlets' && powerText !== '0') { html += '
'; html += 'Power:'; html += '' + escapeHtml(powerText) + ''; html += '
'; } // Size field - only add if valid if (dimensions && dimensions !== '0' && dimensions.length > 0) { html += '
'; html += 'Size:'; html += '' + escapeHtml(dimensions) + ''; html += '
'; } html += '
'; // close io_item_details_labeled html += '
'; // close io_list_view_content // Insert before the buttons container $item.find('.io_buttons_container').before(html); }); } jQuery(document).ready(function($) { jQuery(".io_item2_list").each(function(){ var rentalId = jQuery(this).find('.item_rentalid').text().trim(); if (io_categoryVariantImages == 'on'){ CategoryGallery(rentalId, window.io_category_data[rentalId]['rental_name'], window.io_category_data[rentalId]["images_arr"]); } }); console.log('[IO View Toggle] Document ready, initializing view toggle functionality'); // Check if category_id has a numeric value to identify actual category pages // This must happen before any view state is applied var categoryId = $('.category_id').text().trim(); var hasNumericCategoryId = categoryId && !isNaN(categoryId) && categoryId.length > 0; if (!hasNumericCategoryId) { console.log('[IO View Toggle] No valid numeric category ID found, this is not a category page - skipping initialization'); return; } console.log('[IO View Toggle] Category page detected with categoryId:', categoryId); $('body').addClass('io-has-category-id'); // Show the toggle buttons on category pages $('.io_view_toggle_container').show(); console.log('[IO View Toggle] Toggle buttons displayed for category page'); // Track if view toggle has been initialized var isInitialized = false; // Initialize view toggle functionality function initViewToggle(force) { // Skip if already initialized unless forced if (isInitialized && !force) { console.log('[IO View Toggle] Already initialized, skipping'); return; } console.log('[IO View Toggle] Initializing view toggle functionality'); // Check if toggle buttons exist if ($('.io_view_toggle_btn').length === 0) { console.warn('[IO View Toggle] Toggle buttons not found in DOM'); return; } console.log('[IO View Toggle] Found', $('.io_view_toggle_btn').length, 'toggle buttons'); // Check if category container exists if ($('.io_catdiv2').length === 0) { console.warn('[IO View Toggle] Category container (.io_catdiv2) not found'); return; } console.log('[IO View Toggle] Found', $('.io_catdiv2').length, 'category containers'); // Get saved view preference from localStorage var savedView = localStorage.getItem('io_category_view') || 'tile'; console.log('[IO View Toggle] Retrieved saved view preference:', savedView); // Set initial view $('.io_catdiv2').removeClass('tile-view list-view').addClass(savedView + '-view'); console.log('[IO View Toggle] Applied initial view class:', savedView + '-view'); // Update button states $('.io_view_toggle_btn').removeClass('active'); $('.io_view_toggle_btn[data-view="' + savedView + '"]').addClass('active'); console.log('[IO View Toggle] Updated button states, active button:', savedView); // Generate list view content if initial view is list if (savedView === 'list') { if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available yet'); } } // Log current items count var itemCount = $('.io_item2_list').length; console.log('[IO View Toggle] Found', itemCount, 'items in category'); // Handle toggle button clicks using native JavaScript for better compatibility // Remove any existing event listeners first $('.io_view_toggle_btn').off('click.viewToggle'); // Use native JavaScript addEventListener for more reliable event handling var buttons = document.querySelectorAll('.io_view_toggle_btn'); console.log('[IO View Toggle] Attaching event listeners to', buttons.length, 'buttons using native JS'); buttons.forEach(function(button) { // Remove any existing listener var newButton = button.cloneNode(true); button.parentNode.replaceChild(newButton, button); // Add fresh event listener newButton.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); var view = this.getAttribute('data-view'); console.log('[IO View Toggle] Button clicked (native listener), switching to view:', view); // Generate list view content if switching to list view if (view === 'list') { if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available'); } } // Update button states document.querySelectorAll('.io_view_toggle_btn').forEach(function(btn) { btn.classList.remove('active'); }); this.classList.add('active'); console.log('[IO View Toggle] Updated button active states'); // Update grid view var catdiv = document.querySelector('.io_catdiv2'); if (catdiv) { catdiv.classList.remove('tile-view', 'list-view'); catdiv.classList.add(view + '-view'); console.log('[IO View Toggle] Applied view class:', view + '-view'); } // Save preference localStorage.setItem('io_category_view', view); console.log('[IO View Toggle] Saved view preference to localStorage:', view); // Debug: Log current layout state setTimeout(function() { if (catdiv) { var containerClasses = catdiv.className; var visibleItems = document.querySelectorAll('.io_item2_list:not([style*="display: none"])').length; console.log('[IO View Toggle] Layout updated - Container classes:', containerClasses); console.log('[IO View Toggle] Visible items after view change:', visibleItems); // Check if list view content is properly shown/hidden if (view === 'list') { var visibleListContent = document.querySelectorAll('.io_list_view_content:not([style*="display: none"])').length; console.log('[IO View Toggle] Visible list content elements:', visibleListContent); } } }, 100); }, true); // Use capture phase console.log('[IO View Toggle] Event listener attached to button:', newButton.getAttribute('data-view')); }); console.log('[IO View Toggle] Event handlers attached successfully'); // Mark as initialized isInitialized = true; } // Initialize when page loads console.log('[IO View Toggle] Starting initial setup'); initViewToggle(); // Also initialize after dynamic content loads (if applicable) $(document).on('io_content_loaded', function() { console.log('[IO View Toggle] Dynamic content loaded event detected, reinitializing'); initViewToggle(); }); // Debug: Monitor for DOM changes that might affect our functionality if (typeof MutationObserver !== 'undefined') { var mutationTimeout; var lastItemCount = $('.io_item2_list').length; var observer = new MutationObserver(function(mutations) { // Debounce: clear existing timeout and set a new one clearTimeout(mutationTimeout); mutationTimeout = setTimeout(function() { var currentItemCount = $('.io_item2_list').length; // Only trigger if we have new items that weren't there before if (currentItemCount > lastItemCount) { console.log('[IO View Toggle] New items detected in DOM (' + lastItemCount + ' -> ' + currentItemCount + ')'); lastItemCount = currentItemCount; // If already initialized, just generate list view content for new items if in list view if (isInitialized) { var currentView = localStorage.getItem('io_category_view') || 'tile'; if (currentView === 'list') { console.log('[IO View Toggle] Generating list view content for new items'); if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available'); } } } else { // Not initialized yet, so initialize console.log('[IO View Toggle] Initializing due to new items'); initViewToggle(); } } }, 250); // 250ms debounce }); observer.observe(document.body, { childList: true, subtree: true }); console.log('[IO View Toggle] DOM mutation observer started'); } // Debug: Log window resize events that might affect responsive layout $(window).on('resize.viewToggle', function() { var windowWidth = $(window).width(); var currentView = $('.io_catdiv2').hasClass('list-view') ? 'list' : 'tile'; console.log('[IO View Toggle] Window resized to:', windowWidth, 'px, current view:', currentView); }); console.log('[IO View Toggle] Initialization complete'); });

window.io_category_data = window.io_category_data || {}; window.io_category_data['2534227'] = {"indoor_outdoor":"","staff":"","electric":"110.00","dimensions":"16\u2019x 20\u2019","rental_id":"2534227","rental_name":"Alien Invasion","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222183995\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222534227\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/invasion_1763757681.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/invasion_1763757681_big.jpg\u0022}}"};

Alien Invasion

from $6,500.00

Alien+Invasion

https://www.aspartyrental.com/rentals/carnival-ride-rentals/mobile-roundup-extreme/

2534227

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['437651'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"20x20x20","rental_id":"437651","rental_name":"Climbing Rock Wall","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u002298827\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022437651\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Climbing Rock Wall_890056.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Climbing Rock Wall_890056_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022855741\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022437651\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/0AA1085C-8B0B-4B3E-9143-17E1D84BF0D4_1670276024.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/0AA1085C-8B0B-4B3E-9143-17E1D84BF0D4_1670276024_big.png\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u0022857799\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022437651\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image2_1670440126.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image2_1670440126_big.jpeg\u0022},\u00223\u0022:{\u0022rentalimage_id\u0022:\u00221571225\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022437651\u0022,\u0022rentalimage_order\u0022:\u00223\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Rockwall (2)_1722356226.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Rockwall (2)_1722356226_big.jpg\u0022}}"};

Climbing Rock Wall

from $1,600.00

Climbing+Rock+Wall

https://www.aspartyrental.com/rentals/carnival-ride-rentals/climbing-rock-wall/

437651

Limited

Hidden

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2554873'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"24x30x12","rental_id":"2554873","rental_name":"Extreme Mini Golf Farm","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221682009\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222554873\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/puttputt_1734457863.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/puttputt_1734457863_big.png\u0022}}"};

Extreme Mini Golf Farm

from $850.00

Extreme+Mini+Golf+Farm

https://www.aspartyrental.com/rentals/interactive-inflatable-rentals/extreme-mini-golf-farm/

2554873

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['3096861'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"3096861","rental_name":"FACE 2 FACE ROCK WALL (coming soon!)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222181887\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00223096861\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/rockwallface2face_1763666957.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/rockwallface2face_1763666957_big.jpg\u0022}}"};

FACE 2 FACE ROCK WALL (coming soon!)

from $2,400.00

FACE+2+FACE+ROCK+WALL+%28coming+soon%21%29

https://www.aspartyrental.com/rentals/carnival-ride-rentals/face-2-face-rock-wall/

3096861

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['438149'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"30x30x10","rental_id":"438149","rental_name":"Grand Slammer Mechanical Inflatable","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u002299179\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022438149\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Grand SLammer Transparent copy_469716.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Grand SLammer Transparent copy_469716_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022857621\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022438149\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/grand_slammer_1670434212.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/grand_slammer_1670434212_big.jpg\u0022}}"};

Grand Slammer Mechanical Inflatable

from $1,600.00

Grand+Slammer+Mechanical+Inflatable

https://www.aspartyrental.com/rentals/carnival-ride-rentals/grand-slammer-mechanical-inflatable/

438149

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['438679'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"20\u0027 X 20\u0027 X 10\u0027","rental_id":"438679","rental_name":"Mechanical Bull","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222146583\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022438679\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM_1760718306.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM_1760718306_big.jpg\u0022}}"};

Mechanical Bull

from $1,400.00

Mechanical+Bull

https://www.aspartyrental.com/rentals/carnival-ride-rentals/mechanical-bull-2/

438679

Limited

Hidden

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1058187'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"","rental_id":"1058187","rental_name":"Mechanical Pumpkin","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022209179\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u00221058187\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5596 (1)_1723578944.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5596 (1)_1723578944_big.jpg\u0022}}"};

Mechanical Pumpkin

from $1,400.00

Mechanical+Pumpkin

https://www.aspartyrental.com/rentals/carnival-ride-rentals/mechanical-pumpkin/

1058187

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1702349'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1702349","rental_name":"Mechanical Reindeer Attachment","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022847919\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221702349\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/reindeer_1669648916.jfif\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/reindeer_1669648916_big.jfif\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022857801\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221702349\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image7_1670440153.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image7_1670440153_big.jpeg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u0022865153\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221702349\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Reindeer Inflatable Image_1671134275.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Reindeer Inflatable Image_1671134275_big.jpg\u0022}}"};

Mechanical Reindeer Attachment

from $1,400.00

Mechanical+Reindeer+Attachment

https://www.aspartyrental.com/rentals/carnival-ride-rentals/mechanical-reindeer-attachment/

1702349

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['438681'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"18x18x12","rental_id":"438681","rental_name":"Mechanical Shark Attachment","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u002299647\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022438681\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/mechanical shark_944180925.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/mechanical shark_944180925_big.jpg\u0022}}"};

Mechanical Shark Attachment

from $1,400.00

Mechanical+Shark+Attachment

https://www.aspartyrental.com/rentals/carnival-ride-rentals/mechanical-shark-attachment/

438681

Limited

Hidden

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2534223'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2534223","rental_name":"Razzmatazz Ballistic Swing","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221741191\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222534223\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/500x500 images (3)_1737572383.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/500x500 images (3)_1737572383_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00222135421\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222534223\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/8647242871531209671 (1)_1759762819.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/8647242871531209671 (1)_1759762819_big.jpg\u0022}}"};

Razzmatazz Ballistic Swing

from $5,000.00

Razzmatazz+Ballistic+Swing

https://www.aspartyrental.com/rentals/fall-festival-event-rental/razzmatazz-ballistic-swing/

2534223

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2533197'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"13 x 11 x 10","rental_id":"2533197","rental_name":"Santa Sleigh","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221660079\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222533197\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Santa Sleigh_1731522571.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Santa Sleigh_1731522571_big.png\u0022}}"};

Santa Sleigh

from $750.00

Santa+Sleigh

https://www.aspartyrental.com/rentals/carnival-ride-rentals/santa-sleigh/

2533197

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2910741'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2910741","rental_name":"UltraIce Ice Rink 40x28 ( 4x8 pieces)","images_arr":"{}"};

UltraIce Ice Rink 40×28 ( 4×8 pieces)

from $3,500.00

UltraIce+Ice+Rink+40×28+%28+4×8+pieces%29

https://www.aspartyrental.com/rentals/carnival-ride-rentals/ultraice-ice-rink-40×28-see-lindsey/

2910741

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2780157'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"","rental_id":"2780157","rental_name":"Virtual Reality Roller Coaster Rental","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222078375\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222780157\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Virtual Coaster_1756222594.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Virtual Coaster_1756222594_big.jpg\u0022}}"};

Virtual Reality Roller Coaster Rental

from $1,999.00

Virtual+Reality+Roller+Coaster+Rental

https://www.aspartyrental.com/rentals/fall-festival-event-rental/virtual-reality-rollercoaster-rental/

2780157

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2534225'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"2424","rental_id":"2534225","rental_name":"Wright Kiddie Plane Ride","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221727141\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222534225\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/402650185115927903_1736794421.JPEG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/402650185115927903_1736794421_big.JPEG\u0022}}"};

Wright Kiddie Plane Ride

from $1,800.00

Wright+Kiddie+Plane+Ride

https://www.aspartyrental.com/rentals/fall-festival-event-rental/wright-kiddie-plane-ride/

2534225

Limited

Dropdown

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1725487'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"30 round by 14 high","rental_id":"1725487","rental_name":"Carousel Ride","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221406949\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221725487\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/WEBSITE CAROUSEL_1710869635.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/WEBSITE CAROUSEL_1710869635_big.png\u0022}}"};

Carousel Ride

from $6,000.00

Carousel+Ride

https://www.aspartyrental.com/rentals/carnival-ride-rentals/carousel/

1725487

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1666367'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"100x16x32","rental_id":"1666367","rental_name":"Fun Slide Extreme","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022899077\u0022,\u0022rentalimage_createtime\u0022:\u00221674311019\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221674311019\u0022,\u0022rentalimage_itemid\u0022:\u00221666367\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/FUNSLIDE_1666635846.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/FUNSLIDE_1666635846_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221213205\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221666367\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5705_1698175343.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5705_1698175343_big.JPG\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221571243\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221666367\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Fun Slide 2_1722356592.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Fun Slide 2_1722356592_big.jpg\u0022}}"};

Fun Slide Extreme

from $4,200.00

Fun+Slide+Extreme

https://www.aspartyrental.com/rentals/carnival-ride-rentals/fun-slide-extrem/

1666367

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['836815'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"40x40","rental_id":"836815","rental_name":"Tea Cup Ride","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022827861\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022836815\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_1721_1667566870.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_1721_1667566870_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221213211\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022836815\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5706_1698175845.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5706_1698175845_big.JPG\u0022}}"};

Tea Cup Ride

from $3,600.00

Tea+Cup+Ride

https://www.aspartyrental.com/rentals/carnival-ride-rentals/tea-cup-ride-24-passengers-4-hour-rental/

836815

Limited

Dropdown

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1296635'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"20\u0027Wx28\u0027Lx18\u0027H","rental_id":"1296635","rental_name":"Pirate Ship National Treasure Carnival Ride","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221661115\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221296635\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_6265_1731617058.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_6265_1731617058_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221661117\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221296635\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_6252_1731617058.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_6252_1731617058_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221571169\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221296635\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Pirate Ship Carnival Ride_1722355738.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Pirate Ship Carnival Ride_1722355738_big.jpg\u0022}}"};

Pirate Ship National Treasure Carnival Ride

from $3,800.00

Pirate+Ship+National+Treasure+Carnival+Ride

https://www.aspartyrental.com/rentals/carnival-ride-rentals/pirate-ship/

1296635

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['310000'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"32\u0027 tall 9\u0027 wide 300\u0027 long","rental_id":"310000","rental_name":"Extreme Dual Mobile Zip Line","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222146561\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022310000\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (6)_1760718090.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (6)_1760718090_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00222146563\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022310000\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (3)_1760718090.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (3)_1760718090_big.jpg\u0022}}"};

Extreme Dual Mobile Zip Line

from $5,500.00

Extreme+Dual+Mobile+Zip+Line

https://www.aspartyrental.com/rentals/carnival-ride-rentals/extreme-dual-mobile-zip-line-4-hour-rental/

310000

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1042161'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1042161","rental_name":"American Freedom Trackless Train 16 Pass.","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022205949\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u00221042161\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4954_1698175074.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4954_1698175074_big.JPG\u0022}}"};

American Freedom Trackless Train 16 Pass.

from $1,500.00

American+Freedom+Trackless+Train+16+Pass.

https://www.aspartyrental.com/rentals/carnival-ride-rentals/trackless-train-2/

1042161

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216175'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"216175","rental_name":"Rock Climbing Wall","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022850095\u0022,\u0022rentalimage_createtime\u0022:\u00221669829932\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221669829932\u0022,\u0022rentalimage_itemid\u0022:\u0022216175\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/24 Rockwall_797023775.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/24 Rockwall_797023775_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022857797\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216175\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image2_1670440109.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image2_1670440109_big.jpeg\u0022}}"};

Rock Climbing Wall

from $1,500.00

Rock+Climbing+Wall

https://www.aspartyrental.com/rentals/carnival-ride-rentals/rock-climbing-wall/

216175

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['439357'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"31x15x21","rental_id":"439357","rental_name":"Extreme Trampoline","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222146581\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022439357\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (12) (1)_1760718252.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (12) (1)_1760718252_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022857815\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022439357\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image3_1670440666.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image3_1670440666_big.jpeg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221571197\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022439357\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Trampoline_1722355957.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Trampoline_1722355957_big.jpeg\u0022}}"};

Extreme Trampoline

from $1,600.00

Extreme+Trampoline

https://www.aspartyrental.com/rentals/carnival-ride-rentals/extreme-trampoline/

439357

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['885161'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"25L X 9W X 13T","rental_id":"885161","rental_name":"Axe Throwing Trailer (Min. 4hr Rental)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221132103\u0022,\u0022rentalimage_createtime\u0022:\u00221689870141\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221689870141\u0022,\u0022rentalimage_itemid\u0022:\u0022885161\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/0HJ5xx8E_1668102309.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/0HJ5xx8E_1668102309_big.jpeg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221132105\u0022,\u0022rentalimage_createtime\u0022:\u00221689870141\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221689870141\u0022,\u0022rentalimage_itemid\u0022:\u0022885161\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Mobile-axe-Throwing-game-rental_1668102310.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Mobile-axe-Throwing-game-rental_1668102310_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221132107\u0022,\u0022rentalimage_createtime\u0022:\u00221689870141\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221689870141\u0022,\u0022rentalimage_itemid\u0022:\u0022885161\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image5_1670440695.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image5_1670440695_big.jpeg\u0022}}"};

Axe Throwing Trailer (Min. 4hr Rental)

from $1,800.00

Axe+Throwing+Trailer+%28Min.+4hr+Rental%29

https://www.aspartyrental.com/rentals/carnival-ride-rentals/axe-throwing/

885161

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['592945'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"35 x 29 x 15","rental_id":"592945","rental_name":"Ninja Warrior Run","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221212539\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/aspartyninja_1698087913.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/aspartyninja_1698087913_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221212541\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/aspartyrentalninja_1698087913.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/aspartyrentalninja_1698087913_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221212543\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/ninja_1698087914.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/ninja_1698087914_big.jpg\u0022},\u00223\u0022:{\u0022rentalimage_id\u0022:\u00221571187\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00223\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior_1722355827.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior_1722355827_big.jpg\u0022},\u00224\u0022:{\u0022rentalimage_id\u0022:\u00221571189\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00224\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior 3_1722355827.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior 3_1722355827_big.jpg\u0022},\u00225\u0022:{\u0022rentalimage_id\u0022:\u00221571191\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00225\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior 2_1722355827.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior 2_1722355827_big.jpg\u0022}}"};

Ninja Warrior Run

from $3,750.00

Ninja+Warrior+Run

https://www.aspartyrental.com/rentals/carnival-ride-rentals/ninja-warrior-run/

592945

Limited

Dropdown

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216223'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"35x12x35","rental_id":"216223","rental_name":"Bumper Cars \/ Hard Surface Only\/Max 4 Hour Rental","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022906413\u0022,\u0022rentalimage_createtime\u0022:\u00221674742072\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221674742072\u0022,\u0022rentalimage_itemid\u0022:\u0022216223\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/bumper-cars-02_1667502614.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/bumper-cars-02_1667502614_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221571257\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216223\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Bumper Cars_1722357902.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Bumper Cars_1722357902_big.jpeg\u0022}}"};

Bumper Cars / Hard Surface Only/Max 4 Hour Rental

from $3,200.00

Bumper+Cars+%2F+Hard+Surface+Only%2FMax+4+Hour+Rental

https://www.aspartyrental.com/rentals/carnival-ride-rentals/bumper-cars-hard-surface-only/

216223

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['546715'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"33\u0027 L X 12\u0027 W X 12\u0027 H","rental_id":"546715","rental_name":"Mobile Escape Room (Min. 4hr rental)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222131917\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022546715\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/EscapeRoom_1759433653.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/EscapeRoom_1759433653_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022638363\u0022,\u0022rentalimage_createtime\u0022:\u00221647106929\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221647106929\u0022,\u0022rentalimage_itemid\u0022:\u0022546715\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Escape Room 2_814508.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Escape Room 2_814508_big.jpg\u0022}}"};

Mobile Escape Room (Min. 4hr rental)

from $3,500.00

Mobile+Escape+Room+%28Min.+4hr+rental%29

https://www.aspartyrental.com/rentals/carnival-ride-rentals/mobile-escape-room/

546715

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1401369'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"40\u0027x48\u0027","rental_id":"1401369","rental_name":"Iceless Ice Rink 40x48","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221266303\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221401369\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_1581_1703706078.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_1581_1703706078_big.jpg\u0022}}"};

Iceless Ice Rink 40×48

from $5,500.00

Iceless+Ice+Rink+40×48

https://www.aspartyrental.com/rentals/carnival-ride-rentals/iceless-ice-rink/

1401369

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['658331'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"40\u0027x28\u0027","rental_id":"658331","rental_name":"Iceless Ice Rink 40x28","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022840519\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022658331\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/icesless_1668614446.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/icesless_1668614446_big.jpeg\u0022}}"};

Iceless Ice Rink 40×28

from $3,800.00

Iceless+Ice+Rink+40×28

https://www.aspartyrental.com/rentals/carnival-ride-rentals/iceless-ice-rink-2/

658331

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1669325'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"40x48","rental_id":"1669325","rental_name":"Roller Rink (40x48) Up to 60 skaters","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022822287\u0022,\u0022rentalimage_createtime\u0022:\u00221666895840\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221666895840\u0022,\u0022rentalimage_itemid\u0022:\u00221669325\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/roller rink_1738875000.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/roller rink_1738875000_big.jpeg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221774377\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221669325\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4157_1738875973.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4157_1738875973_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221774379\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221669325\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4155_1738875973.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4155_1738875973_big.jpg\u0022}}"};

Roller Rink (40×48) Up to 60 skaters

from $2,500.00

Roller+Rink+%2840×48%29+Up+to+60+skaters

https://www.aspartyrental.com/rentals/summer-fun-rentals/roller-rink-40×68-up-to-60-skaters/

1669325

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1137109'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1137109","rental_name":"Zero Gravity","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022553501\u0022,\u0022rentalimage_createtime\u0022:\u00221640010486\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221640010486\u0022,\u0022rentalimage_itemid\u0022:\u00221137109\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Zero Gravity_512182225.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Zero Gravity_512182225_big.jpg\u0022}}"};

Zero Gravity

from $19,000.00

Zero+Gravity

https://www.aspartyrental.com/rentals/carnival-ride-rentals/zero-gravity/

1137109

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216415'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"30x10x30","rental_id":"216415","rental_name":"Meltdown \/ Wipeout Game","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022827521\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216415\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Toxic20Meltdown_406997584_big_1667503184.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Toxic20Meltdown_406997584_big_1667503184_big.jpg\u0022}}"};

Meltdown / Wipeout Game

from $0.00

Meltdown+%2F+Wipeout+Game

https://www.aspartyrental.com/rentals/carnival-ride-rentals/meltdown/

216415

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['227707'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"20\u0027 X 20\u0027 X 10\u0027","rental_id":"227707","rental_name":"Mechanical Bull Premium","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221267229\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022227707\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Product-Image-940x450-New-Deluxe-Bull_02-600x287_1703771130.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Product-Image-940x450-New-Deluxe-Bull_02-600x287_1703771130_big.jpg\u0022}}"};

Mechanical Bull Premium

from $0.00

Mechanical+Bull+Premium

https://www.aspartyrental.com/rentals/carnival-ride-rentals/mechanical-bull-premium/

227707

Limited

Dropdown

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216413'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"20\u0027 X 20\u0027 X 10\u0027","rental_id":"216413","rental_name":"Mechanical Bull Base Ride","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221213203\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216413\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4280 (1)_1698175296.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4280 (1)_1698175296_big.JPG\u0022}}"};

Mechanical Bull Base Ride

from $0.00

Mechanical+Bull+Base+Ride

https://www.aspartyrental.com/rentals/carnival-ride-rentals/mechanical-bull/

216413

Limited

Dropdown

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['490563'] = {"indoor_outdoor":"","staff":"","electric":"3.00","dimensions":"30\u0027x30\u0027","rental_id":"490563","rental_name":"Dizzy X (Min. 4hr rental)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022837497\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022490563\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/dizzy-x-inflatable-rental_1668102382.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/dizzy-x-inflatable-rental_1668102382_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022837499\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022490563\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/dizzy-x-inflatable-rentals-2_1668102382.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/dizzy-x-inflatable-rentals-2_1668102382_big.jpg\u0022}}"};

Dizzy X (Min. 4hr rental)

from $1,600.00

Dizzy+X+%28Min.+4hr+rental%29

https://www.aspartyrental.com/rentals/carnival-ride-rentals/dizzy-x-inflatable-4-hour-rental/

490563

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216569'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"4 x 22 x7","rental_id":"216569","rental_name":"Trackless Train w\/ Roofed Carts","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u002253889\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022216569\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Trackless Train NEW_832321.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Trackless Train NEW_832321_big.JPG\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221213201\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216569\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5743_1698174966.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5743_1698174966_big.JPG\u0022}}"};

Trackless Train w/ Roofed Carts

from $1,400.00

Trackless+Train+w%2F+Roofed+Carts

https://www.aspartyrental.com/rentals/carnival-ride-rentals/trackless-train-w-roofed-carts/

216569

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['552869'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"552869","rental_name":"Trackless Train","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022820501\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022552869\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/trackless-train1-600x469_1666792973.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/trackless-train1-600x469_1666792973_big.jpg\u0022}}"};

Trackless Train

from $1,200.00

Trackless+Train

https://www.aspartyrental.com/rentals/carnival-ride-rentals/trackless-train/

552869

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216573'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"20x12x20","rental_id":"216573","rental_name":"Tubs of Fun","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022857795\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216573\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image8_1670440086.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image8_1670440086_big.jpeg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221571195\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216573\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Tubs of Fun (1)_1722355924.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Tubs of Fun (1)_1722355924_big.jpeg\u0022}}"};

Tubs of Fun

from $2,900.00

Tubs+of+Fun

https://www.aspartyrental.com/rentals/summer-fun-rentals/tubs-of-fun/

216573

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2113975'] = {"indoor_outdoor":"","staff":"","electric":"4.00","dimensions":"32x32x22","rental_id":"2113975","rental_name":"Thunder Mountain","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221315477\u0022,\u0022rentalimage_createtime\u0022:\u00221706885599\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221706885599\u0022,\u0022rentalimage_itemid\u0022:\u00222113975\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/inflatablerockwall (1)_1705006255.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/inflatablerockwall (1)_1705006255_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221571211\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222113975\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Thunder Mountain 2_1722356053.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Thunder Mountain 2_1722356053_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221571213\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222113975\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Thunder Mountain_1722356054.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Thunder Mountain_1722356054_big.jpg\u0022}}"};

Thunder Mountain

from $1,800.00

Thunder+Mountain

https://www.aspartyrental.com/rentals/inflatable-rentals-dayton/thunder-mountain/

2113975

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216263'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"18x7x75","rental_id":"216263","rental_name":"Criss Cross Collision Course","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u002253621\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022216263\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/images\/6a4f471d1d4b72e28c06557eb6e8434e.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/images\/6a4f471d1d4b72e28c06557eb6e8434e.jpg\u0022}}"};

Criss Cross Collision Course

from $0.00

Criss+Cross+Collision+Course

https://www.aspartyrental.com/rentals/carnival-ride-rentals/criss-cross-collision-course-4-hour-rental/

216263

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['274014'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"40 x 22 x 12","rental_id":"274014","rental_name":"Big Baller","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022827475\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022274014\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Interactive-Inflatables-Big-Baller_1667502529.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Interactive-Inflatables-Big-Baller_1667502529_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221571223\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022274014\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/The Big Baller_1722356120.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/The Big Baller_1722356120_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00222146579\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022274014\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (10)_1760718194.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (10)_1760718194_big.jpg\u0022}}"};

Big Baller

from $0.00

Big+Baller

https://www.aspartyrental.com/rentals/carnival-ride-rentals/big-baller/

274014

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['600861'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"600861","rental_name":"Petting Zoo Base Price (Plus Animal Cost)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022827523\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022600861\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image_1667503250.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image_1667503250_big.jpg\u0022}}"};

Petting Zoo Base Price (Plus Animal Cost)

from $1,500.00

Petting+Zoo+Base+Price+%28Plus+Animal+Cost%29

https://www.aspartyrental.com/rentals/carnival-ride-rentals/petting-zoo-base-price-plus-animal-cost/

600861

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1006705'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1006705","rental_name":"10 Player Paintless Paintball (4 Hour Rental)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022882791\u0022,\u0022rentalimage_createtime\u0022:\u00221673379092\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221673379092\u0022,\u0022rentalimage_itemid\u0022:\u00221006705\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/paintless-paintball_1666792865.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/paintless-paintball_1666792865_big.jpg\u0022}}"};

10 Player Paintless Paintball (4 Hour Rental)

from $1,400.00

10+Player+Paintless+Paintball+%284+Hour+Rental%29

https://www.aspartyrental.com/rentals/carnival-ride-rentals/10-player-paintless-paintball-4-hour-rental/

1006705

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1296637'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"","rental_id":"1296637","rental_name":"Double Lumber Jack","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022837491\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221296637\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/viking-axe-throwing-rentals_1668102137.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/viking-axe-throwing-rentals_1668102137_big.png\u0022}}"};

Double Lumber Jack

from $800.00

Double+Lumber+Jack

https://www.aspartyrental.com/rentals/carnival-ride-rentals/double-lumber-jack/

1296637

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

 

 

 

 

 

 

Welcome to A&S Party Rental in Dayton, Ohio – where the thrill of unforgettable events comes to life with our sensational carnival ride rentals! Want to take your celebration to the extreme? Create lasting memories with our thrilling extreme attractions! Get ready to embark on an adventure of pure joy, laughter, and excitement that will leave your guests talking for years to come!

Why Choose A&S Party Rental?

Unmatched Variety: Discover a wide array of carnival ride rentals that cater to all ages and preferences. Whether you’re planning a family-friendly festival or an adrenaline-fueled extravaganza, we have the perfect ride for you.

Safety First: Rest easy knowing that safety is our top priority. Our carnival ride rentals are meticulously maintained and operated by trained professionals to ensure a secure and enjoyable experience for everyone.

Wow Factor: Leave a lasting impression on your guests by adding an element of excitement. Our carnival ride rentals are the perfect centerpiece for birthdays, corporate events, festivals, and more.

Convenience: A&S Party Rental takes the hassle out of event planning. Our team handles the setup, operation, and take down of the rides, allowing you to focus on enjoying the festivities.

Plan Your Event with A&S Party Rental At A&S Party Rental, we don’t just provide carnival ride rentals; we create experiences that lift your event to extraordinary heights. Immerse your guests in the joy of carnival magic and let the laughter and cheers resonate throughout your celebration.

 

Don’t miss out on the opportunity to make your event truly memorable. Contact A&S Party Rental in Dayton, Ohio, and let the carnival fun begin! Call us at (937) 885-5454  today!

 

Check out our YouTube Channel, Facebook , Pinterest & TikTok

Want to know what our customers think of us? Check out our reviews here.

Google Reviews  or Facebook Reviews