Advertisement
cat568

Untitled

Mar 8th, 2019
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Model0 = Instance.new("Model")
  20. Part1 = Instance.new("Part")
  21. SpecialMesh2 = Instance.new("SpecialMesh")
  22. ManualWeld3 = Instance.new("ManualWeld")
  23. Part4 = Instance.new("Part")
  24. BlockMesh5 = Instance.new("BlockMesh")
  25. Decal6 = Instance.new("Decal")
  26. Decal7 = Instance.new("Decal")
  27. Model0.Name = "Stop Sign"
  28. Model0.Parent = mas
  29. Part1.Parent = Model0
  30. Part1.CFrame = CFrame.new(399.082611, 285.535278, -33.8470078, 0, -0.38268292, 0.923879743, 0, 0.923879743, 0.38268292, -1, 0, 0)
  31. Part1.Orientation = Vector3.new(-22.5, 90, 0)
  32. Part1.Position = Vector3.new(399.082611, 285.535278, -33.8470078)
  33. Part1.Rotation = Vector3.new(-90, 67.5, 90)
  34. Part1.Size = Vector3.new(68.125, 545, 68.125)
  35. Part1.Anchored = true
  36. Part1.BottomSurface = Enum.SurfaceType.Smooth
  37. Part1.TopSurface = Enum.SurfaceType.Smooth
  38. Part1.FormFactor = Enum.FormFactor.Symmetric
  39. Part1.formFactor = Enum.FormFactor.Symmetric
  40. SpecialMesh2.Parent = Part1
  41. SpecialMesh2.Scale = Vector3.new(0.5, 1.20000005, 0.5)
  42. ManualWeld3.Name = "Part-to-Sign Strong Joint"
  43. ManualWeld3.Parent = Part1
  44. ManualWeld3.C0 = CFrame.new(34.0625, -272.5, -34.0625, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  45. ManualWeld3.C1 = CFrame.new(-34.0625, -442.812531, -34.0625, 1, -2.62090509e-08, -1.78814219e-07, 2.62090651e-08, 1, 2.4138609e-07, 1.78814275e-07, -2.4138609e-07, 1)
  46. ManualWeld3.Part0 = Part1
  47. ManualWeld3.Part1 = Part4
  48. ManualWeld3.part1 = Part4
  49. Part4.Name = "Sign"
  50. Part4.Parent = Model0
  51. Part4.CFrame = CFrame.new(270.96759, 416.813049, -33.8470078, 0, -0.38268292, -0.923879743, 0, 0.923879743, -0.38268292, 1, 0, 0)
  52. Part4.Orientation = Vector3.new(22.5, -90, 0)
  53. Part4.Position = Vector3.new(270.96759, 416.813049, -33.8470078)
  54. Part4.Rotation = Vector3.new(90, -67.5, 90)
  55. Part4.Color = Color3.new(0.960784, 0.803922, 0.188235)
  56. Part4.Transparency = 1
  57. Part4.Size = Vector3.new(204.375, 204.375, 68.125)
  58. Part4.Anchored = true
  59. Part4.BottomSurface = Enum.SurfaceType.Smooth
  60. Part4.BrickColor = BrickColor.new("Bright yellow")
  61. Part4.TopSurface = Enum.SurfaceType.Smooth
  62. Part4.brickColor = BrickColor.new("Bright yellow")
  63. Part4.FormFactor = Enum.FormFactor.Symmetric
  64. Part4.formFactor = Enum.FormFactor.Symmetric
  65. BlockMesh5.Parent = Part4
  66. BlockMesh5.Offset = Vector3.new(0, 0, -0.74000001)
  67. BlockMesh5.Scale = Vector3.new(1.5, 1.5, 0)
  68. Decal6.Parent = Part4
  69. Decal6.Texture = "http://www.roblox.com/asset/?id=116620938"
  70. Decal6.Face = Enum.NormalId.Back
  71. Decal7.Parent = Part4
  72. Decal7.Texture = "http://www.roblox.com/asset/?id=116620941"
  73. for i,v in pairs(mas:GetChildren()) do
  74. v.Parent = workspace
  75. pcall(function() v:MakeJoints() end)
  76. end
  77. mas:Destroy()
  78. for i,v in pairs(cors) do
  79. spawn(function()
  80. pcall(v)
  81. end)
  82. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement