Earthquake Simulator - Create Chaos and Confusion!

Earthquake Simulator

This is a small resource that allows you to start a server wide earthquake that affects not only
players but also peds, vehicles and objects!

Showcase Video:

:clipboard: Features

  • Ragdolls players and other peds.
  • Applies force to vehicles and objects on the ground.
  • Server side command and export to trigger an Earthquake.
    • Frequency and force can be customized.
  • Config allows for editing camera shake and ragdoll effects.
  • Uses GlobalState state bag:
    • Synced between players
    • Connecting during earthquake will properly start the earthquake for that player.

:floppy_disk: Download

:question: Support

:open_book: Documentation

Code is accessible Yes
Subscription-based No
Lines (approximately) 250
Requirements Onesync
Support Yes - Discord
27 Likes

Damn, honestly I loved it and I’m really going to use it, what a perfect job, thanks for sharing

1 Like

After trying it, I was impressed, how amazing, thanks for sharing it, I will use it, let’s rock the server 7u7, thx amigo. :call_me_hand:t2: :blush:

2 Likes

earthquake comes automatically after some time or how?

1 Like

Triggered by command or export, see documentation for more :slight_smile:

1 Like

mb you can add timer so we can add time we want to earthquake is coming

2 Likes

That would also be true

SetVehicleAlarm
SetVehicleAlarmTimeLeft

2 Likes

Sounds good, I’ll keep that in mind for the next update :slight_smile: :+1:
Got some other work to do before though

2 Likes

This looks soooo good! :fire: :clap:

1 Like

Finally a good earthquake script that isint too much, love it

2 Likes

hey there is there a way to link it to the server storm if so can i have a little help to do it

You can start/stop it anytime using these exports: Exports (server) | Documentation

-- starting
exports["EarthquakeSimulator"]:StartEarthquake()

-- stopping
exports["EarthquakeSimulator"]:StopEarthquake()