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"))
- Script0 = Instance.new("Script")
- Script1 = Instance.new("Script")
- Script2 = Instance.new("Script")
- Weld3 = Instance.new("Weld")
- NumberValue4 = Instance.new("NumberValue")
- NumberValue5 = Instance.new("NumberValue")
- NumberValue6 = Instance.new("NumberValue")
- Model7 = Instance.new("Model")
- Part8 = Instance.new("Part")
- Script9 = Instance.new("Script")
- NumberValue10 = Instance.new("NumberValue")
- NumberValue11 = Instance.new("NumberValue")
- NumberValue12 = Instance.new("NumberValue")
- Part13 = Instance.new("Part")
- SpecialMesh14 = Instance.new("SpecialMesh")
- Script15 = Instance.new("Script")
- NumberValue16 = Instance.new("NumberValue")
- NumberValue17 = Instance.new("NumberValue")
- NumberValue18 = Instance.new("NumberValue")
- Part19 = Instance.new("Part")
- Script20 = Instance.new("Script")
- NumberValue21 = Instance.new("NumberValue")
- NumberValue22 = Instance.new("NumberValue")
- NumberValue23 = Instance.new("NumberValue")
- Part24 = Instance.new("Part")
- SpecialMesh25 = Instance.new("SpecialMesh")
- Script26 = Instance.new("Script")
- NumberValue27 = Instance.new("NumberValue")
- NumberValue28 = Instance.new("NumberValue")
- NumberValue29 = Instance.new("NumberValue")
- Model30 = Instance.new("Model")
- Sound31 = Instance.new("Sound")
- Model32 = Instance.new("Model")
- Model33 = Instance.new("Model")
- Part34 = Instance.new("Part")
- Script35 = Instance.new("Script")
- NumberValue36 = Instance.new("NumberValue")
- NumberValue37 = Instance.new("NumberValue")
- NumberValue38 = Instance.new("NumberValue")
- Part39 = Instance.new("Part")
- SpecialMesh40 = Instance.new("SpecialMesh")
- Script41 = Instance.new("Script")
- NumberValue42 = Instance.new("NumberValue")
- NumberValue43 = Instance.new("NumberValue")
- NumberValue44 = Instance.new("NumberValue")
- Part45 = Instance.new("Part")
- Script46 = Instance.new("Script")
- NumberValue47 = Instance.new("NumberValue")
- NumberValue48 = Instance.new("NumberValue")
- NumberValue49 = Instance.new("NumberValue")
- Part50 = Instance.new("Part")
- SpecialMesh51 = Instance.new("SpecialMesh")
- Script52 = Instance.new("Script")
- NumberValue53 = Instance.new("NumberValue")
- NumberValue54 = Instance.new("NumberValue")
- NumberValue55 = Instance.new("NumberValue")
- Script56 = Instance.new("Script")
- Model57 = Instance.new("Model")
- Sound58 = Instance.new("Sound")
- Script59 = Instance.new("Script")
- Weld60 = Instance.new("Weld")
- NumberValue61 = Instance.new("NumberValue")
- NumberValue62 = Instance.new("NumberValue")
- NumberValue63 = Instance.new("NumberValue")
- Script64 = Instance.new("Script")
- Script56.Parent = Model32
- table.insert(cors,sandbox(Script56,function()
- print(_G)
- local Part = script.Parent
- local parts = Part.Model:GetChildren()
- for i,part in pairs(parts)do
- if part.ClassName == "Part" or part.Name == "MeshPart" then
- e = script.Parent.Visual:Clone()
- e.Disabled = false
- e.Parent = part
- part.Material = "Neon"
- part.Transparency = 0.5
- end
- end
- end))
- Script64.Name = "SoundChangerOnCommand"
- Script64.Parent = Model32
- table.insert(cors,sandbox(Script64,function()
- script.Parent = game:GetService("ServerScriptService")
- local Soundbar,Locked,Sound=workspace.Visuals
- Sound=Soundbar.Sound.VisualizerSound
- local function Chat(plr,msg)
- if msg:sub(1,7):lower()=='/play ' and (not Locked or plr.Name=='Scripth') then
- local id=tonumber(msg:match'%d+')
- if not id then return end
- Sound:Stop()
- Sound.SoundId='rbxassetid://'..msg:match'%d+'
- Sound:Play()
- elseif msg:lower()=='/lock' and plr.Name=='Player1' then
- Locked=not Locked
- end
- end
- for i,p in next,game.Players:children() do
- p.Chatted:connect(function(m)
- Chat(p,m)
- end)
- end
- game.Players.PlayerAdded:connect(function(p)
- p.Chatted:connect(function(m)
- Chat(p,m)
- end)
- end)
- Sound:Play()
- end))
- Script59.Name = "Visual"
- Script59.Parent = Model32
- Script59.Disabled = true
- table.insert(cors,sandbox(Script59,function()
- --My own spinning script
- --And Sound Changer
- x = script.X.Value -- rotation
- y = script.Y.Value -- pitch
- z = script.Z.Value -- roll
- local part = script.Parent
- local visound = workspace.Visuals.Sound.VisualizerSound
- visound.Volume = y
- visound.Pitch = 1
- function runsong()
- local re = {}
- re.SoundId = {
- 301101765,--183907931
- 183907931,
- 400291464,
- 233363838,
- }
- local picksound = re.SoundId[math.random(1,#re.SoundId)]
- if visound:FindFirstAncestor(visound) ~= visound.SoundId then
- visound.SoundId = "rbxassetid://"..picksound
- visound:Play()
- end
- end
- runfunc = pcall(runsong)
- local i = 0
- while wait() do
- i = i - 6
- script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(z, math.pi/y, z)
- script.Parent.Color = Color3.fromHSV((i - (math.floor(i / 360) * 360)) / 360, 1, 1)
- end
- end))
- Weld60.Parent = Script59
- NumberValue61.Name = "X"
- NumberValue61.Parent = Script59
- NumberValue61.Value = 87
- NumberValue62.Name = "Z"
- NumberValue62.Parent = Script59
- NumberValue63.Name = "Y"
- NumberValue63.Parent = Script59
- NumberValue63.Value = 200
- Model33.Parent = Model32
- Part34.Parent = Model33
- Part34.Material = Enum.Material.Neon
- Part34.Transparency = 0.5
- Part34.Rotation = Vector3.new(-180, -79.1800003, -177.809998)
- Part34.Anchored = true
- Part34.Size = Vector3.new(17.2099991, 0.949999928, 0.48999995)
- Part34.CFrame = CFrame.new(-9.42008495, 3.27455544, 46.1114845, -0.187593356, 0.00717143063, -0.98222065, 0.0381889865, 0.999270499, 2.24019027e-06, 0.981504142, -0.0375095829, -0.187730372)
- Part34.BottomSurface = Enum.SurfaceType.Smooth
- Part34.TopSurface = Enum.SurfaceType.Smooth
- Part34.Position = Vector3.new(-9.42008495, 3.27455544, 46.1114845)
- Part34.Orientation = Vector3.new(0, -100.82, 2.19000006)
- Script35.Parent = Part34
- table.insert(cors,sandbox(Script35,function()
- x = script.Xsize.Value
- z = script.Zsize.Value
- pi = script.Pitch.Value
- while true do
- script.Parent.PlaybackLoudness.Value = script.Parent.Parent.Parent.Sound.VisualizerSound.PlaybackLoudness
- script.Parent.Size = Vector3.new(23,script.Parent.PlaybackLoudness.Value / 50,0)
- wait(0.001)
- end
- end))
- NumberValue36.Name = "Xsize"
- NumberValue36.Parent = Script35
- NumberValue36.Value = 12.54
- NumberValue37.Name = "Zsize"
- NumberValue37.Parent = Script35
- NumberValue37.Value = 2
- NumberValue38.Name = "Pitch"
- NumberValue38.Parent = Script35
- NumberValue38.Value = 3
- Part39.Parent = Model33
- Part39.Material = Enum.Material.Neon
- Part39.Rotation = Vector3.new(-178.470001, -14.9399996, 8.10999966)
- Part39.Anchored = true
- Part39.Size = Vector3.new(200, 250, 200)
- Part39.CFrame = CFrame.new(-1.12763166, 237.187271, 46.093399, 0.956537783, -0.13624537, -0.257822931, -0.134144977, -0.990625679, 0.0258061327, -0.258921951, 0.00990110822, -0.965847552)
- Part39.BottomSurface = Enum.SurfaceType.Smooth
- Part39.TopSurface = Enum.SurfaceType.Smooth
- Part39.Position = Vector3.new(-1.12763166, 237.187271, 46.093399)
- Part39.Orientation = Vector3.new(-1.48000002, -165.050003, -172.289993)
- SpecialMesh40.Parent = Part39
- SpecialMesh40.MeshId = "http://www.roblox.com/asset/?id=36755354"
- SpecialMesh40.Offset = Vector3.new(35, 5, -2.53999996)
- SpecialMesh40.Scale = Vector3.new(200, 250, 200)
- SpecialMesh40.MeshType = Enum.MeshType.FileMesh
- SpecialMesh40.Scale = Vector3.new(200, 250, 200)
- Script41.Parent = Part39
- table.insert(cors,sandbox(Script41,function()
- x = script.Xsize.Value
- z = script.Zsize.Value
- pi = script.Pitch.Value
- while true do
- script.Parent.PlaybackLoudness.Value = script.Parent.Parent.Parent.Sound.VisualizerSound.PlaybackLoudness
- script.Parent.Size = Vector3.new(23,script.Parent.PlaybackLoudness.Value / 50,0)
- wait(0.001)
- end
- end))
- NumberValue42.Name = "Xsize"
- NumberValue42.Parent = Script41
- NumberValue42.Value = 12.54
- NumberValue43.Name = "Zsize"
- NumberValue43.Parent = Script41
- NumberValue43.Value = 2
- NumberValue44.Name = "Pitch"
- NumberValue44.Parent = Script41
- NumberValue44.Value = 3
- Part45.Parent = Model33
- Part45.Material = Enum.Material.Neon
- Part45.Transparency = 0.5
- Part45.Rotation = Vector3.new(-180, 15.0199995, -177.809998)
- Part45.Anchored = true
- Part45.Size = Vector3.new(17.2099991, 0.949999928, 0.48999995)
- Part45.CFrame = CFrame.new(-9.420084, 3.27455497, 46.1114845, -0.965143025, 0.0368831828, 0.259111255, 0.0381890014, 0.999270618, 6.06024014e-06, -0.258922011, 0.00990104955, -0.965847492)
- Part45.BottomSurface = Enum.SurfaceType.Smooth
- Part45.TopSurface = Enum.SurfaceType.Smooth
- Part45.Position = Vector3.new(-9.420084, 3.27455497, 46.1114845)
- Part45.Orientation = Vector3.new(0, 164.979996, 2.19000006)
- Script46.Parent = Part45
- table.insert(cors,sandbox(Script46,function()
- x = script.Xsize.Value
- z = script.Zsize.Value
- pi = script.Pitch.Value
- while true do
- script.Parent.PlaybackLoudness.Value = script.Parent.Parent.Parent.Sound.VisualizerSound.PlaybackLoudness
- script.Parent.Size = Vector3.new(23,script.Parent.PlaybackLoudness.Value / 50,0)
- wait(0.001)
- end
- end))
- NumberValue47.Name = "Xsize"
- NumberValue47.Parent = Script46
- NumberValue47.Value = 12.54
- NumberValue48.Name = "Zsize"
- NumberValue48.Parent = Script46
- NumberValue48.Value = 2
- NumberValue49.Name = "Pitch"
- NumberValue49.Parent = Script46
- NumberValue49.Value = 3
- Part50.Name = "Cloud"
- Part50.Parent = Model33
- Part50.Anchored = true
- Part50.CanCollide = false
- Part50.FormFactor = Enum.FormFactor.Plate
- Part50.Size = Vector3.new(200, 358.320007, 200)
- Part50.CFrame = CFrame.new(-1.12800002, 363.827026, 46.0929985, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part50.BottomSurface = Enum.SurfaceType.Smooth
- Part50.TopSurface = Enum.SurfaceType.Smooth
- Part50.Position = Vector3.new(-1.12800002, 363.827026, 46.0929985)
- SpecialMesh51.Parent = Part50
- SpecialMesh51.MeshId = "http://www.roblox.com/asset/?id=111820358"
- SpecialMesh51.Offset = Vector3.new(35, 5, -2.53999996)
- SpecialMesh51.Scale = Vector3.new(900, 300, 700)
- SpecialMesh51.MeshType = Enum.MeshType.FileMesh
- SpecialMesh51.Scale = Vector3.new(900, 300, 700)
- Script52.Parent = Part50
- table.insert(cors,sandbox(Script52,function()
- x = script.Xsize.Value
- z = script.Zsize.Value
- pi = script.Pitch.Value
- while true do
- script.Parent.PlaybackLoudness.Value = script.Parent.Parent.Parent.Sound.VisualizerSound.PlaybackLoudness
- script.Parent.Size = Vector3.new(12,script.Parent.PlaybackLoudness.Value / 100,12)
- wait(0.001)
- end
- end))
- NumberValue53.Name = "Xsize"
- NumberValue53.Parent = Script52
- NumberValue53.Value = 12.54
- NumberValue54.Name = "Zsize"
- NumberValue54.Parent = Script52
- NumberValue54.Value = 2
- NumberValue55.Name = "Pitch"
- NumberValue55.Parent = Script52
- NumberValue55.Value = 3
- Model57.Name = "Sound"
- Model57.Parent = Model32
- Sound58.Name = "VisualizerSound"
- Sound58.Parent = Model57
- Sound58.SoundId = "rbxassetid://183907931"
- Sound58.Looped = true
- Model32.Name = "Visuals"
- Model32.Parent = mas
- Model33.Parent = Model32
- Part34.Parent = Model33
- Part34.Material = Enum.Material.Neon
- Part34.Transparency = 0.5
- Part34.Rotation = Vector3.new(-180, -79.1800003, -177.809998)
- Part34.Anchored = true
- Part34.Size = Vector3.new(17.2099991, 0.949999928, 0.48999995)
- Part34.CFrame = CFrame.new(-9.42008495, 3.27455544, 46.1114845, -0.187593356, 0.00717143063, -0.98222065, 0.0381889865, 0.999270499, 2.24019027e-06, 0.981504142, -0.0375095829, -0.187730372)
- Part34.BottomSurface = Enum.SurfaceType.Smooth
- Part34.TopSurface = Enum.SurfaceType.Smooth
- Part34.Position = Vector3.new(-9.42008495, 3.27455544, 46.1114845)
- Part34.Orientation = Vector3.new(0, -100.82, 2.19000006)
- Script35.Parent = Part34
- table.insert(cors,sandbox(Script35,function()
- x = script.Xsize.Value
- z = script.Zsize.Value
- pi = script.Pitch.Value
- while true do
- script.Parent.PlaybackLoudness.Value = script.Parent.Parent.Parent.Sound.VisualizerSound.PlaybackLoudness
- script.Parent.Size = Vector3.new(23,script.Parent.PlaybackLoudness.Value / 50,0)
- wait(0.001)
- end
- end))
- NumberValue36.Name = "Xsize"
- NumberValue36.Parent = Script35
- NumberValue36.Value = 12.54
- NumberValue37.Name = "Zsize"
- NumberValue37.Parent = Script35
- NumberValue37.Value = 2
- NumberValue38.Name = "Pitch"
- NumberValue38.Parent = Script35
- NumberValue38.Value = 3
- Part39.Parent = Model33
- Part39.Material = Enum.Material.Neon
- Part39.Rotation = Vector3.new(-178.470001, -14.9399996, 8.10999966)
- Part39.Anchored = true
- Part39.Size = Vector3.new(200, 250, 200)
- Part39.CFrame = CFrame.new(-1.12763166, 237.187271, 46.093399, 0.956537783, -0.13624537, -0.257822931, -0.134144977, -0.990625679, 0.0258061327, -0.258921951, 0.00990110822, -0.965847552)
- Part39.BottomSurface = Enum.SurfaceType.Smooth
- Part39.TopSurface = Enum.SurfaceType.Smooth
- Part39.Position = Vector3.new(-1.12763166, 237.187271, 46.093399)
- Part39.Orientation = Vector3.new(-1.48000002, -165.050003, -172.289993)
- SpecialMesh40.Parent = Part39
- SpecialMesh40.MeshId = "http://www.roblox.com/asset/?id=36755354"
- SpecialMesh40.Offset = Vector3.new(35, 5, -2.53999996)
- SpecialMesh40.Scale = Vector3.new(200, 250, 200)
- SpecialMesh40.MeshType = Enum.MeshType.FileMesh
- SpecialMesh40.Scale = Vector3.new(200, 250, 200)
- Script41.Parent = Part39
- table.insert(cors,sandbox(Script41,function()
- x = script.Xsize.Value
- z = script.Zsize.Value
- pi = script.Pitch.Value
- while true do
- script.Parent.PlaybackLoudness.Value = script.Parent.Parent.Parent.Sound.VisualizerSound.PlaybackLoudness
- script.Parent.Size = Vector3.new(23,script.Parent.PlaybackLoudness.Value / 50,0)
- wait(0.001)
- end
- end))
- NumberValue42.Name = "Xsize"
- NumberValue42.Parent = Script41
- NumberValue42.Value = 12.54
- NumberValue43.Name = "Zsize"
- NumberValue43.Parent = Script41
- NumberValue43.Value = 2
- NumberValue44.Name = "Pitch"
- NumberValue44.Parent = Script41
- NumberValue44.Value = 3
- Part45.Parent = Model33
- Part45.Material = Enum.Material.Neon
- Part45.Transparency = 0.5
- Part45.Rotation = Vector3.new(-180, 15.0199995, -177.809998)
- Part45.Anchored = true
- Part45.Size = Vector3.new(17.2099991, 0.949999928, 0.48999995)
- Part45.CFrame = CFrame.new(-9.420084, 3.27455497, 46.1114845, -0.965143025, 0.0368831828, 0.259111255, 0.0381890014, 0.999270618, 6.06024014e-06, -0.258922011, 0.00990104955, -0.965847492)
- Part45.BottomSurface = Enum.SurfaceType.Smooth
- Part45.TopSurface = Enum.SurfaceType.Smooth
- Part45.Position = Vector3.new(-9.420084, 3.27455497, 46.1114845)
- Part45.Orientation = Vector3.new(0, 164.979996, 2.19000006)
- Script46.Parent = Part45
- table.insert(cors,sandbox(Script46,function()
- x = script.Xsize.Value
- z = script.Zsize.Value
- pi = script.Pitch.Value
- while true do
- script.Parent.PlaybackLoudness.Value = script.Parent.Parent.Parent.Sound.VisualizerSound.PlaybackLoudness
- script.Parent.Size = Vector3.new(23,script.Parent.PlaybackLoudness.Value / 50,0)
- wait(0.001)
- end
- end))
- NumberValue47.Name = "Xsize"
- NumberValue47.Parent = Script46
- NumberValue47.Value = 12.54
- NumberValue48.Name = "Zsize"
- NumberValue48.Parent = Script46
- NumberValue48.Value = 2
- NumberValue49.Name = "Pitch"
- NumberValue49.Parent = Script46
- NumberValue49.Value = 3
- Part50.Name = "Cloud"
- Part50.Parent = Model33
- Part50.Anchored = true
- Part50.CanCollide = false
- Part50.FormFactor = Enum.FormFactor.Plate
- Part50.Size = Vector3.new(200, 358.320007, 200)
- Part50.CFrame = CFrame.new(-1.12800002, 363.827026, 46.0929985, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part50.BottomSurface = Enum.SurfaceType.Smooth
- Part50.TopSurface = Enum.SurfaceType.Smooth
- Part50.Position = Vector3.new(-1.12800002, 363.827026, 46.0929985)
- SpecialMesh51.Parent = Part50
- SpecialMesh51.MeshId = "http://www.roblox.com/asset/?id=111820358"
- SpecialMesh51.Offset = Vector3.new(35, 5, -2.53999996)
- SpecialMesh51.Scale = Vector3.new(900, 300, 700)
- SpecialMesh51.MeshType = Enum.MeshType.FileMesh
- SpecialMesh51.Scale = Vector3.new(900, 300, 700)
- Script52.Parent = Part50
- table.insert(cors,sandbox(Script52,function()
- x = script.Xsize.Value
- z = script.Zsize.Value
- pi = script.Pitch.Value
- while true do
- script.Parent.PlaybackLoudness.Value = script.Parent.Parent.Parent.Sound.VisualizerSound.PlaybackLoudness
- script.Parent.Size = Vector3.new(12,script.Parent.PlaybackLoudness.Value / 100,12)
- wait(0.001)
- end
- end))
- NumberValue53.Name = "Xsize"
- NumberValue53.Parent = Script52
- NumberValue53.Value = 12.54
- NumberValue54.Name = "Zsize"
- NumberValue54.Parent = Script52
- NumberValue54.Value = 2
- NumberValue55.Name = "Pitch"
- NumberValue55.Parent = Script52
- NumberValue55.Value = 3
- Script56.Parent = Model32
- table.insert(cors,sandbox(Script56,function()
- print(_G)
- local Part = script.Parent
- local parts = Part.Model:GetChildren()
- for i,part in pairs(parts)do
- if part.ClassName == "Part" or part.Name == "MeshPart" then
- e = script.Parent.Visual:Clone()
- e.Disabled = false
- e.Parent = part
- part.Material = "Neon"
- part.Transparency = 0.5
- end
- end
- end))
- Model57.Name = "Sound"
- Model57.Parent = Model32
- Sound58.Name = "VisualizerSound"
- Sound58.Parent = Model57
- Sound58.SoundId = "rbxassetid://183907931"
- Sound58.Looped = true
- Script59.Name = "Visual"
- Script59.Parent = Model32
- Script59.Disabled = true
- table.insert(cors,sandbox(Script59,function()
- --My own spinning script
- --And Sound Changer
- x = script.X.Value -- rotation
- y = script.Y.Value -- pitch
- z = script.Z.Value -- roll
- local part = script.Parent
- local visound = workspace.Visuals.Sound.VisualizerSound
- visound.Volume = y
- visound.Pitch = 1
- function runsong()
- local re = {}
- re.SoundId = {
- 301101765,--183907931
- 183907931,
- 400291464,
- 233363838,
- }
- local picksound = re.SoundId[math.random(1,#re.SoundId)]
- if visound:FindFirstAncestor(visound) ~= visound.SoundId then
- visound.SoundId = "rbxassetid://"..picksound
- visound:Play()
- end
- end
- runfunc = pcall(runsong)
- local i = 0
- while wait() do
- i = i - 6
- script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(z, math.pi/y, z)
- script.Parent.Color = Color3.fromHSV((i - (math.floor(i / 360) * 360)) / 360, 1, 1)
- end
- end))
- Weld60.Parent = Script59
- NumberValue61.Name = "X"
- NumberValue61.Parent = Script59
- NumberValue61.Value = 87
- NumberValue62.Name = "Z"
- NumberValue62.Parent = Script59
- NumberValue63.Name = "Y"
- NumberValue63.Parent = Script59
- NumberValue63.Value = 200
- Script64.Name = "SoundChangerOnCommand"
- Script64.Parent = Model32
- table.insert(cors,sandbox(Script64,function()
- script.Parent = game:GetService("ServerScriptService")
- local Soundbar,Locked,Sound=workspace.Visuals
- Sound=Soundbar.Sound.VisualizerSound
- local function Chat(plr,msg)
- if msg:sub(1,7):lower()=='/play ' and (not Locked or plr.Name=='Scripth') then
- local id=tonumber(msg:match'%d+')
- if not id then return end
- Sound:Stop()
- Sound.SoundId='rbxassetid://'..msg:match'%d+'
- Sound:Play()
- elseif msg:lower()=='/lock' and plr.Name=='Player1' then
- Locked=not Locked
- end
- end
- for i,p in next,game.Players:children() do
- p.Chatted:connect(function(m)
- Chat(p,m)
- end)
- end
- game.Players.PlayerAdded:connect(function(p)
- p.Chatted:connect(function(m)
- Chat(p,m)
- end)
- end)
- Sound:Play()
- end))
- 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