This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --* idc if you use this in public / private script *-- | |
| --* But if you use *most / all* of my code credit would be nice 💖 *-- | |
| local MaxCars = 20 --Max is a HARD CAP OF 20, only make this number lower! | |
| local function func_7050(string) | |
| local scaleform = RequestScaleformMovie(string) | |
| repeat | |
| Wait(100) | |
| until HasScaleformMovieLoaded(scaleform) | |
| return scaleform |