Zach_rookie_editor3

The i dont want this to exist House

Dec 9th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.89 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  2. do
  3. script.Parent = owner.Character
  4. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  5. local function NewFakeEvent()
  6. local Bind = Instance.new("BindableEvent")
  7. local Fake;Fake = {Connections = {},
  8. fakeEvent=true;
  9. Connect=function(self,Func)
  10. Bind.Event:connect(Func)
  11. self.Connections[Bind] = true
  12. return setmetatable({Connected = true},{
  13. __index = function (self,Index)
  14. if Index:lower() == "disconnect" then
  15. return function() Fake.Connections[Bind] = false;self.Connected = false end
  16. end
  17. return Fake[Index]
  18. end;
  19. __tostring = function() return "Connection" end;
  20. })
  21. end}
  22. Fake.connect = Fake.Connect;return Fake;
  23. end
  24. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  25. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  26. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  27. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  28. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  29. local function TriggerEvent(self,Event,...)
  30. local Trigger = Mouse[Event]
  31. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  32. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  33. end
  34. end
  35. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  36. Event.OnServerEvent:Connect(function(FiredBy,Input)
  37. if FiredBy.Name ~= owner.Name then return end
  38. if Input.MouseEvent then
  39. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  40. else
  41. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  42. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  43. for _,Action in pairs(ContextActionService.Actions) do
  44. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  45. end
  46. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  47. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  48. end
  49. end)
  50. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  51. Event.Parent = NLS([[
  52. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  53. local Input = function(Input,gameProcessedEvent)
  54. if gameProcessedEvent then return end
  55. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  56. end
  57. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  58. local Hit,Target
  59. while wait(1/30) do
  60. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  61. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  62. end
  63. end
  64. ]],owner.Character)
  65. end
  66. RealGame = game;game = setmetatable({},{
  67. __index = function (self,Index)
  68. local Sandbox = function (Thing)
  69. if Thing:IsA("Player") then
  70. local RealPlayer = Thing
  71. return setmetatable({},{
  72. __index = function (self,Index)
  73. local Type = type(RealPlayer[Index])
  74. if Type == "function" then
  75. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  76. return function (self)return InternalData["Mouse"] end
  77. end
  78. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  79. end
  80. return RealPlayer[Index]
  81. end;
  82. __tostring = function(self) return RealPlayer.Name end
  83. })
  84. end
  85. end
  86. if RealGame[Index] then
  87. local Type = type(RealGame[Index])
  88. if Type == "function" then
  89. if Index:lower() == "getservice" or Index:lower() == "service" then
  90. return function (self,Service)
  91. local FakeServices = {
  92. ["players"] = function()
  93. return setmetatable({},{
  94. __index = function (self2,Index2)
  95. local RealService = RealGame:GetService(Service)
  96. local Type2 = type(Index2)
  97. if Type2 == "function" then
  98. return function (self,...) return RealService[Index2](RealService,...)end
  99. else
  100. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  101. return RealService[Index2]
  102. end
  103. end;
  104. __tostring = function(self) return RealGame:GetService(Service).Name end
  105. })
  106. end;
  107. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  108. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  109. ["runservice"] = function()
  110. return setmetatable({},{
  111. __index = function(self2,Index2)
  112. local RealService = RealGame:GetService(Service)
  113. local Type2 = type(Index2)
  114. if Type2 == "function" then
  115. return function (self,...) return RealService[Index2](RealService,...) end
  116. else
  117. local RunServices = {
  118. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  119. ["renderstepped"] = function() return RealService["Stepped"] end
  120. }
  121. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  122. return RealService[Index2]
  123. end
  124. end
  125. })
  126. end
  127. }
  128. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  129. return RealGame:GetService(Service)
  130. end
  131. end
  132. return function (self,...) return RealGame[Index](RealGame,...) end
  133. else
  134. if game:GetService(Index) then return game:GetService(Index) end
  135. return RealGame[Index]
  136. end
  137. end
  138. return nil
  139. end
  140. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  141. print(" made by zachrogamehard133447")
  142.  
  143.  
  144. local runDummyScript = function(f,scri)
  145. local oldenv = getfenv(f)
  146. local newenv = setmetatable({}, {
  147. __index = function(_, k)
  148. if k:lower() == 'script' then
  149. return scri
  150. else
  151. return oldenv[k]
  152. end
  153. end
  154. })
  155. setfenv(f, newenv)
  156. ypcall(function() f() end)
  157. end
  158. cors = {}
  159. mas = Instance.new("Model",game:GetService("Lighting"))
  160. mas.Name = "CompiledModel"
  161. o1 = Instance.new("Model")
  162. o2 = Instance.new("Part")
  163. o3 = Instance.new("SpecialMesh")
  164. o4 = Instance.new("ManualWeld")
  165. o5 = Instance.new("Weld")
  166. o6 = Instance.new("Weld")
  167. o7 = Instance.new("Model")
  168. o8 = Instance.new("Part")
  169. o13 = Instance.new("SpecialMesh")
  170. o14 = Instance.new("StringValue")
  171. o15 = Instance.new("Vector3Value")
  172. o16 = Instance.new("Vector3Value")
  173. o17 = Instance.new("Vector3Value")
  174. o18 = Instance.new("Vector3Value")
  175. o19 = Instance.new("Vector3Value")
  176. o20 = Instance.new("Decal")
  177. o21 = Instance.new("Snap")
  178. o22 = Instance.new("Part")
  179. o23 = Instance.new("Part")
  180. o25 = Instance.new("Weld")
  181. o26 = Instance.new("Weld")
  182. o27 = Instance.new("Weld")
  183. o28 = Instance.new("Weld")
  184. o29 = Instance.new("Weld")
  185. o30 = Instance.new("Weld")
  186. o31 = Instance.new("Part")
  187. o32 = Instance.new("Snap")
  188. o33 = Instance.new("Part")
  189. o35 = Instance.new("Weld")
  190. o36 = Instance.new("Weld")
  191. o37 = Instance.new("Weld")
  192. o38 = Instance.new("Weld")
  193. o39 = Instance.new("Weld")
  194. o40 = Instance.new("Weld")
  195. o41 = Instance.new("Part")
  196. o42 = Instance.new("Snap")
  197. o43 = Instance.new("Part")
  198. o44 = Instance.new("Decal")
  199. o53 = Instance.new("Humanoid")
  200. o55 = Instance.new("Part")
  201. o56 = Instance.new("SpecialMesh")
  202. o57 = Instance.new("StringValue")
  203. o59 = Instance.new("Weld")
  204. o61 = Instance.new("Part")
  205. o62 = Instance.new("SpecialMesh")
  206. o64 = Instance.new("Vector3Value")
  207. o65 = Instance.new("Weld")
  208. o67 = Instance.new("BodyColors")
  209. o68 = Instance.new("Shirt")
  210. o69 = Instance.new("ShirtGraphic")
  211. o70 = Instance.new("Pants")
  212. o71 = Instance.new("Model")
  213. o72 = Instance.new("Part")
  214. o73 = Instance.new("Decal")
  215. o74 = Instance.new("Script")
  216. o76 = Instance.new("Weld")
  217. o77 = Instance.new("Part")
  218. o78 = Instance.new("Decal")
  219. o79 = Instance.new("Script")
  220. o81 = Instance.new("Weld")
  221. o82 = Instance.new("Part")
  222. o83 = Instance.new("Decal")
  223. o84 = Instance.new("Script")
  224. o86 = Instance.new("Weld")
  225. o87 = Instance.new("Part")
  226. o88 = Instance.new("Decal")
  227. o89 = Instance.new("Script")
  228. o91 = Instance.new("Part")
  229. o92 = Instance.new("Decal")
  230. o93 = Instance.new("Script")
  231. o95 = Instance.new("Weld")
  232. o96 = Instance.new("Part")
  233. o97 = Instance.new("Decal")
  234. o98 = Instance.new("Script")
  235. o100 = Instance.new("Part")
  236. o101 = Instance.new("Decal")
  237. o102 = Instance.new("Script")
  238. o104 = Instance.new("Weld")
  239. o105 = Instance.new("Part")
  240. o106 = Instance.new("Decal")
  241. o107 = Instance.new("Script")
  242. o109 = Instance.new("Weld")
  243. o110 = Instance.new("Part")
  244. o111 = Instance.new("Decal")
  245. o112 = Instance.new("Script")
  246. o113 = Instance.new("Part")
  247. o115 = Instance.new("Part")
  248. o116 = Instance.new("Decal")
  249. o117 = Instance.new("Script")
  250. o119 = Instance.new("Part")
  251. o120 = Instance.new("Weld")
  252. o121 = Instance.new("Weld")
  253. o122 = Instance.new("Weld")
  254. o123 = Instance.new("Part")
  255. o124 = Instance.new("Weld")
  256. o125 = Instance.new("Weld")
  257. o126 = Instance.new("Weld")
  258. o127 = Instance.new("Weld")
  259. o128 = Instance.new("Weld")
  260. o129 = Instance.new("Part")
  261. o130 = Instance.new("Weld")
  262. o131 = Instance.new("Weld")
  263. o132 = Instance.new("Part")
  264. o133 = Instance.new("Weld")
  265. o134 = Instance.new("Weld")
  266. o135 = Instance.new("Part")
  267. o136 = Instance.new("Weld")
  268. o137 = Instance.new("Weld")
  269. o138 = Instance.new("Part")
  270. o139 = Instance.new("Weld")
  271. o140 = Instance.new("Weld")
  272. o141 = Instance.new("Weld")
  273. o142 = Instance.new("Part")
  274. o143 = Instance.new("Weld")
  275. o144 = Instance.new("Weld")
  276. o145 = Instance.new("Weld")
  277. o146 = Instance.new("Weld")
  278. o147 = Instance.new("Weld")
  279. o148 = Instance.new("Weld")
  280. o149 = Instance.new("Part")
  281. o150 = Instance.new("Decal")
  282. o151 = Instance.new("Script")
  283. o153 = Instance.new("Weld")
  284. o154 = Instance.new("Part")
  285. o155 = Instance.new("Decal")
  286. o156 = Instance.new("Script")
  287. o158 = Instance.new("Weld")
  288. o159 = Instance.new("Part")
  289. o160 = Instance.new("Decal")
  290. o161 = Instance.new("Script")
  291. o163 = Instance.new("Weld")
  292. o164 = Instance.new("Part")
  293. o165 = Instance.new("Decal")
  294. o166 = Instance.new("Script")
  295. o168 = Instance.new("Weld")
  296. o169 = Instance.new("Part")
  297. o170 = Instance.new("Decal")
  298. o171 = Instance.new("Script")
  299. o173 = Instance.new("Weld")
  300. o174 = Instance.new("Weld")
  301. o175 = Instance.new("Model")
  302. o176 = Instance.new("Part")
  303. o177 = Instance.new("Decal")
  304. o178 = Instance.new("Script")
  305. o179 = Instance.new("Weld")
  306. o180 = Instance.new("Part")
  307. o181 = Instance.new("Decal")
  308. o182 = Instance.new("Script")
  309. o183 = Instance.new("Weld")
  310. o185 = Instance.new("Model")
  311. o186 = Instance.new("Part")
  312. o187 = Instance.new("ManualWeld")
  313. o188 = Instance.new("ManualWeld")
  314. o189 = Instance.new("Weld")
  315. o190 = Instance.new("Part")
  316. o191 = Instance.new("ManualWeld")
  317. o192 = Instance.new("Part")
  318. o193 = Instance.new("SurfaceGui")
  319. o194 = Instance.new("TextLabel")
  320. o1.Parent = mas
  321. o2.Name = "Dumpster"
  322. o2.Parent = o1
  323. o2.BrickColor = BrickColor.new("Bright green")
  324. o2.Position = Vector3.new(-83.8000031, 3.50000024, -33.2000008)
  325. o2.Rotation = Vector3.new(0, 90, 0)
  326. o2.Anchored = true
  327. o2.FormFactor = Enum.FormFactor.Custom
  328. o2.Size = Vector3.new(8.39999962, 7.00000048, 5.59999943)
  329. o2.CFrame = CFrame.new(-83.8000031, 3.50000024, -33.2000008, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, 0)
  330. o2.Color = Color3.new(0.294118, 0.592157, 0.294118)
  331. o2.Position = Vector3.new(-83.8000031, 3.50000024, -33.2000008)
  332. o3.Parent = o2
  333. o3.MeshId = "http://www.roblox.com/asset/?id=93054682"
  334. o3.TextureId = "http://www.roblox.com/asset/?id=93054830"
  335. o3.MeshType = Enum.MeshType.FileMesh
  336. o4.Name = "Dumpster-to-Trashcan Strong Joint"
  337. o4.Parent = o2
  338. o4.C0 = CFrame.new(-4.19999981, -3.50000024, -2.79999971, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  339. o4.C1 = CFrame.new(-1.5, -2.20000029, 2.5, -4.37113883e-08, 0, 1, 0, 1, 0, -1, 0, 0)
  340. o4.Part0 = o2
  341. o5.Parent = o2
  342. o5.C0 = CFrame.new(-0.5, -6.5, -22.5, -0, 0, -1, 0, 1, 0, 1, 0, -0)
  343. o5.C1 = CFrame.new(35.7999954, -3.50000024, 2.80000305, -1, 0, 4.37113883e-08, 0, 1, 0, 0, 0, -1)
  344. o5.Part0 = o129
  345. o5.Part1 = o2
  346. o6.Parent = o2
  347. o6.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  348. o6.C1 = CFrame.new(-289.199982, -3.50000024, -172.199997, 4.37113883e-08, -1, 0, 0, 0, 1, -1, 0, 0)
  349. o6.Part1 = o2
  350. o7.Name = "jeenzaza131"
  351. o7.Parent = o1
  352. o7.PrimaryPart = o22
  353. o8.Name = "Head"
  354. o8.Parent = o7
  355. o8.BrickColor = BrickColor.new("Light orange")
  356. o8.Position = Vector3.new(-83.9906998, 7.50000763, -33.0093002)
  357. o8.Rotation = Vector3.new(0, 90, 0)
  358. o8.Anchored = true
  359. o8.FormFactor = Enum.FormFactor.Symmetric
  360. o8.Size = Vector3.new(2, 1, 1)
  361. o8.CFrame = CFrame.new(-83.9906998, 7.50000763, -33.0093002, -8.74227268e-08, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999999464, -4.86387706e-15, 8.74227766e-08)
  362. o8.TopSurface = Enum.SurfaceType.Smooth
  363. o8.Color = Color3.new(0.917647, 0.721569, 0.572549)
  364. o8.Position = Vector3.new(-83.9906998, 7.50000763, -33.0093002)
  365. o13.Parent = o8
  366. o13.MeshId = "http://www.roblox.com/asset/?id=83001675"
  367. o13.Scale = Vector3.new(1.25, 1.25, 1.25)
  368. o13.MeshType = Enum.MeshType.FileMesh
  369. o14.Name = "AvatarPartScaleType"
  370. o14.Parent = o13
  371. o14.Value = "Classic"
  372. o15.Name = "FaceCenterAttachment"
  373. o15.Parent = o13
  374. o16.Name = "FaceFrontAttachment"
  375. o16.Parent = o13
  376. o16.Value = Vector3.new(0, 0, -0.589999974)
  377. o17.Name = "HairAttachment"
  378. o17.Parent = o13
  379. o17.Value = Vector3.new(0, 0.589999974, -0)
  380. o18.Name = "HatAttachment"
  381. o18.Parent = o13
  382. o18.Value = Vector3.new(0, 0.589999974, -0)
  383. o19.Name = "NeckRigAttachment"
  384. o19.Parent = o13
  385. o19.Value = Vector3.new(0, -0.490999997, -0)
  386. o20.Name = "face"
  387. o20.Parent = o8
  388. o20.Texture = "http://www.roblox.com/asset/?id=20418518"
  389. o21.Parent = o8
  390. o21.C0 = CFrame.new(0, -0.5, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  391. o21.C1 = CFrame.new(0, 1, 0, 0.999998331, -8.74226771e-08, -4.86387155e-15, 4.86387452e-15, -1.06303412e-22, -1, -8.74227268e-08, 1, 1.06303412e-22)
  392. o21.Part0 = o8
  393. o21.Part1 = o43
  394. o22.Name = "HumanoidRootPart"
  395. o22.Parent = o7
  396. o22.Transparency = 1
  397. o22.Position = Vector3.new(-83.9906998, 6.00000763, -33.0093002)
  398. o22.Rotation = Vector3.new(0, 90, 0)
  399. o22.Anchored = true
  400. o22.CanCollide = false
  401. o22.FormFactor = Enum.FormFactor.Symmetric
  402. o22.Size = Vector3.new(2, 2, 1)
  403. o22.CFrame = CFrame.new(-83.9906998, 6.00000763, -33.0093002, 0, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.99999994, 0, 0)
  404. o22.BottomSurface = Enum.SurfaceType.Smooth
  405. o22.TopSurface = Enum.SurfaceType.Smooth
  406. o22.Position = Vector3.new(-83.9906998, 6.00000763, -33.0093002)
  407. o23.Name = "Left Arm"
  408. o23.Parent = o7
  409. o23.BrickColor = BrickColor.new("Light orange")
  410. o23.Position = Vector3.new(-83.9906998, 6.00000763, -31.509304)
  411. o23.Rotation = Vector3.new(0, 90, 0)
  412. o23.Anchored = true
  413. o23.CanCollide = false
  414. o23.FormFactor = Enum.FormFactor.Symmetric
  415. o23.Size = Vector3.new(1, 2, 1)
  416. o23.CFrame = CFrame.new(-83.9906998, 6.00000763, -31.509304, -2.62267378e-07, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999994934, -1.45916096e-14, 2.62267946e-07)
  417. o23.Color = Color3.new(0.917647, 0.721569, 0.572549)
  418. o23.Position = Vector3.new(-83.9906998, 6.00000763, -31.509304)
  419. o25.Parent = o23
  420. o25.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  421. o25.C1 = CFrame.new(-1, 0, 0, 8.74226771e-08, 4.86387155e-15, 0.999997139, 1.06303412e-22, 1, 4.86386901e-15, -1, -1.06303412e-22, -8.74226274e-08)
  422. o25.Part0 = o23
  423. o25.Part1 = o43
  424. o26.Parent = o23
  425. o26.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  426. o26.C1 = CFrame.new(-1, 0, 0, -0, 0, 0.999999881, 0, 1, 0, -1, 0, 0)
  427. o26.Part0 = o23
  428. o26.Part1 = o43
  429. o27.Parent = o23
  430. o27.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  431. o27.C1 = CFrame.new(-1, 0, 0, -0, 0, 0.999999762, 0, 1, 0, -1, 0, 0)
  432. o27.Part0 = o23
  433. o27.Part1 = o43
  434. o28.Parent = o23
  435. o28.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  436. o28.C1 = CFrame.new(-1, 0, 0, -0, 0, 0.999999642, 0, 1, 0, -1, 0, 0)
  437. o28.Part0 = o23
  438. o28.Part1 = o43
  439. o29.Parent = o23
  440. o29.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  441. o29.C1 = CFrame.new(-1, 0, 0, -0, 0, 0.999999404, 0, 1, 0, -1, 0, 0)
  442. o29.Part0 = o23
  443. o29.Part1 = o43
  444. o30.Parent = o23
  445. o30.C0 = CFrame.new(0.5, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  446. o30.C1 = CFrame.new(-1, 0, 0, -0, 0, 0.999999523, 0, 1, 0, -1, 0, 0)
  447. o30.Part0 = o23
  448. o30.Part1 = o43
  449. o31.Name = "Left Leg"
  450. o31.Parent = o7
  451. o31.BrickColor = BrickColor.new("Light orange")
  452. o31.Position = Vector3.new(-83.9906998, 4.00000858, -32.5093002)
  453. o31.Rotation = Vector3.new(0, 90, 0)
  454. o31.Anchored = true
  455. o31.CanCollide = false
  456. o31.FormFactor = Enum.FormFactor.Symmetric
  457. o31.Size = Vector3.new(1, 2, 1)
  458. o31.CFrame = CFrame.new(-83.9906998, 4.00000858, -32.5093002, -2.62267378e-07, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999994934, -1.45916096e-14, 2.62267946e-07)
  459. o31.BottomSurface = Enum.SurfaceType.Smooth
  460. o31.Color = Color3.new(0.917647, 0.721569, 0.572549)
  461. o31.Position = Vector3.new(-83.9906998, 4.00000858, -32.5093002)
  462. o32.Parent = o31
  463. o32.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  464. o32.C1 = CFrame.new(-0.5, -1, 0, -0.999997139, -8.74226771e-08, 4.86387155e-15, -4.86386901e-15, -1.06303412e-22, 1, 8.74226274e-08, 1, -1.06303412e-22)
  465. o32.Part0 = o31
  466. o32.Part1 = o43
  467. o33.Name = "Right Arm"
  468. o33.Parent = o7
  469. o33.BrickColor = BrickColor.new("Light orange")
  470. o33.Position = Vector3.new(-83.9906998, 6.00000763, -34.5092964)
  471. o33.Rotation = Vector3.new(0, 90, 0)
  472. o33.Anchored = true
  473. o33.CanCollide = false
  474. o33.FormFactor = Enum.FormFactor.Symmetric
  475. o33.Size = Vector3.new(1, 2, 1)
  476. o33.CFrame = CFrame.new(-83.9906998, 6.00000763, -34.5092964, -2.62267378e-07, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999994934, -1.45916096e-14, 2.62267946e-07)
  477. o33.Color = Color3.new(0.917647, 0.721569, 0.572549)
  478. o33.Position = Vector3.new(-83.9906998, 6.00000763, -34.5092964)
  479. o35.Parent = o33
  480. o35.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  481. o35.C1 = CFrame.new(1, 0, 0, -8.74226771e-08, 4.86387155e-15, -0.999997139, -1.06303412e-22, 1, -4.86386901e-15, 1, -1.06303412e-22, 8.74226274e-08)
  482. o35.Part0 = o33
  483. o35.Part1 = o43
  484. o36.Parent = o33
  485. o36.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  486. o36.C1 = CFrame.new(1, 0, 0, 0, 0, -0.999999762, 0, 1, 0, 1, 0, 0)
  487. o36.Part0 = o33
  488. o36.Part1 = o43
  489. o37.Parent = o33
  490. o37.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  491. o37.C1 = CFrame.new(1, 0, 0, 0, 0, -0.999999404, 0, 1, 0, 1, 0, 0)
  492. o37.Part0 = o33
  493. o37.Part1 = o43
  494. o38.Parent = o33
  495. o38.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  496. o38.C1 = CFrame.new(1, 0, 0, 0, 0, -0.999999523, 0, 1, 0, 1, 0, 0)
  497. o38.Part0 = o33
  498. o38.Part1 = o43
  499. o39.Parent = o33
  500. o39.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  501. o39.C1 = CFrame.new(1, 0, 0, 0, 0, -0.999999642, 0, 1, 0, 1, 0, 0)
  502. o39.Part0 = o33
  503. o39.Part1 = o43
  504. o40.Parent = o33
  505. o40.C0 = CFrame.new(-0.5, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  506. o40.C1 = CFrame.new(1, 0, 0, 0, 0, -0.999999881, 0, 1, 0, 1, 0, 0)
  507. o40.Part0 = o33
  508. o40.Part1 = o43
  509. o41.Name = "Right Leg"
  510. o41.Parent = o7
  511. o41.BrickColor = BrickColor.new("Light orange")
  512. o41.Position = Vector3.new(-83.9906998, 4.00000858, -33.5093002)
  513. o41.Rotation = Vector3.new(0, 90, 0)
  514. o41.Anchored = true
  515. o41.CanCollide = false
  516. o41.FormFactor = Enum.FormFactor.Symmetric
  517. o41.Size = Vector3.new(1, 2, 1)
  518. o41.CFrame = CFrame.new(-83.9906998, 4.00000858, -33.5093002, -2.62267264e-07, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999994457, -1.45916096e-14, 2.62267946e-07)
  519. o41.BottomSurface = Enum.SurfaceType.Smooth
  520. o41.Color = Color3.new(0.917647, 0.721569, 0.572549)
  521. o41.Position = Vector3.new(-83.9906998, 4.00000858, -33.5093002)
  522. o42.Parent = o41
  523. o42.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  524. o42.C1 = CFrame.new(0.5, -1, 0, -0.999996662, -8.74226771e-08, 4.86387155e-15, -4.86386647e-15, -1.06303412e-22, 1, 8.74225847e-08, 1, -1.06303412e-22)
  525. o42.Part0 = o41
  526. o42.Part1 = o43
  527. o43.Name = "Torso"
  528. o43.Parent = o7
  529. o43.BrickColor = BrickColor.new("Light orange")
  530. o43.Position = Vector3.new(-83.9906998, 6.00000763, -33.0093002)
  531. o43.Rotation = Vector3.new(0, 90, 0)
  532. o43.Anchored = true
  533. o43.FormFactor = Enum.FormFactor.Symmetric
  534. o43.Size = Vector3.new(2, 2, 1)
  535. o43.CFrame = CFrame.new(-83.9906998, 6.00000763, -33.0093002, -1.74845255e-07, -5.56362707e-08, 1, 0, 1, 5.56362707e-08, -0.999997795, -9.72774904e-15, 1.74845454e-07)
  536. o43.LeftSurface = Enum.SurfaceType.Weld
  537. o43.RightSurface = Enum.SurfaceType.Weld
  538. o43.Color = Color3.new(0.917647, 0.721569, 0.572549)
  539. o43.Position = Vector3.new(-83.9906998, 6.00000763, -33.0093002)
  540. o44.Name = "roblox"
  541. o44.Parent = o43
  542. o44.Texture = "http://www.roblox.com/asset/?id=2313289396"
  543. o53.Parent = o7
  544. o53.RightLeg = o41
  545. o53.LeftLeg = o31
  546. o53.Torso = o22
  547. o55.Name = "Handle"
  548. o55.Parent = mas
  549. o55.Position = Vector3.new(-84.1942978, 7.7412138, -33.0052834)
  550. o55.Rotation = Vector3.new(0, 90, 0)
  551. o55.Anchored = true
  552. o55.CanCollide = false
  553. o55.Locked = true
  554. o55.Size = Vector3.new(1.10000002, 1.10000002, 1.10000002)
  555. o55.CFrame = CFrame.new(-84.1942978, 7.7412138, -33.0052834, 2.59204724e-15, -5.56362707e-08, 1, 7.87137555e-09, 1, 5.56362707e-08, -0.99999994, 7.87137466e-09, 3.02998106e-15)
  556. o55.BottomSurface = Enum.SurfaceType.Smooth
  557. o55.TopSurface = Enum.SurfaceType.Smooth
  558. o55.Position = Vector3.new(-84.1942978, 7.7412138, -33.0052834)
  559. o56.Name = "SpecialMesh"
  560. o56.Parent = o55
  561. o56.MeshId = "rbxassetid://4082083430"
  562. o56.TextureId = "http://www.roblox.com/asset/?id=4082013712"
  563. o56.MeshType = Enum.MeshType.FileMesh
  564. o57.Name = "AvatarPartScaleType"
  565. o57.Parent = o55
  566. o57.Value = "Classic"
  567. o59.Name = "AccessoryWeld"
  568. o59.Parent = o55
  569. o59.C0 = CFrame.new(0.00401687622, -0.241205215, -0.396402359, 1, 7.87137555e-09, 3.02998127e-15, -7.87137555e-09, 1, -4.1444258e-16, -3.02998127e-15, 4.14442554e-16, 1)
  570. o59.C1 = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  571. o59.Part0 = o55
  572. o59.Part1 = o8
  573. o61.Name = "Handle"
  574. o61.Parent = mas
  575. o61.Position = Vector3.new(-83.960701, 7.75000763, -33.0093002)
  576. o61.Rotation = Vector3.new(0, 90, 0)
  577. o61.Anchored = true
  578. o61.CanCollide = false
  579. o61.Locked = true
  580. o61.FormFactor = Enum.FormFactor.Symmetric
  581. o61.Size = Vector3.new(1.4200002, 0.870000005, 1.40999985)
  582. o61.CFrame = CFrame.new(-83.960701, 7.75000763, -33.0093002, 2.59204724e-15, -5.56362707e-08, 1, 7.87137555e-09, 1, 5.56362707e-08, -0.99999994, 7.87137466e-09, 3.02998106e-15)
  583. o61.BottomSurface = Enum.SurfaceType.Smooth
  584. o61.TopSurface = Enum.SurfaceType.Smooth
  585. o61.Position = Vector3.new(-83.960701, 7.75000763, -33.0093002)
  586. o62.Parent = o61
  587. o62.MeshId = "rbxassetid://726889242"
  588. o62.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  589. o62.TextureId = "rbxassetid://726600123"
  590. o62.MeshType = Enum.MeshType.FileMesh
  591. o64.Name = "OriginalSize"
  592. o64.Parent = o61
  593. o64.Value = Vector3.new(1.4200002, 0.870000005, 1.40999985)
  594. o65.Name = "AccessoryWeld"
  595. o65.Parent = o61
  596. o65.C0 = CFrame.new(0, 0.349999994, -0.0299999993, 1, 7.87137555e-09, 3.02998127e-15, -7.87137555e-09, 1, -4.1444258e-16, -3.02998127e-15, 4.14442554e-16, 1)
  597. o65.C1 = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  598. o65.Part0 = o61
  599. o65.Part1 = o8
  600. o67.Parent = o7
  601. o67.HeadColor = BrickColor.new("Light orange")
  602. o67.LeftArmColor = BrickColor.new("Light orange")
  603. o67.LeftLegColor = BrickColor.new("Light orange")
  604. o67.RightArmColor = BrickColor.new("Light orange")
  605. o67.RightLegColor = BrickColor.new("Light orange")
  606. o67.TorsoColor = BrickColor.new("Light orange")
  607. o68.Name = "Shirt"
  608. o68.Parent = o7
  609. o68.ShirtTemplate = "http://www.roblox.com/asset/?id=1942939563"
  610. o69.Parent = o7
  611. o69.Graphic = "http://www.roblox.com/asset/?id=2313289396"
  612. o70.Name = "Pants"
  613. o70.Parent = o7
  614. o70.PantsTemplate = "http://www.roblox.com/asset/?id=1686871468"
  615. o71.Name = "The house"
  616. o71.Parent = mas
  617. o72.Name = "Beep beep Sheep GIF"
  618. o72.Parent = o71
  619. o72.BrickColor = BrickColor.new("Bright green")
  620. o72.Transparency = 1
  621. o72.Position = Vector3.new(-50.1899986, 0.11500001, -55.7449989)
  622. o72.Rotation = Vector3.new(90, 0, -180)
  623. o72.Anchored = true
  624. o72.FormFactor = Enum.FormFactor.Custom
  625. o72.Size = Vector3.new(6.38000011, 5.49000025, 0.230000019)
  626. o72.CFrame = CFrame.new(-50.1899986, 0.11500001, -55.7449989, -1, 0, 0, 0, 0, -1, 0, -1, 0)
  627. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  628. o72.Color = Color3.new(0.294118, 0.592157, 0.294118)
  629. o72.Position = Vector3.new(-50.1899986, 0.11500001, -55.7449989)
  630. o73.Parent = o72
  631. o73.Texture = "http://www.roblox.com/asset/?id=1764835845"
  632. o74.Name = "Decal Changer"
  633. o74.Parent = o73
  634. table.insert(cors,coroutine.create(function()
  635. wait()
  636. runDummyScript(function()
  637. --put this script inside the decal you want to change
  638. --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.
  639. --copy the url into the "insert texture here" spot
  640.  
  641. while true do --Loop
  642. script.Parent.Texture = "http://www.roblox.com/asset/?id=1764835845"
  643. wait(0.10)
  644. script.Parent.Texture = "http://www.roblox.com/asset/?id=1764974744"
  645. wait(0.10)
  646. script.Parent.Texture = "http://www.roblox.com/asset/?id=1764837172"
  647. wait(0.10)
  648. script.Parent.Texture = "http://www.roblox.com/asset/?id=1764974744"
  649. wait(0.10)
  650. end
  651. end,o74)
  652. end))
  653. o76.Parent = o72
  654. o76.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  655. o76.C1 = CFrame.new(205.809998, -311.744995, 0.11500001, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  656. o76.Part1 = o72
  657. o77.Name = "Bongo Cat"
  658. o77.Parent = o71
  659. o77.BrickColor = BrickColor.new("Bright green")
  660. o77.Transparency = 1
  661. o77.Position = Vector3.new(-29.625, 3.74500012, -68.8850021)
  662. o77.Rotation = Vector3.new(-180, 0, -180)
  663. o77.Anchored = true
  664. o77.FormFactor = Enum.FormFactor.Custom
  665. o77.Size = Vector3.new(7.25, 5.49000025, 0.230000019)
  666. o77.CFrame = CFrame.new(-29.625, 3.74500012, -68.8850021, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  667. o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  668. o77.Color = Color3.new(0.294118, 0.592157, 0.294118)
  669. o77.Position = Vector3.new(-29.625, 3.74500012, -68.8850021)
  670. o78.Parent = o77
  671. o78.Texture = "http://www.roblox.com/asset/?id=2428849871"
  672. o79.Name = "Decal Changer"
  673. o79.Parent = o78
  674. table.insert(cors,coroutine.create(function()
  675. wait()
  676. runDummyScript(function()
  677. --put this script inside the decal you want to change
  678. --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.
  679. --copy the url into the "insert texture here" spot
  680.  
  681. while true do --Loop
  682. script.Parent.Texture = "http://www.roblox.com/asset/?id=2428849871"
  683. wait(0.12)
  684. script.Parent.Texture = "http://www.roblox.com/asset/?id=2428850132"
  685. wait(0.12)
  686. end
  687. end,o79)
  688. end))
  689. o81.Parent = o77
  690. o81.C0 = CFrame.new(-28, -6.5, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  691. o81.C1 = CFrame.new(51.375, -3.74500012, 0.114997864, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  692. o81.Part0 = o119
  693. o81.Part1 = o77
  694. o82.Name = "Dance Till Your Dead Dog GIF"
  695. o82.Parent = o71
  696. o82.BrickColor = BrickColor.new("Bright green")
  697. o82.Transparency = 1
  698. o82.Position = Vector3.new(-40.545002, 3.88499975, -68.9749985)
  699. o82.Rotation = Vector3.new(-180, 0, -180)
  700. o82.Anchored = true
  701. o82.FormFactor = Enum.FormFactor.Custom
  702. o82.Size = Vector3.new(11.0900002, 7.7699995, 0.0500000007)
  703. o82.CFrame = CFrame.new(-40.545002, 3.88499975, -68.9749985, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  704. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  705. o82.Color = Color3.new(0.294118, 0.592157, 0.294118)
  706. o82.Position = Vector3.new(-40.545002, 3.88499975, -68.9749985)
  707. o83.Parent = o82
  708. o83.Texture = "http://www.roblox.com/asset/?id=1744472418"
  709. o84.Name = "Decal Changer"
  710. o84.Parent = o83
  711. table.insert(cors,coroutine.create(function()
  712. wait()
  713. runDummyScript(function()
  714. --put this script inside the decal you want to change
  715. --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.
  716. --copy the url into the "insert texture here" spot
  717.  
  718. while true do --Loop
  719. script.Parent.Texture = "http://www.roblox.com/asset/?id=1744472418"
  720. wait(0.06)
  721. script.Parent.Texture = "http://www.roblox.com/asset/?id=1744472673"
  722. wait(0.06)
  723. script.Parent.Texture = "http://www.roblox.com/asset/?id=1744473988" --Insert decal's first texture
  724. wait(0.06)
  725. script.Parent.Texture = "http://www.roblox.com/asset/?id=1744474392" --second texture
  726. wait(0.06) --wait 1 second, you can change this and make it different for every one
  727. script.Parent.Texture = "http://www.roblox.com/asset/?id=1744475067"
  728. wait(0.06)
  729. script.Parent.Texture = "http://www.roblox.com/asset/?id=1744474392"
  730. wait(0.06)
  731. script.Parent.Texture = "http://www.roblox.com/asset/?id=1744473988"
  732. wait(0.06)
  733. script.Parent.Texture = "http://www.roblox.com/asset/?id=1744472673" --second texture
  734. wait(0.06) --wait 1 second, you can change this and make it different for every one
  735. script.Parent.Texture = "http://www.roblox.com/asset/?id=1744472418"
  736. wait(0.06)
  737. end
  738. end,o84)
  739. end))
  740. o86.Parent = o82
  741. o86.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  742. o86.C1 = CFrame.new(215.455002, -3.88499975, -324.975006, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  743. o86.Part1 = o82
  744. o87.Name = "Dancing Bowser"
  745. o87.Parent = o71
  746. o87.BrickColor = BrickColor.new("Bright green")
  747. o87.Transparency = 1
  748. o87.Position = Vector3.new(-25.1149998, 6.74500036, -39.1899986)
  749. o87.Rotation = Vector3.new(0, 90, 0)
  750. o87.Anchored = true
  751. o87.FormFactor = Enum.FormFactor.Custom
  752. o87.Size = Vector3.new(6.38000011, 5.49000025, 0.230000019)
  753. o87.CFrame = CFrame.new(-25.1149998, 6.74500036, -39.1899986, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  754. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  755. o87.Color = Color3.new(0.294118, 0.592157, 0.294118)
  756. o87.Position = Vector3.new(-25.1149998, 6.74500036, -39.1899986)
  757. o88.Parent = o87
  758. o88.Texture = "http://www.roblox.com/asset/?id=1092111742"
  759. o89.Name = "Decal Changer"
  760. o89.Parent = o88
  761. table.insert(cors,coroutine.create(function()
  762. wait()
  763. runDummyScript(function()
  764. --put this script inside the decal you want to change
  765. --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.
  766. --copy the url into the "insert texture here" spot
  767.  
  768. while true do --Loop
  769. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111447"
  770. wait(0.14)
  771. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111742"
  772. wait(0.14)
  773. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112007"
  774. wait(0.14)
  775. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111742"
  776. wait(0.14)
  777. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092111447"
  778. wait(0.14)
  779. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112712"
  780. wait(0.14)
  781. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092113091"
  782. wait(0.14)
  783. script.Parent.Texture = "http://www.roblox.com/asset/?id=1092112712"
  784. wait(0.14)
  785. end
  786. end,o89)
  787. end))
  788. o91.Name = "Dancing Squidward"
  789. o91.Parent = o71
  790. o91.BrickColor = BrickColor.new("Bright green")
  791. o91.Transparency = 1
  792. o91.Position = Vector3.new(-55.4049988, 4.7149992, -68.8850021)
  793. o91.Rotation = Vector3.new(-180, 0, -180)
  794. o91.Anchored = true
  795. o91.FormFactor = Enum.FormFactor.Custom
  796. o91.Size = Vector3.new(6.80999994, 9.4299984, 0.230000019)
  797. o91.CFrame = CFrame.new(-55.4049988, 4.7149992, -68.8850021, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  798. o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  799. o91.Color = Color3.new(0.294118, 0.592157, 0.294118)
  800. o91.Position = Vector3.new(-55.4049988, 4.7149992, -68.8850021)
  801. o92.Parent = o91
  802. o92.Texture = "http://www.roblox.com/asset/?id=1087971471"
  803. o93.Name = "Decal Changer"
  804. o93.Parent = o92
  805. table.insert(cors,coroutine.create(function()
  806. wait()
  807. runDummyScript(function()
  808. --put this script inside the decal you want to change
  809. --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.
  810. --copy the url into the "insert texture here" spot
  811.  
  812. while true do --Loop
  813. script.Parent.Texture = "http://www.roblox.com/asset/?id=1087971471"
  814. wait(0.12)
  815. script.Parent.Texture = "http://www.roblox.com/asset/?id=1087971671"
  816. wait(0.12)
  817. script.Parent.Texture = "http://www.roblox.com/asset/?id=1087971783"
  818. wait(0.12)
  819. script.Parent.Texture = "http://www.roblox.com/asset/?id=1087972059"
  820. wait(0.12)
  821. script.Parent.Texture = "http://www.roblox.com/asset/?id=1087972197"
  822. wait(0.12)
  823. end
  824. end,o93)
  825. end))
  826. o95.Parent = o91
  827. o95.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  828. o95.C1 = CFrame.new(200.595001, -4.7149992, -324.88501, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  829. o95.Part1 = o91
  830. o96.Name = "Deku Hype GIF"
  831. o96.Parent = o71
  832. o96.BrickColor = BrickColor.new("Bright green")
  833. o96.Transparency = 1
  834. o96.Position = Vector3.new(-25.1149998, 6.74499989, -47.1899986)
  835. o96.Rotation = Vector3.new(0, 90, 0)
  836. o96.Anchored = true
  837. o96.FormFactor = Enum.FormFactor.Custom
  838. o96.Size = Vector3.new(6.38000011, 5.49000025, 0.230000019)
  839. o96.CFrame = CFrame.new(-25.1149998, 6.74499989, -47.1899986, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  840. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  841. o96.Color = Color3.new(0.294118, 0.592157, 0.294118)
  842. o96.Position = Vector3.new(-25.1149998, 6.74499989, -47.1899986)
  843. o97.Parent = o96
  844. o97.Texture = "rbxassetid://1759652180"
  845. o98.Name = "Decal Changer"
  846. o98.Parent = o97
  847. table.insert(cors,coroutine.create(function()
  848. wait()
  849. runDummyScript(function()
  850. --put this script inside the decal you want to change
  851. --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.
  852. --copy the url into the "insert texture here" spot
  853.  
  854. while true do --Loop
  855. script.Parent.Texture = "http://www.roblox.com/asset/?id=1759651546"
  856. wait(0.13)
  857. script.Parent.Texture = "http://www.roblox.com/asset/?id=1759652180"
  858. wait(0.13)
  859. script.Parent.Texture = "http://www.roblox.com/asset/?id=1759652810"
  860. wait(0.13)
  861. script.Parent.Texture = "http://www.roblox.com/asset/?id=1759652180"
  862. wait(0.13)
  863. end
  864. end,o98)
  865. end))
  866. o100.Name = "Icytea poking rastamypasta"
  867. o100.Parent = o71
  868. o100.BrickColor = BrickColor.new("Bright green")
  869. o100.Transparency = 1
  870. o100.Position = Vector3.new(-79.8850021, 6.07499981, -39.0800018)
  871. o100.Rotation = Vector3.new(0, -90, 0)
  872. o100.Anchored = true
  873. o100.FormFactor = Enum.FormFactor.Custom
  874. o100.Size = Vector3.new(9.83999443, 8.14999962, 0.230000019)
  875. o100.CFrame = CFrame.new(-79.8850021, 6.07499981, -39.0800018, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  876. o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  877. o100.Color = Color3.new(0.294118, 0.592157, 0.294118)
  878. o100.Position = Vector3.new(-79.8850021, 6.07499981, -39.0800018)
  879. o101.Parent = o100
  880. o101.Texture = "rbxassetid://2007190376"
  881. o102.Name = "Decal Changer"
  882. o102.Parent = o101
  883. table.insert(cors,coroutine.create(function()
  884. wait()
  885. runDummyScript(function()
  886. --put this script inside the decal you want to change
  887. --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.
  888. --copy the url into the "insert texture here" spot
  889.  
  890. while true do --Loop
  891. script.Parent.Texture = "http://www.roblox.com/asset/?id=2007190376"
  892. wait(0.14)
  893. script.Parent.Texture = "http://www.roblox.com/asset/?id=2007190852"
  894. wait(0.14)
  895. script.Parent.Texture = "http://www.roblox.com/asset/?id=2007191262"
  896. wait(0.14)
  897. script.Parent.Texture = "http://www.roblox.com/asset/?id=2007190852"
  898. wait(0.14)
  899. end
  900. end,o102)
  901. end))
  902. o104.Parent = o100
  903. o104.C0 = CFrame.new(0.5, -6.5, 22.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
  904. o104.C1 = CFrame.new(15.0800018, -6.07499981, 0.114997864, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  905. o104.Part0 = o129
  906. o104.Part1 = o100
  907. o105.Name = "Mocking Spongebob Gif"
  908. o105.Parent = o71
  909. o105.BrickColor = BrickColor.new("Bright green")
  910. o105.Transparency = 1
  911. o105.Position = Vector3.new(-79.8850021, 4.74499989, -30.8100014)
  912. o105.Rotation = Vector3.new(0, -90, 0)
  913. o105.Anchored = true
  914. o105.FormFactor = Enum.FormFactor.Custom
  915. o105.Size = Vector3.new(6.38000011, 5.49000025, 0.230000019)
  916. o105.CFrame = CFrame.new(-79.8850021, 4.74499989, -30.8100014, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  917. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  918. o105.Color = Color3.new(0.294118, 0.592157, 0.294118)
  919. o105.Position = Vector3.new(-79.8850021, 4.74499989, -30.8100014)
  920. o106.Parent = o105
  921. o106.Texture = "rbxassetid://2003062528"
  922. o107.Name = "Decal Changer"
  923. o107.Parent = o106
  924. table.insert(cors,coroutine.create(function()
  925. wait()
  926. runDummyScript(function()
  927. --put this script inside the decal you want to change
  928. --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.
  929. --copy the url into the "insert texture here" spot
  930.  
  931. while true do --Loop
  932. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003061798"
  933. wait(0.10)
  934. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003062528"
  935. wait(0.10)
  936. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003063389"
  937. wait(0.10)
  938. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003064852"
  939. wait(0.10)
  940. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003063389"
  941. wait(0.10)
  942. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003062528"
  943. wait(0.10)
  944. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003061798"
  945. wait(0.10)
  946. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003061798"
  947. wait(0.10)
  948. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003062528"
  949. wait(0.10)
  950. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003063389"
  951. wait(0.10)
  952. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003064852"
  953. wait(0.10)
  954. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003063389"
  955. wait(0.10)
  956. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003062528"
  957. wait(0.10)
  958. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003061798"
  959. wait(0.10)
  960. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003061798"
  961. wait(0.10)
  962. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003062528"
  963. wait(0.10)
  964. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003063389"
  965. wait(0.10)
  966. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003064852"
  967. wait(0.10)
  968. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003063389"
  969. wait(0.10)
  970. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003062528"
  971. wait(0.10)
  972. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003061798"
  973. wait(0.10)
  974. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003065489"
  975. wait(0.10)
  976. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003066668"
  977. wait(0.10)
  978. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003067131"
  979. wait(0.10)
  980. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003066668"
  981. wait(0.10)
  982. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003065489"
  983. wait(0.10)
  984. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003065489"
  985. wait(0.10)
  986. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003066668"
  987. wait(0.10)
  988. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003067131"
  989. wait(0.10)
  990. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003066668"
  991. wait(0.10)
  992. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003065489"
  993. wait(0.10)
  994. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003065489"
  995. wait(0.10)
  996. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003066668"
  997. wait(0.10)
  998. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003067131"
  999. wait(0.10)
  1000. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003066668"
  1001. wait(0.10)
  1002. script.Parent.Texture = "http://www.roblox.com/asset/?id=2003065489"
  1003. wait(0.10)
  1004. end
  1005. end,o107)
  1006. end))
  1007. o109.Parent = o105
  1008. o109.C0 = CFrame.new(0.5, -6.5, 22.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
  1009. o109.C1 = CFrame.new(6.81000137, -4.74499989, 0.114997864, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1010. o109.Part0 = o129
  1011. o109.Part1 = o105
  1012. o110.Name = "No one around to oof"
  1013. o110.Parent = o71
  1014. o110.BrickColor = BrickColor.new("Bright green")
  1015. o110.Transparency = 1
  1016. o110.Position = Vector3.new(-25.0160255, 6.7450099, -28.1021652)
  1017. o110.Rotation = Vector3.new(0, 90, 0)
  1018. o110.Anchored = true
  1019. o110.FormFactor = Enum.FormFactor.Custom
  1020. o110.Size = Vector3.new(7.25, 5.49000025, 0.230000019)
  1021. o110.CFrame = CFrame.new(-25.0160255, 6.7450099, -28.1021652, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1022. o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1023. o110.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1024. o110.Position = Vector3.new(-25.0160255, 6.7450099, -28.1021652)
  1025. o111.Parent = o110
  1026. o111.Texture = "rbxassetid://2428016280"
  1027. o112.Name = "Decal Changer"
  1028. o112.Parent = o111
  1029. table.insert(cors,coroutine.create(function()
  1030. wait()
  1031. runDummyScript(function()
  1032. --put this script inside the decal you want to change
  1033. --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.
  1034. --copy the url into the "insert texture here" spot
  1035.  
  1036. while true do --Loop
  1037. script.Parent.Texture = "http://www.roblox.com/asset/?id=2428016280"
  1038. wait(0.12)
  1039. script.Parent.Texture = "http://www.roblox.com/asset/?id=2428016995"
  1040. wait(0.12)
  1041. script.Parent.Texture = "http://www.roblox.com/asset/?id=2428017388"
  1042. wait(0.12)
  1043. script.Parent.Texture = "http://www.roblox.com/asset/?id=2428017863"
  1044. wait(0.12)
  1045. script.Parent.Texture = "http://www.roblox.com/asset/?id=2428017388"
  1046. wait(0.12)
  1047. script.Parent.Texture = "http://www.roblox.com/asset/?id=2428016995"
  1048. wait(0.12)
  1049. end
  1050. end,o112)
  1051. end))
  1052. o113.Name = "Credit to rastamypasta"
  1053. o113.Parent = o110
  1054. o113.BrickColor = BrickColor.new("Bright green")
  1055. o113.Transparency = 1
  1056. o113.Position = Vector3.new(-25.0460262, 6.55501986, -28.1221619)
  1057. o113.Rotation = Vector3.new(0, 90, 0)
  1058. o113.Anchored = true
  1059. o113.FormFactor = Enum.FormFactor.Custom
  1060. o113.Size = Vector3.new(0.190000549, 0.0500000007, 0.230000019)
  1061. o113.CFrame = CFrame.new(-25.0460262, 6.55501986, -28.1221619, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1062. o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. o113.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1064. o113.Position = Vector3.new(-25.0460262, 6.55501986, -28.1221619)
  1065. o115.Name = "Omae Wa Mou Shindeiru GIF"
  1066. o115.Parent = o71
  1067. o115.BrickColor = BrickColor.new("Bright green")
  1068. o115.Transparency = 1
  1069. o115.Position = Vector3.new(-25.0249996, 5.88499975, -57.0550003)
  1070. o115.Rotation = Vector3.new(0, 90, 0)
  1071. o115.Anchored = true
  1072. o115.FormFactor = Enum.FormFactor.Custom
  1073. o115.Size = Vector3.new(10.1099997, 7.7699995, 0.0500000007)
  1074. o115.CFrame = CFrame.new(-25.0249996, 5.88499975, -57.0550003, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1075. o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. o115.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1077. o115.Position = Vector3.new(-25.0249996, 5.88499975, -57.0550003)
  1078. o116.Parent = o115
  1079. o116.Texture = "rbxassetid://1749088588"
  1080. o117.Name = "Decal Changer"
  1081. o117.Parent = o116
  1082. table.insert(cors,coroutine.create(function()
  1083. wait()
  1084. runDummyScript(function()
  1085. --put this script inside the decal you want to change
  1086. --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.
  1087. --copy the url into the "insert texture here" spot
  1088.  
  1089. while true do --Loop
  1090. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749085019" --second texture
  1091. wait(0.20) --wait 1 second, you can change this and make it different for every one
  1092. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749085436"
  1093. wait(0.20)
  1094. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749085814"
  1095. wait(0.20)
  1096. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749086521"
  1097. wait(0.20)
  1098. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749086925" --Insert decal's first texture
  1099. wait(0.20)
  1100. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749087288" --second texture
  1101. wait(0.20) --wait 1 second, you can change this and make it different for every one
  1102. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088060"
  1103. wait(0.20)
  1104. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088588"
  1105. wait(0.20)
  1106. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088060"
  1107. wait(0.20)
  1108. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088588"
  1109. wait(0.20)
  1110. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088060"
  1111. wait(0.20)
  1112. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088588"
  1113. wait(0.20)
  1114. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088060"
  1115. wait(0.20)
  1116. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088588"
  1117. wait(0.20)
  1118. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088060"
  1119. wait(0.20)
  1120. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088588"
  1121. wait(0.20)
  1122. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088060"
  1123. wait(0.20)
  1124. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088588"
  1125. wait(0.20)
  1126. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088060"
  1127. wait(0.20)
  1128. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088588"
  1129. wait(0.20)
  1130. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088060"
  1131. wait(0.20)
  1132. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088588"
  1133. wait(0.20)
  1134. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088060"
  1135. wait(0.20)
  1136. script.Parent.Texture = "http://www.roblox.com/asset/?id=1749088588"
  1137. wait(0.20)
  1138. end
  1139. end,o117)
  1140. end))
  1141. o119.Parent = o71
  1142. o119.Material = Enum.Material.Brick
  1143. o119.BrickColor = BrickColor.new("Burgundy")
  1144. o119.Position = Vector3.new(-53, 6.5, -69.5)
  1145. o119.Anchored = true
  1146. o119.Size = Vector3.new(56, 13, 1)
  1147. o119.CFrame = CFrame.new(-53, 6.5, -69.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1148. o119.BottomSurface = Enum.SurfaceType.Smooth
  1149. o119.TopSurface = Enum.SurfaceType.Smooth
  1150. o119.Color = Color3.new(0.533333, 0.243137, 0.243137)
  1151. o119.Position = Vector3.new(-53, 6.5, -69.5)
  1152. o120.Parent = o119
  1153. o120.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1154. o120.C1 = CFrame.new(-203, -6.5, 325.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1155. o120.Part1 = o119
  1156. o121.Parent = o119
  1157. o121.C0 = CFrame.new(-5.54500008, -3.88499975, 0.0250000004, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1158. o121.C1 = CFrame.new(18, -6.5, 0.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1159. o121.Part0 = o82
  1160. o121.Part1 = o119
  1161. o122.Parent = o119
  1162. o122.C0 = CFrame.new(-3.40499997, -4.7149992, 0.11500001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1163. o122.C1 = CFrame.new(1, -6.5, 0.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1164. o122.Part0 = o91
  1165. o122.Part1 = o119
  1166. o123.Parent = o71
  1167. o123.Material = Enum.Material.Brick
  1168. o123.BrickColor = BrickColor.new("Burgundy")
  1169. o123.Position = Vector3.new(-24.5, 6.5, -47)
  1170. o123.Anchored = true
  1171. o123.Size = Vector3.new(1, 13, 46)
  1172. o123.CFrame = CFrame.new(-24.5, 6.5, -47, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1173. o123.BottomSurface = Enum.SurfaceType.Smooth
  1174. o123.TopSurface = Enum.SurfaceType.Smooth
  1175. o123.Color = Color3.new(0.533333, 0.243137, 0.243137)
  1176. o123.Position = Vector3.new(-24.5, 6.5, -47)
  1177. o124.Parent = o123
  1178. o124.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1179. o124.C1 = CFrame.new(-231.5, -6.5, 303, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1180. o124.Part1 = o123
  1181. o125.Parent = o123
  1182. o125.C0 = CFrame.new(-3.19000006, -2.74500012, 0.11500001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1183. o125.C1 = CFrame.new(-0.5, -2.50000024, 3, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1184. o125.Part0 = o96
  1185. o125.Part1 = o123
  1186. o126.Parent = o123
  1187. o126.C0 = CFrame.new(-5.05499983, -3.88499975, 0.0250000004, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1188. o126.C1 = CFrame.new(-0.5, -4.5, -5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1189. o126.Part0 = o115
  1190. o126.Part1 = o123
  1191. o127.Parent = o123
  1192. o127.C0 = CFrame.new(-3.19000006, -2.74500012, 0.11500001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1193. o127.C1 = CFrame.new(-0.5, -2.5, 11, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1194. o127.Part0 = o87
  1195. o127.Part1 = o123
  1196. o128.Parent = o123
  1197. o128.C0 = CFrame.new(28, -6.5, 0.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
  1198. o128.C1 = CFrame.new(-0.5, -6.5, -22, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1199. o128.Part0 = o119
  1200. o128.Part1 = o123
  1201. o129.Parent = o71
  1202. o129.Material = Enum.Material.Brick
  1203. o129.BrickColor = BrickColor.new("Burgundy")
  1204. o129.Position = Vector3.new(-80.5, 6.5, -46.5)
  1205. o129.Anchored = true
  1206. o129.Size = Vector3.new(1, 13, 45)
  1207. o129.CFrame = CFrame.new(-80.5, 6.5, -46.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1208. o129.BottomSurface = Enum.SurfaceType.Smooth
  1209. o129.TopSurface = Enum.SurfaceType.Smooth
  1210. o129.Color = Color3.new(0.533333, 0.243137, 0.243137)
  1211. o129.Position = Vector3.new(-80.5, 6.5, -46.5)
  1212. o130.Parent = o129
  1213. o130.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1214. o130.C1 = CFrame.new(-175.5, -6.5, 302.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1215. o130.Part1 = o129
  1216. o131.Parent = o129
  1217. o131.C0 = CFrame.new(-28, -6.5, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1218. o131.C1 = CFrame.new(-0.5, -6.5, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1219. o131.Part0 = o119
  1220. o131.Part1 = o129
  1221. o132.Parent = o71
  1222. o132.Material = Enum.Material.Brick
  1223. o132.BrickColor = BrickColor.new("Burgundy")
  1224. o132.Position = Vector3.new(-69.5, 6.5, -24.5)
  1225. o132.Anchored = true
  1226. o132.Size = Vector3.new(21, 13, 1)
  1227. o132.CFrame = CFrame.new(-69.5, 6.5, -24.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1228. o132.BottomSurface = Enum.SurfaceType.Smooth
  1229. o132.TopSurface = Enum.SurfaceType.Smooth
  1230. o132.Color = Color3.new(0.533333, 0.243137, 0.243137)
  1231. o132.Position = Vector3.new(-69.5, 6.5, -24.5)
  1232. o133.Parent = o132
  1233. o133.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1234. o133.C1 = CFrame.new(-186.5, -6.5, 280.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1235. o133.Part1 = o132
  1236. o134.Parent = o132
  1237. o134.C0 = CFrame.new(0.5, -6.5, 22.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
  1238. o134.C1 = CFrame.new(-10.5, -6.5, 0.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1239. o134.Part0 = o129
  1240. o134.Part1 = o132
  1241. o135.Parent = o71
  1242. o135.Material = Enum.Material.Brick
  1243. o135.BrickColor = BrickColor.new("Burgundy")
  1244. o135.Position = Vector3.new(-35.5, 6.5, -24.5)
  1245. o135.Anchored = true
  1246. o135.Size = Vector3.new(21, 13, 1)
  1247. o135.CFrame = CFrame.new(-35.5, 6.5, -24.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1248. o135.BottomSurface = Enum.SurfaceType.Smooth
  1249. o135.TopSurface = Enum.SurfaceType.Smooth
  1250. o135.Color = Color3.new(0.533333, 0.243137, 0.243137)
  1251. o135.Position = Vector3.new(-35.5, 6.5, -24.5)
  1252. o136.Parent = o135
  1253. o136.C0 = CFrame.new(-0.5, -6.5, -23, -0, 0, -1, 0, 1, 0, 1, 0, -0)
  1254. o136.C1 = CFrame.new(10.5, -6.5, -45.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1255. o136.Part0 = o123
  1256. o136.Part1 = o135
  1257. o137.Parent = o135
  1258. o137.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1259. o137.C1 = CFrame.new(-220.5, -6.5, 280.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1260. o137.Part1 = o135
  1261. o138.Parent = o71
  1262. o138.Material = Enum.Material.SmoothPlastic
  1263. o138.BrickColor = BrickColor.new("Really black")
  1264. o138.Position = Vector3.new(-52.5, 6.5, -24.5)
  1265. o138.Anchored = true
  1266. o138.Size = Vector3.new(13, 13, 1)
  1267. o138.CFrame = CFrame.new(-52.5, 6.5, -24.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1268. o138.BottomSurface = Enum.SurfaceType.Smooth
  1269. o138.TopSurface = Enum.SurfaceType.Smooth
  1270. o138.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1271. o138.Position = Vector3.new(-52.5, 6.5, -24.5)
  1272. o139.Parent = o138
  1273. o139.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1274. o139.C1 = CFrame.new(-203.5, -6.5, 280.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1275. o139.Part1 = o138
  1276. o140.Parent = o138
  1277. o140.C0 = CFrame.new(10.5, -6.5, 0.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
  1278. o140.C1 = CFrame.new(-6.5, -6.5, 0.5, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1279. o140.Part0 = o132
  1280. o140.Part1 = o138
  1281. o141.Parent = o138
  1282. o141.C0 = CFrame.new(-10.5, -6.5, -0.5, -0, 0, -1, 0, 1, 0, 1, 0, -0)
  1283. o141.C1 = CFrame.new(6.5, -6.5, -0.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1284. o141.Part0 = o135
  1285. o141.Part1 = o138
  1286. o142.Parent = o71
  1287. o142.Material = Enum.Material.Brick
  1288. o142.BrickColor = BrickColor.new("Burgundy")
  1289. o142.Position = Vector3.new(-52.5, 13.5, -47)
  1290. o142.Anchored = true
  1291. o142.Size = Vector3.new(57, 1, 46)
  1292. o142.CFrame = CFrame.new(-52.5, 13.5, -47, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1293. o142.BottomSurface = Enum.SurfaceType.Smooth
  1294. o142.TopSurface = Enum.SurfaceType.Smooth
  1295. o142.Color = Color3.new(0.533333, 0.243137, 0.243137)
  1296. o142.Position = Vector3.new(-52.5, 13.5, -47)
  1297. o143.Parent = o142
  1298. o143.C0 = CFrame.new(-10.5, 6.5, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1299. o143.C1 = CFrame.new(6.5, -0.5, 23, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1300. o143.Part0 = o135
  1301. o143.Part1 = o142
  1302. o144.Parent = o142
  1303. o144.C0 = CFrame.new(-6.5, 6.5, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1304. o144.C1 = CFrame.new(-6.5, -0.5, 23, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1305. o144.Part0 = o138
  1306. o144.Part1 = o142
  1307. o145.Parent = o142
  1308. o145.C0 = CFrame.new(-10.5, 6.5, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1309. o145.C1 = CFrame.new(-27.5, -0.5, 23, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1310. o145.Part0 = o132
  1311. o145.Part1 = o142
  1312. o146.Parent = o142
  1313. o146.C0 = CFrame.new(-0.5, 6.5, 23, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1314. o146.C1 = CFrame.new(27.5, -0.5, 23, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1315. o146.Part0 = o123
  1316. o146.Part1 = o142
  1317. o147.Parent = o142
  1318. o147.C0 = CFrame.new(-0.5, 6.5, 22.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1319. o147.C1 = CFrame.new(-28.5, -0.5, 23, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1320. o147.Part0 = o129
  1321. o147.Part1 = o142
  1322. o148.Parent = o142
  1323. o148.C0 = CFrame.new(-28, 6.5, 0.5, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1324. o148.C1 = CFrame.new(-28.5, -0.5, -22, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1325. o148.Part0 = o119
  1326. o148.Part1 = o142
  1327. o149.Name = "Peter Griffin Injury Gif"
  1328. o149.Parent = o71
  1329. o149.BrickColor = BrickColor.new("Bright green")
  1330. o149.Transparency = 1
  1331. o149.Position = Vector3.new(-66.1699982, 0.0250000004, -54.8849983)
  1332. o149.Rotation = Vector3.new(90, 0, -180)
  1333. o149.Anchored = true
  1334. o149.FormFactor = Enum.FormFactor.Custom
  1335. o149.Size = Vector3.new(8.34000111, 7.7699995, 0.0500000007)
  1336. o149.CFrame = CFrame.new(-66.1699982, 0.0250000004, -54.8849983, -1, 0, 0, 0, 0, -1, 0, -1, 0)
  1337. o149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. o149.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1339. o149.Position = Vector3.new(-66.1699982, 0.0250000004, -54.8849983)
  1340. o150.Parent = o149
  1341. o150.Texture = "rbxassetid://1746336111"
  1342. o151.Name = "Decal Changer"
  1343. o151.Parent = o150
  1344. table.insert(cors,coroutine.create(function()
  1345. wait()
  1346. runDummyScript(function()
  1347. --put this script inside the decal you want to change
  1348. --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.
  1349. --copy the url into the "insert texture here" spot
  1350.  
  1351. while true do --Loop
  1352. script.Parent.Texture = "http://www.roblox.com/asset/?id=1746336111" --second texture
  1353. wait(0.16) --wait 1 second, you can change this and make it different for every one
  1354. script.Parent.Texture = "http://www.roblox.com/asset/?id=1746336485"
  1355. wait(0.16)
  1356. script.Parent.Texture = "http://www.roblox.com/asset/?id=1746336895"
  1357. wait(0.16)
  1358. script.Parent.Texture = "http://www.roblox.com/asset/?id=1746337853"
  1359. wait(0.16)
  1360. script.Parent.Texture = "http://www.roblox.com/asset/?id=1746338237" --Insert decal's first texture
  1361. wait(0.16)
  1362. script.Parent.Texture = "http://www.roblox.com/asset/?id=1746338591" --second texture
  1363. wait(0.26) --wait 1 second, you can change this and make it different for every one
  1364. script.Parent.Texture = "http://www.roblox.com/asset/?id=1746339834"
  1365. wait(0.26)
  1366. script.Parent.Texture = "http://www.roblox.com/asset/?id=1746336485"
  1367. wait(0.40)
  1368. end
  1369. end,o151)
  1370. end))
  1371. o153.Parent = o149
  1372. o153.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1373. o153.C1 = CFrame.new(189.830002, -310.88501, 0.0250000004, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1374. o153.Part1 = o149
  1375. o154.Name = "SOMEBODY TOUCHA MY SPAGHET! GIF"
  1376. o154.Parent = o71
  1377. o154.BrickColor = BrickColor.new("Bright green")
  1378. o154.Transparency = 1
  1379. o154.Position = Vector3.new(-33.1900024, 0.11500001, -55.7449989)
  1380. o154.Rotation = Vector3.new(90, 0, -180)
  1381. o154.Anchored = true
  1382. o154.FormFactor = Enum.FormFactor.Custom
  1383. o154.Size = Vector3.new(6.38000011, 5.49000025, 0.230000019)
  1384. o154.CFrame = CFrame.new(-33.1900024, 0.11500001, -55.7449989, -1, 0, 0, 0, 0, -1, 0, -1, 0)
  1385. o154.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1386. o154.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1387. o154.Position = Vector3.new(-33.1900024, 0.11500001, -55.7449989)
  1388. o155.Parent = o154
  1389. o155.Texture = "http://www.roblox.com/asset/?id=1793495158"
  1390. o156.Name = "Decal Changer"
  1391. o156.Parent = o155
  1392. table.insert(cors,coroutine.create(function()
  1393. wait()
  1394. runDummyScript(function()
  1395. --put this script inside the decal you want to change
  1396. --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.
  1397. --copy the url into the "insert texture here" spot
  1398.  
  1399. while true do --Loop
  1400. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793478252"
  1401. wait(0.12)
  1402. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793478778"
  1403. wait(0.12)
  1404. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793553486"
  1405. wait(0.12)
  1406. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793554250"
  1407. wait(0.12)
  1408. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793480287"
  1409. wait(0.12)
  1410. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793480874"
  1411. wait(0.12)
  1412. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793481435"
  1413. wait(0.12)
  1414. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793482023"
  1415. wait(0.12)
  1416. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793482641"
  1417. wait(0.12)
  1418. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793484262"
  1419. wait(0.12)
  1420. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793546536"
  1421. wait(0.12)
  1422. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793485527"
  1423. wait(0.12)
  1424. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793486176"
  1425. wait(0.12)
  1426. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793486720"
  1427. wait(0.12)
  1428. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793487219"
  1429. wait(0.12)
  1430. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793487677"
  1431. wait(0.12)
  1432. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793488146"
  1433. wait(0.12)
  1434. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793488688"
  1435. wait(0.12)
  1436. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793489162"
  1437. wait(0.12)
  1438. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793490409"
  1439. wait(0.12)
  1440. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793491744"
  1441. wait(0.12)
  1442. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793492291"
  1443. wait(0.12)
  1444. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793492757"
  1445. wait(0.12)
  1446. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793493300"
  1447. wait(0.12)
  1448. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793493884"
  1449. wait(0.12)
  1450. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793494589"
  1451. wait(0.12)
  1452. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793495158"
  1453. wait(0.12)
  1454. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793495822"
  1455. wait(0.12)
  1456. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793496786"
  1457. wait(0.12)
  1458. script.Parent.Texture = "http://www.roblox.com/asset/?id=1793497417"
  1459. wait(1.00)
  1460. end
  1461. end,o156)
  1462. end))
  1463. o158.Parent = o154
  1464. o158.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1465. o158.C1 = CFrame.new(222.809998, -311.744995, 0.11500001, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1466. o158.Part1 = o154
  1467. o159.Name = "Smug Spongebob"
  1468. o159.Parent = o71
  1469. o159.BrickColor = BrickColor.new("Bright green")
  1470. o159.Transparency = 1
  1471. o159.Position = Vector3.new(-39.2849998, 0.11500001, -45.2399979)
  1472. o159.Rotation = Vector3.new(90, 0, -180)
  1473. o159.Anchored = true
  1474. o159.FormFactor = Enum.FormFactor.Custom
  1475. o159.Size = Vector3.new(4.56999731, 6.47999716, 0.230000019)
  1476. o159.CFrame = CFrame.new(-39.2849998, 0.11500001, -45.2399979, -1, 0, 0, 0, 0, -1, 0, -1, 0)
  1477. o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1478. o159.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1479. o159.Position = Vector3.new(-39.2849998, 0.11500001, -45.2399979)
  1480. o160.Parent = o159
  1481. o160.Texture = "rbxassetid://2100295921"
  1482. o161.Name = "Decal Changer"
  1483. o161.Parent = o160
  1484. table.insert(cors,coroutine.create(function()
  1485. wait()
  1486. runDummyScript(function()
  1487. --put this script inside the decal you want to change
  1488. --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.
  1489. --copy the url into the "insert texture here" spot
  1490.  
  1491. while true do --Loop
  1492. script.Parent.Texture = "http://www.roblox.com/asset/?id=2100293340"
  1493. wait(0.12)
  1494. script.Parent.Texture = "http://www.roblox.com/asset/?id=2100293619"
  1495. wait(0.12)
  1496. script.Parent.Texture = "http://www.roblox.com/asset/?id=2100293874"
  1497. wait(0.12)
  1498. script.Parent.Texture = "http://www.roblox.com/asset/?id=2100294122"
  1499. wait(0.12)
  1500. script.Parent.Texture = "http://www.roblox.com/asset/?id=2100294415"
  1501. wait(1.00)
  1502. script.Parent.Texture = "http://www.roblox.com/asset/?id=2100294739"
  1503. wait(0.12)
  1504. script.Parent.Texture = "http://www.roblox.com/asset/?id=2100295024"
  1505. wait(0.12)
  1506. script.Parent.Texture = "http://www.roblox.com/asset/?id=2100295324"
  1507. wait(0.12)
  1508. script.Parent.Texture = "http://www.roblox.com/asset/?id=2100295641"
  1509. wait(0.12)
  1510. script.Parent.Texture = "http://www.roblox.com/asset/?id=2100295921"
  1511. wait(2.00)
  1512. end
  1513. end,o161)
  1514. end))
  1515. o163.Parent = o159
  1516. o163.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1517. o163.C1 = CFrame.new(216.714996, -301.23999, 0.11500001, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1518. o163.Part1 = o159
  1519. o164.Name = "Spongegar GIF"
  1520. o164.Parent = o71
  1521. o164.BrickColor = BrickColor.new("Bright green")
  1522. o164.Transparency = 1
  1523. o164.Position = Vector3.new(-79.8850021, 5.74499989, -49.8100014)
  1524. o164.Rotation = Vector3.new(0, -90, 0)
  1525. o164.Anchored = true
  1526. o164.FormFactor = Enum.FormFactor.Custom
  1527. o164.Size = Vector3.new(6.38000011, 5.49000025, 0.230000019)
  1528. o164.CFrame = CFrame.new(-79.8850021, 5.74499989, -49.8100014, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1529. o164.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1530. o164.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1531. o164.Position = Vector3.new(-79.8850021, 5.74499989, -49.8100014)
  1532. o165.Parent = o164
  1533. o165.Texture = "http://www.roblox.com/asset/?id=1788894961"
  1534. o166.Name = "Decal Changer"
  1535. o166.Parent = o165
  1536. table.insert(cors,coroutine.create(function()
  1537. wait()
  1538. runDummyScript(function()
  1539. --put this script inside the decal you want to change
  1540. --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.
  1541. --copy the url into the "insert texture here" spot
  1542.  
  1543. while true do --Loop
  1544. script.Parent.Texture = "http://www.roblox.com/asset/?id=1788894130"
  1545. wait(0.10)
  1546. script.Parent.Texture = "http://www.roblox.com/asset/?id=1788894619"
  1547. wait(0.10)
  1548. script.Parent.Texture = "http://www.roblox.com/asset/?id=1788894961"
  1549. wait(0.13)
  1550. script.Parent.Texture = "http://www.roblox.com/asset/?id=1788895384"
  1551. wait(0.12)
  1552. script.Parent.Texture = "http://www.roblox.com/asset/?id=1788895893"
  1553. wait(0.12)
  1554. script.Parent.Texture = "http://www.roblox.com/asset/?id=1788895384"
  1555. wait(0.12)
  1556. script.Parent.Texture = "http://www.roblox.com/asset/?id=1788894961"
  1557. wait(1.00)
  1558. end
  1559. end,o166)
  1560. end))
  1561. o168.Parent = o164
  1562. o168.C0 = CFrame.new(0.5, -6.5, 22.5, -0, 0, 1, 0, 1, 0, -1, 0, -0)
  1563. o168.C1 = CFrame.new(25.8100014, -5.74499989, 0.114997864, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1564. o168.Part0 = o129
  1565. o168.Part1 = o164
  1566. o169.Name = "Trash Dove"
  1567. o169.Parent = o71
  1568. o169.BrickColor = BrickColor.new("Bright green")
  1569. o169.Transparency = 1
  1570. o169.Position = Vector3.new(-40.1899986, 2.74500012, -23.8850002)
  1571. o169.Rotation = Vector3.new(-180, 0, -180)
  1572. o169.Anchored = true
  1573. o169.FormFactor = Enum.FormFactor.Custom
  1574. o169.Size = Vector3.new(6.38000011, 5.49000025, 0.230000019)
  1575. o169.CFrame = CFrame.new(-40.1899986, 2.74500012, -23.8850002, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1576. o169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. o169.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1578. o169.Position = Vector3.new(-40.1899986, 2.74500012, -23.8850002)
  1579. o170.Parent = o169
  1580. o170.Texture = "rbxassetid://670903067"
  1581. o171.Name = "Decal Changer"
  1582. o171.Parent = o170
  1583. table.insert(cors,coroutine.create(function()
  1584. wait()
  1585. runDummyScript(function()
  1586. --put this script inside the decal you want to change
  1587. --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.
  1588. --copy the url into the "insert texture here" spot
  1589.  
  1590. while true do --Loop
  1591. script.Parent.Texture = "http://www.roblox.com/asset/?id=670903067"
  1592. wait(0.08)
  1593. script.Parent.Texture = "http://www.roblox.com/asset/?id=670907489"
  1594. wait(0.08)
  1595. script.Parent.Texture = "http://www.roblox.com/asset/?id=670908768"
  1596. wait(0.08)
  1597. script.Parent.Texture = "http://www.roblox.com/asset/?id=670910154"
  1598. wait(0.08)
  1599. end
  1600. end,o171)
  1601. end))
  1602. o173.Parent = o169
  1603. o173.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1604. o173.C1 = CFrame.new(215.809998, -2.74500012, -279.88501, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1605. o173.Part1 = o169
  1606. o174.Parent = o169
  1607. o174.C0 = CFrame.new(-10.5, -6.5, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1608. o174.C1 = CFrame.new(5.81000137, -2.74500012, 0.114999771, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1609. o174.Part0 = o135
  1610. o174.Part1 = o169
  1611. o175.Name = "Mario Bros Dancing Gif"
  1612. o175.Parent = o71
  1613. o176.Name = "Mario Dancing"
  1614. o176.Parent = o175
  1615. o176.BrickColor = BrickColor.new("Bright green")
  1616. o176.Transparency = 1
  1617. o176.Position = Vector3.new(-69.4906158, 2.50000811, -68.6678772)
  1618. o176.Rotation = Vector3.new(-180, 0, -180)
  1619. o176.Anchored = true
  1620. o176.FormFactor = Enum.FormFactor.Custom
  1621. o176.Size = Vector3.new(4.00999928, 4.99999952, 0.230000019)
  1622. o176.CFrame = CFrame.new(-69.4906158, 2.50000811, -68.6678772, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1623. o176.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. o176.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1625. o176.Position = Vector3.new(-69.4906158, 2.50000811, -68.6678772)
  1626. o177.Parent = o176
  1627. o177.Texture = "http://www.roblox.com/asset/?id=1912536285"
  1628. o178.Name = "Decal Changer"
  1629. o178.Parent = o177
  1630. table.insert(cors,coroutine.create(function()
  1631. wait()
  1632. runDummyScript(function()
  1633. --put this script inside the decal you want to change
  1634. --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.
  1635. --copy the url into the "insert texture here" spot
  1636.  
  1637. while true do --Loop
  1638. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912536285"
  1639. wait(0.08)
  1640. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912536629"
  1641. wait(0.08)
  1642. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912536926"
  1643. wait(0.08)
  1644. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912537204"
  1645. wait(0.08)
  1646. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912537551"
  1647. wait(0.08)
  1648. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912537204"
  1649. wait(0.08)
  1650. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912536926"
  1651. wait(0.08)
  1652. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912536629"
  1653. wait(0.08)
  1654. end
  1655. end,o178)
  1656. end))
  1657. o179.Parent = o176
  1658. o179.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1659. o179.C1 = CFrame.new(186.509384, -2.50000811, -324.667877, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1660. o179.Part1 = o176
  1661. o180.Name = "Luigi Dancing"
  1662. o180.Parent = o175
  1663. o180.BrickColor = BrickColor.new("Bright green")
  1664. o180.Transparency = 1
  1665. o180.Position = Vector3.new(-65.9206238, 2.54000807, -68.7378922)
  1666. o180.Rotation = Vector3.new(-180, 0, -180)
  1667. o180.Anchored = true
  1668. o180.FormFactor = Enum.FormFactor.Custom
  1669. o180.Size = Vector3.new(3.09000039, 5.07999945, 0.230000019)
  1670. o180.CFrame = CFrame.new(-65.9206238, 2.54000807, -68.7378922, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1671. o180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1672. o180.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1673. o180.Position = Vector3.new(-65.9206238, 2.54000807, -68.7378922)
  1674. o181.Parent = o180
  1675. o181.Texture = "rbxassetid://1912537880"
  1676. o182.Name = "Decal Changer"
  1677. o182.Parent = o181
  1678. table.insert(cors,coroutine.create(function()
  1679. wait()
  1680. runDummyScript(function()
  1681. --put this script inside the decal you want to change
  1682. --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.
  1683. --copy the url into the "insert texture here" spot
  1684.  
  1685. while true do --Loop
  1686. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912537880"
  1687. wait(0.08)
  1688. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912538148"
  1689. wait(0.08)
  1690. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912538419"
  1691. wait(0.08)
  1692. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912538745"
  1693. wait(0.08)
  1694. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912539062"
  1695. wait(0.08)
  1696. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912539354"
  1697. wait(0.08)
  1698. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912539062"
  1699. wait(0.08)
  1700. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912538745"
  1701. wait(0.08)
  1702. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912538419"
  1703. wait(0.08)
  1704. script.Parent.Texture = "http://www.roblox.com/asset/?id=1912538148"
  1705. wait(0.08)
  1706. end
  1707. end,o182)
  1708. end))
  1709. o183.Parent = o180
  1710. o183.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1711. o183.C1 = CFrame.new(190.079376, -2.54000807, -324.737885, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1712. o183.Part1 = o180
  1713. o185.Name = "Sign"
  1714. o185.Parent = mas
  1715. o186.Parent = o185
  1716. o186.Material = Enum.Material.WoodPlanks
  1717. o186.BrickColor = BrickColor.new("Reddish brown")
  1718. o186.Position = Vector3.new(-57.787384, 2.40001869, -21.894104)
  1719. o186.Rotation = Vector3.new(-180, 10, -180)
  1720. o186.Anchored = true
  1721. o186.Size = Vector3.new(0.400000006, 4.80000019, 0.200000003)
  1722. o186.CFrame = CFrame.new(-57.787384, 2.40001869, -21.894104, -0.984808147, 0, 0.173646942, 0, 1, 0, -0.173646942, 0, -0.984808147)
  1723. o186.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1724. o186.Position = Vector3.new(-57.787384, 2.40001869, -21.894104)
  1725. o187.Name = "Part-to-Part Strong Joint"
  1726. o187.Parent = o186
  1727. o187.C0 = CFrame.new(0.200000003, -2.4000001, -0.100000001, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1728. o187.C1 = CFrame.new(0.199996948, -3.5, 0.100006104, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1729. o187.Part0 = o186
  1730. o187.Part1 = o190
  1731. o188.Name = "Part Terrain Joint"
  1732. o188.Parent = o186
  1733. o188.Part1 = o186
  1734. o189.Parent = o186
  1735. o189.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1736. o189.C1 = CFrame.new(146.945892, -2.40001869, -308.091278, 0.984808147, -0.173646942, 0, 0, 0, 1, -0.173646942, -0.984808147, 0)
  1737. o189.Part1 = o186
  1738. o190.Parent = o185
  1739. o190.Material = Enum.Material.WoodPlanks
  1740. o190.BrickColor = BrickColor.new("Reddish brown")
  1741. o190.Position = Vector3.new(-57.8221817, 3.5000186, -21.6970234)
  1742. o190.Rotation = Vector3.new(-180, 10, -180)
  1743. o190.Anchored = true
  1744. o190.Size = Vector3.new(4, 2.20000005, 0.200000003)
  1745. o190.CFrame = CFrame.new(-57.8221817, 3.5000186, -21.6970234, -0.984808147, 0, 0.173646957, 0, 1, 0, -0.173646957, 0, -0.984808147)
  1746. o190.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1747. o190.Position = Vector3.new(-57.8221817, 3.5000186, -21.6970234)
  1748. o191.Name = "Part-to-Text Strong Joint"
  1749. o191.Parent = o190
  1750. o191.C0 = CFrame.new(2, -1.10000002, -0.100000001, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1751. o191.C1 = CFrame.new(2.01499939, -1.10499954, 0.100006104, -1.00000012, 0, -5.96046448e-08, 0, 1, 0, 5.96046448e-08, 0, -1.00000012)
  1752. o191.Part0 = o190
  1753. o191.Part1 = o192
  1754. o192.Name = "Text"
  1755. o192.Parent = o185
  1756. o192.Material = Enum.Material.WoodPlanks
  1757. o192.BrickColor = BrickColor.new("Reddish brown")
  1758. o192.Position = Vector3.new(-57.8421402, 3.505018, -21.4974518)
  1759. o192.Rotation = Vector3.new(-180, 10, -180)
  1760. o192.Anchored = true
  1761. o192.FormFactor = Enum.FormFactor.Custom
  1762. o192.Size = Vector3.new(3.97000051, 2.21000004, 0.200000003)
  1763. o192.CFrame = CFrame.new(-57.8421402, 3.505018, -21.4974518, -0.984808028, 0, 0.173647001, 0, 1, 0, -0.173647001, 0, -0.984808028)
  1764. o192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1765. o192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. o192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1767. o192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1768. o192.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. o192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1770. o192.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1771. o192.Position = Vector3.new(-57.8421402, 3.505018, -21.4974518)
  1772. o193.Parent = o192
  1773. o193.CanvasSize = Vector2.new(200, 100)
  1774. o194.Parent = o193
  1775. o194.Size = UDim2.new(1,0,1,0)
  1776. o194.Text = "why does this exist"
  1777. o194.Active = true
  1778. o194.BackgroundColor3 = Color3.new(1, 1, 1)
  1779. o194.BackgroundTransparency = 1
  1780. o194.Font = Enum.Font.ArialBold
  1781. o194.FontSize = Enum.FontSize.Size12
  1782. o194.TextColor3 = Color3.new(1, 1, 1)
  1783. o194.TextScaled = true
  1784. o194.TextStrokeColor3 = Color3.new(0, 0.0117647, 0)
  1785. o194.TextStrokeTransparency = 0
  1786. o194.TextWrapped = true
  1787. mas.Parent = workspace
  1788. mas:MakeJoints()
  1789. local mas1 = mas:GetChildren()
  1790. for i=1,#mas1 do
  1791. mas1[i].Parent = workspace
  1792. ypcall(function() mas1[i]:MakeJoints() end)
  1793. end
  1794. mas:Destroy()
  1795. for i=1,#cors do
  1796. coroutine.resume(cors[i])
  1797. end
Advertisement
Add Comment
Please, Sign In to add comment