[FREE] ๐ŸŽƒ FourTwenty Halloween - Trick or Treat System & Pumpkin Hunt with Jumpscares

:jack_o_lantern: FourTwenty Halloween - Trick or Treat & Pumpkin Hunt with Jumpscares

Watch Showcase Video

Introduction

Hey FiveM Community! :wave:

Weโ€™re FourTwenty, and weโ€™re excited to share our first open-source resource with you! This Halloween script adds an immersive trick-or-treat system and pumpkin hunt with jumpscares to your server. Perfect for seasonal events or year-round spooky fun!

Features

:house: Trick or Treat System

  • Visit houses across the map for trick-or-treating (Some preconfigured doors included, easily expandable - community contributions welcome on GitHub!)
  • Unique door-knocking animations and sound effects
  • Player-specific door tracking (once per session)
  • Customizable rewards system
  • Easy to configure locations

:jack_o_lantern: Pumpkin Hunt

  • Find and collect pumpkins throughout the map (Preconfigured pumpkins included, easily expandable - community contributions welcome on GitHub!)
  • Persistent leaderboard system (/pumpkinleader)
  • Stats tracking saved to JSON
  • Automatic pumpkin respawn system
  • Particle effects on collection
  • Progress tracking

:ghost: Jumpscare System

  • Random zombie appearances while collecting pumpkins
  • Dynamic fog effects
  • Multiple scary sound effects
  • Chase sequences
  • Fully configurable in pumpkins.lua (client-side): adjust chance, distance, and duration to your liking

:gift: Reward System

  • Different reward tiers
  • Configurable chances and amounts
  • Support for custom items
  • Easy to extend

Performance

  • Exceptional resource optimization (0.0 ms when inactive)
  • Active resource usage of only 0.02-0.03 ms when near doors or pumpkins
  • Efficient event handling
  • Smart distance checking
  • Configurable update intervals
  • Event batching for network efficiency

Installation

  1. Clone from GitHub or download the latest release
  2. Add to your resources folder
  3. Add ensure fourtwenty_halloween to your server.cfg
  4. Configure the script using config.lua
  5. Restart your server

Configuration

Everything is easily configurable through the config.lua file:

  • Customize spawn locations
  • Adjust reward chances
  • Modify jumpscare parameters
  • Set collection points
  • Edit notification systems

Documentation & Support

  • Detailed documentation available on GitHub
  • Active support through our Discord
  • Regular updates and improvements
  • Open to community suggestions and contributions

Links

Future Plans

This is our first release, and weโ€™re committed to:

  • Regular updates and improvements
  • More seasonal event scripts
  • Job-based scripts
  • Housing systems
  • Community-driven development

Technical Details

Code is accessible	Yes
Subscription-based	No
Lines (approximately)	~600
Requirements	ESX
Support	Yes

Tags

free halloween events opensource esx minigame

Weโ€™re excited to be part of this community and look forward to sharing more resources! Feel free to join our Discord for support or to share your suggestions for future releases. As this is our first release, weโ€™re especially keen to hear your feedback and ideas for improvement!


Made with :jack_o_lantern: by FourTwenty

5 Likes

Over 350+ pumpkins crashes the client. :speak_no_evil:

haha, nice to know!
if you dont mind sharing your config i will test and try to see if we can optimize something :wink:

A wait time between object creation should be enough, or create them by distance only. Cus now all of it being created at the same times, which leads to a crash.