Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- So there was a pacifico car spawner script released, but dex explorer wouldn't work, so I just made a list of the cars
- I don't own this script!
- The original pacifico car spawner script thread:
- https://v3rmillion.net/showthread.php?tid=510737
- In example to get the Countach Which is from Classic Cars Gamepass
- You'll need to execute this script:
- If you want a car from the Elite car gamepass You'll have to change "Gamepass4" into "Gamepass3" and etc.w
- To make this work you have to be in Car Menu
- Code:
- local remote = Game["ReplicatedStorage"]["Events"]["HandleUI"]
- local args = {
- [1] = "VehicleMenu",
- [2] = "gamepass4",
- [3] = "Countach"
- }
- remote:InvokeServer(unpack(args))
- And heres the car list:
- Quote:
- Cars:
- Honda Ridgeline
- Sokudo Bolt 2017
- Jeep Wrangler Rubicon
- Toyota Prius 2010
- Ford F150
- Commercial Van
- BMW i3
- Toyota Prius C
- Sokudo Renard
- Chevrolet Metro
- Toyota Prius 2017
- Sokudo Yoga 2018
- Toyota Corolla
- Civic DX Coupe
- Scion tC
- Chevrolet Tahoe
- Sokudo Crest 2018
- Honda Odyssey
- Toyota Prius 2007
- Volkswagen Beetle
- Quote:
- EmergencyResponse
- Sokudo Bolt 2017 POLICE
- Ambulance 2018 CLINIC
- Quote:
- Gamepass1
- Chevrolet Tahoe POLICE
- Sokudo Bolt 2017 UNDERCOVER POLICE
- Model 3 Police
- Quote:
- Gamepass2
- Google Self Driving Car
- LM Rally Fighter
- Figaro
- CTS-V
- Elio P5
- Model 3
- Quote:
- Gamepass3
- Gurkha
- Italia
- Tango T600
- Aventador
- Quote:
- Gamepass4
- M3
- Quattro
- Testarossa
- Countach
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement