Advertisement
N0ePlox

APYR

Aug 11th, 2019
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 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. Part0 = Instance.new("Part")
  20. Decal1 = Instance.new("Decal")
  21. Decal2 = Instance.new("Decal")
  22. Decal3 = Instance.new("Decal")
  23. Decal4 = Instance.new("Decal")
  24. Decal5 = Instance.new("Decal")
  25. Decal6 = Instance.new("Decal")
  26. Part0.Parent = mas
  27. Part0.CFrame = CFrame.new(27, 92, 46.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  28. Part0.Position = Vector3.new(27, 92, 46.5)
  29. Part0.Size = Vector3.new(72, 78, 69)
  30. Part0.BottomSurface = Enum.SurfaceType.Smooth
  31. Part0.TopSurface = Enum.SurfaceType.Smooth
  32. Decal1.Name = "Images/Yes"
  33. Decal1.Parent = Part0
  34. Decal1.Texture = "http://www.roblox.com/asset/?id=2664831698"
  35. Decal1.Face = Enum.NormalId.Top
  36. Decal2.Name = "Images/Yes"
  37. Decal2.Parent = Part0
  38. Decal2.Texture = "http://www.roblox.com/asset/?id=2664831698"
  39. Decal2.Face = Enum.NormalId.Right
  40. Decal3.Name = "my wife"
  41. Decal3.Parent = Part0
  42. Decal3.Texture = "http://www.roblox.com/asset/?id=337037177"
  43. Decal4.Name = "my wife"
  44. Decal4.Parent = Part0
  45. Decal4.Texture = "http://www.roblox.com/asset/?id=337037177"
  46. Decal4.Face = Enum.NormalId.Left
  47. Decal5.Name = "sonic derp"
  48. Decal5.Parent = Part0
  49. Decal5.Texture = "http://www.roblox.com/asset/?id=142705236"
  50. Decal5.Face = Enum.NormalId.Back
  51. Decal6.Name = "sonic derp"
  52. Decal6.Parent = Part0
  53. Decal6.Texture = "http://www.roblox.com/asset/?id=142705236"
  54. Decal6.Face = Enum.NormalId.Bottom
  55. for i,v in pairs(mas:GetChildren()) do
  56. v.Parent = workspace
  57. pcall(function() v:MakeJoints() end)
  58. end
  59. mas:Destroy()
  60. for i,v in pairs(cors) do
  61. spawn(function()
  62. pcall(v)
  63. end)
  64. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement