Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Part0 = Instance.new("Part")
- Decal1 = Instance.new("Decal")
- Script2 = Instance.new("Script")
- Camera3 = Instance.new("Camera")
- Sound4 = Instance.new("Sound")
- Part0.Name = "Dancing Bowser"
- Part0.Parent = mas
- Part0.CFrame = CFrame.new(-15.3099985, 103.744995, -159.884995, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- Part0.Orientation = Vector3.new(0, 180, 0)
- Part0.Position = Vector3.new(-15.3099985, 103.744995, -159.884995)
- Part0.Rotation = Vector3.new(-180, 0, -180)
- Part0.Color = Color3.new(0.294118, 0.592157, 0.294118)
- Part0.Transparency = 1
- Part0.Size = Vector3.new(203.380005, 207.48999, 0.230000019)
- Part0.Anchored = true
- Part0.BrickColor = BrickColor.new("Bright green")
- Part0.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- Part0.brickColor = BrickColor.new("Bright green")
- Part0.FormFactor = Enum.FormFactor.Custom
- Part0.formFactor = Enum.FormFactor.Custom
- Decal1.Parent = Part0
- Decal1.Texture = "http://www.roblox.com/asset/?id=1092111742"
- Script2.Name = "Decal Changer"
- Script2.Parent = Decal1
- table.insert(cors,sandbox(Script2,function()
- --put this script inside the decal you want to change
- --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.
- --copy the url into the "insert texture here" spot
- while true do --Loop
- script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111447"
- wait(0.14)
- script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111742"
- wait(0.14)
- script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112007"
- wait(0.14)
- script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111742"
- wait(0.14)
- script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111447"
- wait(0.14)
- script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112712"
- wait(0.14)
- script.Parent.Texture = "http://www.roblox.com/asset/?id=1092113091"
- wait(0.14)
- script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112712"
- wait(0.14)
- end
- end))
- Camera3.Name = "ThumbnailCamera"
- Camera3.Parent = Part0
- 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)
- 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)
- Camera3.Focus = CFrame.new(-6.60155916, 2.95107102, -0.450543523, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Camera3.focus = CFrame.new(-6.60155916, 2.95107102, -0.450543523, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Sound4.Parent = Part0
- Sound4.Looped = true
- Sound4.MaxDistance = 8.9999999721255e+35
- Sound4.Playing = true
- Sound4.SoundId = "rbxassetid://143649847"
- Sound4.Volume = 5
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement