artucox7

loda

Apr 23rd, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. -- Converted to script using a superior plugin created by a noob named NopeUsername
  2. local functions = {}
  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. local MotherModel = Instance.new("Model")
  18.  
  19. -- DECLARING VARIABLES
  20. local Model0 = Instance.new("Model")
  21. local Part1 = Instance.new("Part")
  22. local SurfaceGui2 = Instance.new("SurfaceGui")
  23. local TextLabel3 = Instance.new("TextLabel")
  24. local Part4 = Instance.new("Part")
  25.  
  26. -- SETTING PROPERTIES
  27.  
  28.  
  29. Part1.TopSurface = Enum.SurfaceType.Smooth
  30. Part1.Color = Color3.new(0.627451, 0.372549, 0.207843)
  31. Part1.CFrame = CFrame.new(1.45999718, 51.5303993, -124.620003, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  32. Part1.BottomSurface = Enum.SurfaceType.Smooth
  33. Part1.Material = Enum.Material.WoodPlanks
  34. Part1.Size = Vector3.new(61.869571685791, 27.479207992554, 3.6761476993561)
  35. Part1.BrickColor = BrickColor.new("Dark orange")
  36. Part1.Position = Vector3.new(1.459997177124, 51.53039932251, -124.62000274658)
  37.  
  38.  
  39. SurfaceGui2.Face = Enum.NormalId.Back
  40. SurfaceGui2.LightInfluence = 1
  41. SurfaceGui2.ClipsDescendants = true
  42. SurfaceGui2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  43.  
  44.  
  45. TextLabel3.TextWrapped = true
  46. TextLabel3.Text = "PREPARE FOR YOUR DESTINY"
  47. TextLabel3.Transparency = 1
  48. TextLabel3.TextTransparency = 0
  49. TextLabel3.TextScaled = true
  50. TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
  51. TextLabel3.TextSize = 14
  52. TextLabel3.Size = UDim2.new(1, 0, 1, 0)
  53. TextLabel3.Text = "PREPARE FOR YOUR DESTNY"
  54. TextLabel3.Font = Enum.Font.SourceSans
  55. TextLabel3.BackgroundTransparency = 1
  56. TextLabel3.TextColor3 = Color3.new(1, 1, 1)
  57.  
  58.  
  59. Part4.TopSurface = Enum.SurfaceType.Smooth
  60. Part4.Color = Color3.new(0.627451, 0.372549, 0.207843)
  61. Part4.CFrame = CFrame.new(0.779908299, 18.9413471, -124.620003, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  62. Part4.BottomSurface = Enum.SurfaceType.Smooth
  63. Part4.Material = Enum.Material.WoodPlanks
  64. Part4.Size = Vector3.new(7.3522953987122, 37.882698059082, 3.6761476993561)
  65. Part4.BrickColor = BrickColor.new("Dark orange")
  66. Part4.Position = Vector3.new(0.77990829944611, 18.941347122192, -124.62000274658)
  67.  
  68.  
  69. -- PARENTING
  70.  
  71. Model0.Parent = MotherModel
  72. Part1.Parent = Model0
  73. SurfaceGui2.Parent = Part1
  74. TextLabel3.Parent = SurfaceGui2
  75. Part4.Parent = Model0
  76.  
  77. for i,v in pairs(functions) do
  78. spawn(function()
  79. pcall(v)
  80. end)
  81. end
  82.  
  83. for i,v in ipairs(MotherModel:GetChildren()) do
  84. v.Parent = workspace
  85. pcall(function() v:MakeJoints() end)
  86. end
  87. MotherModel:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment