Advertisement
suramraja1

Untitled

Feb 24th, 2023 (edited)
804
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.93 KB | Food | 0 0
  1. for i,v in pairs(game.Workspace:GetChildren()) do
  2.     if  v.ClassName == "Part" then
  3.     v:Destroy()
  4.     end
  5. end
  6.  
  7. for i,v in pairs(game.Workspace:GetChildren()) do
  8.     if  v.ClassName == "MeshPart" then
  9.     v:Destroy()
  10.     end
  11. end
  12.  
  13. for i,v in pairs(game.Workspace:GetChildren()) do
  14.     if  v.ClassName == "UnionOperation" then
  15.     v:Destroy()
  16.     end
  17. end
  18.  
  19. for i,v in pairs(game.Workspace:GetChildren()) do
  20.     if  v.ClassName == "VehicleSeat" then
  21.     v:Destroy()
  22.     end
  23. end
  24.  
  25. for i,v in pairs(game.Workspace:GetChildren()) do
  26.     if  v.ClassName == "WedgePart" then
  27.     v:Destroy()
  28.     end
  29. end
  30.  
  31. for i,v in pairs(game.Workspace:GetDescendants()) do
  32.     if v.Name == "Unanchor" then
  33.     v:Destroy()
  34.     end
  35. end
  36.  
  37. for i,v in pairs(game.Workspace:GetDescendants()) do
  38.     if v.Name == "LocalContent" then
  39.     v:Destroy()
  40.     end
  41. end
  42.  
  43. coroutine.wrap(function()
  44.     for i,v in pairs(game:GetDescendants()) do
  45.         if v.Name == "Unanchor" or v.Name == "grass"
  46.         or v.Name == "Diving Board" or v.Name == "Tiki Torch [Destructible]" or v.Name == "ladders"
  47.         or v.Name == "gobacktomaincampusteleporter" or v.Name == "Window1" or v.Name == "closets" or v.Name == "TeleportSchool"
  48.         or v.Name == "facechangers" or v.Name == "Model-M"
  49.         or v.Name == "purple lights" or v.Name == "lights" or v.Name == "jacussilights" or v.Name == "bathroomlights"
  50.         or v.Name == "bath" or v.Name == "foodgivingsystem" or v.Name == "floorwaterlights"
  51.         or v.Name == "bathroombuilding" or v.Name == "Lockers" or v.Name == "more lights"
  52.         or v.Name == "seatsindorm" or v.Name == "musicclassbuilding" or v.Name == "seatsinbathrooms" or v.Name == "darkbuilding"             
  53.         or v.Name == "lightbuilding" then
  54.         v:Destroy()
  55.         end
  56.     end
  57. end)()
  58.  
  59. coroutine.wrap(function()
  60.     pcall(function()
  61. --ServerTimer
  62. --Created by Gui_HD(Nova)
  63. local function CreateInstance(cls,props)
  64. local inst = Instance.new(cls)
  65. for i,v in pairs(props) do
  66. inst[i] = v
  67. end
  68. return inst
  69. end
  70.  
  71. local Clocker = CreateInstance('ScreenGui',{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name='Clocker', Parent=game.CoreGui})
  72. local background = CreateInstance('ImageLabel',{Image='rbxassetid://2851926732',ImageColor3=Color3.new(0.117647, 0.117647, 0.117647),ImageRectOffset=Vector2.new(0, 0),ImageRectSize=Vector2.new(0, 0),ImageTransparency=0,ScaleType=Enum.ScaleType.Slice,SliceCenter=Rect.new(12, 12, 12, 12),Active=false,AnchorPoint=Vector2.new(0.5, 0.5),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.89, 0, 0.1470347628, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 170, 0, 128),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='background',Parent = Clocker})
  73. local timerlabel = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Timer',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=23,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 170, 0, 20),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='timerlabel',Parent = background})
  74. local timer = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='0:0:0',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=50,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0.535714269, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 170, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='timer',Parent = background})
  75.  
  76. while wait()do
  77. local scripttime=game.Workspace.DistributedGameTime
  78. local seconds = scripttime%60
  79. local minutes = math.floor(scripttime/60%60)
  80. local hours = math.floor(scripttime/3600)
  81. local tempo = string.format("%.0f:%.0f:%.0f", hours ,minutes, seconds)
  82. timer.Text = tempo
  83. end
  84.     end)
  85. end)()
  86.  
  87. coroutine.wrap(function()
  88.     pcall(function()
  89.     game:GetService("ReplicatedStorage").ErrorLogNetworkFolder.ReportError:Destroy()
  90.     end)
  91. end)()
  92.  
  93. for i,v in pairs(game:GetDescendants()) do
  94. if v.Name == "BeautifulSparkles" then
  95. v:Destroy()
  96. end
  97. end
  98.  
  99. workspace.Terrain:Clear()
Advertisement
Comments
  • # text 0.25 KB | 0 0
    1.  
    2. <a href="https://www.google.com/">Google</a>
    3.  
    4. [url=https://www.google.com/]Google[/url]
    5.  
    6. [Google](https://www.google.com/)
    7.  
    8. "Google":https://www.google.com/
    9.  
    10. [[https://www.google.com/ | Google]]
    11.  
    12. [Google][1]
    13. [1]: https://www.google.com/
Add Comment
Please, Sign In to add comment
Advertisement