Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- part = Instance.new("Seat", script)
- part.CFrame = owner.Character.Head.CFrame * CFrame.new(0,7.5,-10)
- part.Anchored = true
- part2 = Instance.new("Part", script)
- part3 = Instance.new("Part", script)
- part4 = Instance.new("Part", script)
- part5 = Instance.new("Part", script)
- part.Size = Vector3.new(5,1,5)
- part2.Size = Vector3.new(5,3,1)
- part3.Size = Vector3.new(5,3,1)
- part4.Size = Vector3.new(1,3,5)
- part5.Size = Vector3.new(1,3,5)
- local weld = Instance.new("Weld", part)
- weld.Part0 = part2
- weld.Part1 = part
- weld.C0 = CFrame.new(0,-2,2)
- local weld2 = Instance.new("Weld", part)
- weld2.Part0 = part3
- weld2.Part1 = part
- weld2.C0 = CFrame.new(0,-2,-2)
- local weld3 = Instance.new("Weld", part)
- weld3.Part0 = part4
- weld3.Part1 = part
- weld3.C0 = CFrame.new(2,-2,0)
- local weld4 = Instance.new("Weld", part)
- weld4.Part0 = part5
- weld4.Part1 = part
- weld4.C0 = CFrame.new(-2,-2,0)
- local density = 0.5
- local friction = 0.1
- local elasticity = 0
- local frictionWeight = 100000000000
- local elasticityWeight = 0
- local physProperties = PhysicalProperties.new(density, friction, elasticity, frictionWeight, elasticityWeight)
- part.CustomPhysicalProperties = physProperties
- owner.Character.Humanoid.AutoJumpEnabled = false
- wait()
- part.Anchored = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement