Advertisement
End_Wolf

Untitled

Jun 19th, 2018
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 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. Script2 = Instance.new("Script")
  22. Camera3 = Instance.new("Camera")
  23. Sound4 = Instance.new("Sound")
  24. Part0.Name = "Dancing Bowser"
  25. Part0.Parent = mas
  26. Part0.CFrame = CFrame.new(-15.3099985, 103.744995, -159.884995, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  27. Part0.Orientation = Vector3.new(0, 180, 0)
  28. Part0.Position = Vector3.new(-15.3099985, 103.744995, -159.884995)
  29. Part0.Rotation = Vector3.new(-180, 0, -180)
  30. Part0.Color = Color3.new(0.294118, 0.592157, 0.294118)
  31. Part0.Transparency = 1
  32. Part0.Size = Vector3.new(203.380005, 207.48999, 0.230000019)
  33. Part0.Anchored = true
  34. Part0.BrickColor = BrickColor.new("Bright green")
  35. Part0.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  36. Part0.brickColor = BrickColor.new("Bright green")
  37. Part0.FormFactor = Enum.FormFactor.Custom
  38. Part0.formFactor = Enum.FormFactor.Custom
  39. Decal1.Parent = Part0
  40. Decal1.Texture = "http://www.roblox.com/asset/?id=1092111742"
  41. Script2.Name = "Decal Changer"
  42. Script2.Parent = Decal1
  43. table.insert(cors,sandbox(Script2,function()
  44. --put this script inside the decal you want to change
  45. --to find the decal texture, insert the decal you want on a brick. Look into the brick and click the decal. Scroll Down and it says texture.
  46. --copy the url into the "insert texture here" spot
  47.  
  48. while true do --Loop
  49. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111447"
  50. wait(0.14)
  51. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111742"
  52. wait(0.14)
  53. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112007"
  54. wait(0.14)
  55. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111742"
  56. wait(0.14)
  57. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111447"
  58. wait(0.14)
  59. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112712"
  60. wait(0.14)
  61. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092113091"
  62. wait(0.14)
  63. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112712"
  64. wait(0.14)
  65. end
  66. end))
  67. Camera3.Name = "ThumbnailCamera"
  68. Camera3.Parent = Part0
  69. Camera3.CFrame = CFrame.new(-6.57363367, 2.98247933, 1.54901493, 0.999902487, -0.000219300156, 0.0139627457, -1.45519152e-11, 0.999876678, 0.015704155, -0.0139644677, -0.0157026239, 0.999779224)
  70. Camera3.CoordinateFrame = CFrame.new(-6.57363367, 2.98247933, 1.54901493, 0.999902487, -0.000219300156, 0.0139627457, -1.45519152e-11, 0.999876678, 0.015704155, -0.0139644677, -0.0157026239, 0.999779224)
  71. Camera3.Focus = CFrame.new(-6.60155916, 2.95107102, -0.450543523, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  72. Camera3.focus = CFrame.new(-6.60155916, 2.95107102, -0.450543523, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  73. Sound4.Parent = Part0
  74. Sound4.Looped = true
  75. Sound4.MaxDistance = 8.9999999721255e+35
  76. Sound4.Playing = true
  77. Sound4.SoundId = "rbxassetid://143649847"
  78. Sound4.Volume = 5
  79. for i,v in pairs(mas:GetChildren()) do
  80. v.Parent = workspace
  81. pcall(function() v:MakeJoints() end)
  82. end
  83. mas:Destroy()
  84. for i,v in pairs(cors) do
  85. spawn(function()
  86. pcall(v)
  87. end)
  88. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement