Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- automatic wait 5 minutes automatic tp and automatic win (12 wins per hour)
- Car3Check = Game:GetService("World").CarCheck3.getCoordinates
- Car2Check = Game:GetService("World").CarCheck2.getCoordinates
- Winner = Game:GetService("World").WinnerPlace.getCoordinates
- Car1Check = Game:GetService("World").CarCheck1.getCoordinates
- Pick = Game:GetService("ReplicatedStorage")Events.EnterCar
- -- pick car and launch script
- wait(1)
- WinnerButton = Game:GetService("World").Buttons.WinnerButton.changeCurrentCoordinates
- PressE = Game:GetService("ReplicatedStorage").Events.PressingE.NearestDisplay
- TPCar = Game:GetService("ReplicatedStorage").CarEvent.changeCurrentCoordinates(rotation = 90)
- TPCar2 = Game:GetService("ReplicatedStorage").CarEvent.changeCurrentCoordinates(rotation = 120)
- TPCar3 = Game:GetService("ReplicatedStorage").CarEvent.changeCurrentCoordinates(rotation = 180)
- TP = cFrame.changeCoordinates
- TPCar.FireServer(Car1Check)
- TP.FireServer(Car1Check)
- Pick()
- wait(35)
- -- fast pick car u have 15 sec
- wait(320)
- TPCar2.FireServer(Car2Check)
- TP.FireServer(Car2Check)
- Pick()
- Wait(30)
- TPCar3.FireServer(Winner)
- TP.FireServer(Winner)
- TP.FireServer(WinnerButton)
- PressE()
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement