Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local car = script.Parent.Parent.Car:Clone()
- 02
- 03 while true do
- 04
- 05 wait(5)
- 06
- 07
- 08 local n = script.Parent.Parent:FindFirstChild("Car") == nil
- 09 if (n or (script.Parent.Position - script.Parent.Parent.Car.VehicleSeat.Position).magnitude > 40) then
- 10 if (n ~= true) then
- 11 script.Parent.Parent.Car.Parent = game.Workspace
- 12 end
- 13 local c = car:Clone()
- 14 c.Parent = script.Parent.Parent
- 15 c:makeJoints()
- 16 end
- 17
- 18 end
Advertisement
Add Comment
Please, Sign In to add comment