Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.19 KB | None | 0 0
  1. --local bd = Instance.new("Motor", script.Parent.Parent.Misc.back.SS)
  2. local dd1 = Instance.new("Motor", script.Parent.Parent.Misc.door1.SS)
  3. local dd = Instance.new("Motor", script.Parent.Parent.Misc.door.SS)
  4. --local lg = Instance.new("Motor", script.Parent.Parent.Misc.LeftGate.SS)
  5. --local sb = Instance.new("Motor", script.Parent.Parent.Misc.SteeringBox.SS)
  6. --local rg = Instance.new("Motor", script.Parent.Parent.Misc.RightGate.SS)
  7. local eg = Instance.new("Motor", script.Parent.Parent.Misc.Engine.SS)
  8.  
  9.  
  10.  
  11. --local st = Instance.new("Motor", script.Parent.Parent.Misc.st.SS)
  12. --local sw = Instance.new("Motor", script.Parent.Parent.Misc.SW.SS)
  13. --local hd = Instance.new("Motor", script.Parent.Parent.Misc.hood.SS)
  14.  
  15. dd.MaxVelocity = 0.03
  16. dd.Part0 = script.Parent.DD
  17. dd.Part1 = dd.Parent
  18.  
  19. dd1.MaxVelocity = 0.03
  20. dd1.Part0 = script.Parent.DD1
  21. dd1.Part1 = dd1.Parent
  22.  
  23.  
  24. --lg.MaxVelocity = 0.03
  25. --lg.Part0 = script.Parent.LG
  26. --lg.Part1 = lg.Parent
  27.  
  28.  
  29. --[[
  30. sb.MaxVelocity = 0.03
  31. sb.Part0 = script.Parent.SB
  32. sb.Part1 = sb.Parent
  33. --]]
  34. --rg.MaxVelocity = 0.03
  35. --rg.Part0 = script.Parent.RG
  36. --rg.Part1 = rg.Parent
  37.  
  38.  
  39. eg.MaxVelocity = 0.03
  40. eg.Part0 = script.Parent.EG
  41. eg.Part1 = eg.Parent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement