Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. New = function(Object, Parent, Name, Data)
  2. local Object = Instance.new(Object)
  3. for Index, Value in pairs(Data or {}) do
  4. Object[Index] = Value
  5. end
  6. Object.Parent = Parent
  7. Object.Name = Name
  8. return Object
  9. end
  10.  
  11. Model = New("Model",Workspace,"Model",{})
  12. Seat = New("Seat",Model,"Seat",{BrickColor = BrickColor.new("Black"),Transparency = 1,Transparency = 1,Size = Vector3.new(4, 0.0500000007, 2),CFrame = CFrame.new(16.759985, 0.385953784, -12.5335894, 1.00000954, -0, 9.31324795e-10, 0, 1, 0, -9.31324795e-10, 0, 1.00000954),Color = Color3.new(0.105882, 0.164706, 0.207843),})
  13. mot = New("Motor",Seat,"mot",{Part0 = Seat,Part1 = Union,C0 = CFrame.new(0, 0, 0, 1.00000119, 0, 0, 0, 1, 0, 0, 0, 1.00000119),C1 = CFrame.new(0.704046011, 0.0949993134, -2.53136253, 0, -1, 0, -1.00000119, 0, 0, 0, 0, -1.00000119),})
  14. Union = New("UnionOperation",Model,"Union",{BrickColor = BrickColor.new("CGA brown"),Size = Vector3.new(2.18000078, 8.91000175, 8.91000175),CFrame = CFrame.new(16.8549843, 1.08999979, -15.06497, 0, -1.00000715, -9.31322575e-10, -1, 0, 0, 0, 9.31322575e-10, -1.00000715),Color = Color3.new(0.768628, 0.345098, 0),})
  15. Part = New("Part",Model,"Part",{BrickColor = BrickColor.new("Pastel Blue"),Transparency = 0.60000002384186,Transparency = 0.60000002384186,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.5, 8.33018017, 8.25605488),CFrame = CFrame.new(16.8549843, 1.11862588, -15.0649729, 0, -1.00000834, -9.31323685e-10, -1, 0, 0, 0, 9.31323685e-10, -1.00000834),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.501961, 0.733333, 0.858824),})
  16. ParticleEmitter = New("ParticleEmitter",Part,"ParticleEmitter",{Size = NumberSequence.new(0 0.2 0 1 0.2 0 ),Color = Color3.new(0 0.501961 0.733333 0.858824 0 1 0.517647 0.756863 0.886275 0 ),LightEmission = 1,Texture = "rbxasset://textures/particles/smoke_main.dds",Rate = 2090,Speed = NumberRange.new(3 3 ),VelocitySpread = 4,})
  17. mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Union,C0 = CFrame.new(0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1),C1 = CFrame.new(-0.0286260843, 0, 2.86102295e-06, 0, -1, 0, -1.00000119, 0, 0, 0, 0, -1.00000119),})
  18. Seat = New("Seat",Model,"Seat",{BrickColor = BrickColor.new("Black"),Transparency = 1,Transparency = 1,Size = Vector3.new(4, 0.0500000007, 2),CFrame = CFrame.new(16.8276463, 0.385953784, -17.9167404, -0.999925196, 0, 0.0125678713, 0, 1, 0, -0.0125678713, 0, -0.999925196),Color = Color3.new(0.105882, 0.164706, 0.207843),})
  19. mot = New("Motor",Seat,"mot",{Part0 = Seat,Part1 = Union,C0 = CFrame.new(0, 0, 0, -0.999922812, 0, -0.0125678414, 0, 1, 0, 0.0125678414, 0, -0.999922812),C1 = CFrame.new(0.704046011, 0.027338028, 2.85175037, 0, -1, 0, -1.00000119, 0, 0, 0, 0, -1.00000119),})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement