Advertisement
Animescapetower

chat system thing

Aug 28th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.56 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Model0 = Instance.new("Model")
  20. Part1 = Instance.new("Part")
  21. SurfaceGui2 = Instance.new("SurfaceGui")
  22. Frame3 = Instance.new("Frame")
  23. TextLabel4 = Instance.new("TextLabel")
  24. SurfaceGui5 = Instance.new("SurfaceGui")
  25. Frame6 = Instance.new("Frame")
  26. TextLabel7 = Instance.new("TextLabel")
  27. Part8 = Instance.new("Part")
  28. Part9 = Instance.new("Part")
  29. Model10 = Instance.new("Model")
  30. UnionOperation11 = Instance.new("UnionOperation")
  31. UnionOperation12 = Instance.new("UnionOperation")
  32. UnionOperation13 = Instance.new("UnionOperation")
  33. UnionOperation14 = Instance.new("UnionOperation")
  34. UnionOperation15 = Instance.new("UnionOperation")
  35. UnionOperation16 = Instance.new("UnionOperation")
  36. UnionOperation17 = Instance.new("UnionOperation")
  37. UnionOperation18 = Instance.new("UnionOperation")
  38. UnionOperation19 = Instance.new("UnionOperation")
  39. UnionOperation20 = Instance.new("UnionOperation")
  40. UnionOperation21 = Instance.new("UnionOperation")
  41. UnionOperation22 = Instance.new("UnionOperation")
  42. Model23 = Instance.new("Model")
  43. UnionOperation24 = Instance.new("UnionOperation")
  44. UnionOperation25 = Instance.new("UnionOperation")
  45. UnionOperation26 = Instance.new("UnionOperation")
  46. UnionOperation27 = Instance.new("UnionOperation")
  47. UnionOperation28 = Instance.new("UnionOperation")
  48. UnionOperation29 = Instance.new("UnionOperation")
  49. UnionOperation30 = Instance.new("UnionOperation")
  50. UnionOperation31 = Instance.new("UnionOperation")
  51. UnionOperation32 = Instance.new("UnionOperation")
  52. UnionOperation33 = Instance.new("UnionOperation")
  53. UnionOperation34 = Instance.new("UnionOperation")
  54. UnionOperation35 = Instance.new("UnionOperation")
  55. Part36 = Instance.new("Part")
  56. Part37 = Instance.new("Part")
  57. Part38 = Instance.new("Part")
  58. Script39 = Instance.new("Script")
  59. ScreenGui40 = Instance.new("ScreenGui")
  60. Frame41 = Instance.new("Frame")
  61. Frame42 = Instance.new("Frame")
  62. TextBox43 = Instance.new("TextBox")
  63. TextLabel44 = Instance.new("TextLabel")
  64. TextLabel45 = Instance.new("TextLabel")
  65. TextButton46 = Instance.new("TextButton")
  66. Script47 = Instance.new("Script")
  67. TextButton48 = Instance.new("TextButton")
  68. TextLabel49 = Instance.new("TextLabel")
  69. TextLabel50 = Instance.new("TextLabel")
  70. ScreenGui51 = Instance.new("ScreenGui")
  71. Frame52 = Instance.new("Frame")
  72. TextLabel53 = Instance.new("TextLabel")
  73. TextLabel54 = Instance.new("TextLabel")
  74. TextLabel55 = Instance.new("TextLabel")
  75. TextLabel56 = Instance.new("TextLabel")
  76. Part57 = Instance.new("Part")
  77. Model0.Name = "Chat System Sign"
  78. Model0.Parent = mas
  79. Part1.Name = "SignMessage"
  80. Part1.Parent = Model0
  81. Part1.CFrame = CFrame.new(20.3550091, 9.46000957, -38.8299942, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  82. Part1.Position = Vector3.new(20.3550091, 9.46000957, -38.8299942)
  83. Part1.Color = Color3.new(0.0352941, 0.537255, 0.811765)
  84. Part1.Transparency = 0.60000002384186
  85. Part1.Size = Vector3.new(10.0899944, 12.0599995, 0.0500000007)
  86. Part1.Anchored = true
  87. Part1.BottomSurface = Enum.SurfaceType.Smooth
  88. Part1.BrickColor = BrickColor.new("Electric blue")
  89. Part1.Material = Enum.Material.Neon
  90. Part1.TopSurface = Enum.SurfaceType.Smooth
  91. Part1.brickColor = BrickColor.new("Electric blue")
  92. SurfaceGui2.Name = "ChatGui"
  93. SurfaceGui2.Parent = Part1
  94. SurfaceGui2.ClipsDescendants = true
  95. Frame3.Parent = SurfaceGui2
  96. Frame3.Size = UDim2.new(0, 900, 0, 900)
  97. Frame3.BackgroundColor = BrickColor.new("Institutional white")
  98. Frame3.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Frame3.BackgroundTransparency = 0.89999997615814
  100. TextLabel4.Parent = Frame3
  101. TextLabel4.Position = UDim2.new(0, -100, 0, 0)
  102. TextLabel4.Size = UDim2.new(0, 1024, 0, 38)
  103. TextLabel4.BackgroundColor = BrickColor.new("Institutional white")
  104. TextLabel4.BackgroundColor3 = Color3.new(1, 1, 1)
  105. TextLabel4.BackgroundTransparency = 1
  106. TextLabel4.Selectable = true
  107. TextLabel4.Font = Enum.Font.SourceSans
  108. TextLabel4.FontSize = Enum.FontSize.Size14
  109. TextLabel4.Text = " Animes Chat System, say 'cmds to use cmds"
  110. TextLabel4.TextColor = BrickColor.new("Really black")
  111. TextLabel4.TextColor3 = Color3.new(0, 0, 0)
  112. TextLabel4.TextScaled = true
  113. TextLabel4.TextSize = 14
  114. TextLabel4.TextWrap = true
  115. TextLabel4.TextWrapped = true
  116. SurfaceGui5.Name = "ChatGui2"
  117. SurfaceGui5.Parent = Part1
  118. SurfaceGui5.Face = Enum.NormalId.Back
  119. SurfaceGui5.ClipsDescendants = true
  120. Frame6.Parent = SurfaceGui5
  121. Frame6.Size = UDim2.new(0, 900, 0, 900)
  122. Frame6.BackgroundColor = BrickColor.new("Institutional white")
  123. Frame6.BackgroundColor3 = Color3.new(1, 1, 1)
  124. Frame6.BackgroundTransparency = 0.89999997615814
  125. TextLabel7.Parent = Frame6
  126. TextLabel7.Position = UDim2.new(0, -100, 0, 0)
  127. TextLabel7.Size = UDim2.new(0, 1024, 0, 38)
  128. TextLabel7.BackgroundColor = BrickColor.new("Institutional white")
  129. TextLabel7.BackgroundColor3 = Color3.new(1, 1, 1)
  130. TextLabel7.BackgroundTransparency = 1
  131. TextLabel7.Selectable = true
  132. TextLabel7.Font = Enum.Font.SourceSans
  133. TextLabel7.FontSize = Enum.FontSize.Size14
  134. TextLabel7.Text = " Animes Chat System, say 'cmds to use cmds"
  135. TextLabel7.TextColor = BrickColor.new("Really black")
  136. TextLabel7.TextColor3 = Color3.new(0, 0, 0)
  137. TextLabel7.TextScaled = true
  138. TextLabel7.TextSize = 14
  139. TextLabel7.TextWrap = true
  140. TextLabel7.TextWrapped = true
  141. Part8.Parent = Model0
  142. Part8.CFrame = CFrame.new(29.1225567, 7.74500942, -38.8299942, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  143. Part8.Position = Vector3.new(29.1225567, 7.74500942, -38.8299942)
  144. Part8.Size = Vector3.new(1.75000012, 15.4899988, 2)
  145. Part8.Anchored = true
  146. Part8.BottomSurface = Enum.SurfaceType.Smooth
  147. Part8.Material = Enum.Material.Metal
  148. Part8.TopSurface = Enum.SurfaceType.Smooth
  149. Part9.Parent = Model0
  150. Part9.CFrame = CFrame.new(26.8341312, 9.46000862, -38.8299942, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  151. Part9.Position = Vector3.new(26.8341312, 9.46000862, -38.8299942)
  152. Part9.Color = Color3.new(0.803922, 0.803922, 0.803922)
  153. Part9.Transparency = 0.60000002384186
  154. Part9.Size = Vector3.new(2.86999989, 12.0599985, 0.0500000007)
  155. Part9.Anchored = true
  156. Part9.BottomSurface = Enum.SurfaceType.Smooth
  157. Part9.BrickColor = BrickColor.new("Mid gray")
  158. Part9.Material = Enum.Material.Glass
  159. Part9.TopSurface = Enum.SurfaceType.Smooth
  160. Part9.brickColor = BrickColor.new("Mid gray")
  161. Model10.Parent = Model0
  162. UnionOperation11.Parent = Model10
  163. UnionOperation11.CFrame = CFrame.new(13.5798054, 11.1274157, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  164. UnionOperation11.Orientation = Vector3.new(0, 0, 41.9799995)
  165. UnionOperation11.Position = Vector3.new(13.5798054, 11.1274157, -38.7708015)
  166. UnionOperation11.Rotation = Vector3.new(0, 0, 41.9799995)
  167. UnionOperation11.Color = Color3.new(0.768628, 0.156863, 0.109804)
  168. UnionOperation11.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  169. UnionOperation11.Anchored = true
  170. UnionOperation11.BrickColor = BrickColor.new("Bright red")
  171. UnionOperation11.Material = Enum.Material.Metal
  172. UnionOperation11.brickColor = BrickColor.new("Bright red")
  173. UnionOperation11.UsePartColor = true
  174. UnionOperation12.Parent = Model10
  175. UnionOperation12.CFrame = CFrame.new(14.5497799, 10.0495672, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  176. UnionOperation12.Orientation = Vector3.new(0, 0, 41.9799995)
  177. UnionOperation12.Position = Vector3.new(14.5497799, 10.0495672, -38.7708015)
  178. UnionOperation12.Rotation = Vector3.new(0, 0, 41.9799995)
  179. UnionOperation12.Color = Color3.new(0.768628, 0.156863, 0.109804)
  180. UnionOperation12.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  181. UnionOperation12.Anchored = true
  182. UnionOperation12.BrickColor = BrickColor.new("Bright red")
  183. UnionOperation12.Material = Enum.Material.Metal
  184. UnionOperation12.brickColor = BrickColor.new("Bright red")
  185. UnionOperation12.UsePartColor = true
  186. UnionOperation13.Parent = Model10
  187. UnionOperation13.CFrame = CFrame.new(13.6409168, 9.23166752, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  188. UnionOperation13.Orientation = Vector3.new(0, 0, 41.9799995)
  189. UnionOperation13.Position = Vector3.new(13.6409168, 9.23166752, -38.7708015)
  190. UnionOperation13.Rotation = Vector3.new(0, 0, 41.9799995)
  191. UnionOperation13.Color = Color3.new(0.768628, 0.156863, 0.109804)
  192. UnionOperation13.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  193. UnionOperation13.Anchored = true
  194. UnionOperation13.BrickColor = BrickColor.new("Bright red")
  195. UnionOperation13.Material = Enum.Material.Metal
  196. UnionOperation13.brickColor = BrickColor.new("Bright red")
  197. UnionOperation13.UsePartColor = true
  198. UnionOperation14.Parent = Model10
  199. UnionOperation14.CFrame = CFrame.new(14.4630184, 11.9222317, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  200. UnionOperation14.Orientation = Vector3.new(0, 0, 41.9799995)
  201. UnionOperation14.Position = Vector3.new(14.4630184, 11.9222317, -38.7708015)
  202. UnionOperation14.Rotation = Vector3.new(0, 0, 41.9799995)
  203. UnionOperation14.Color = Color3.new(0.768628, 0.156863, 0.109804)
  204. UnionOperation14.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  205. UnionOperation14.Anchored = true
  206. UnionOperation14.BrickColor = BrickColor.new("Bright red")
  207. UnionOperation14.Material = Enum.Material.Metal
  208. UnionOperation14.brickColor = BrickColor.new("Bright red")
  209. UnionOperation14.UsePartColor = true
  210. UnionOperation15.Parent = Model10
  211. UnionOperation15.CFrame = CFrame.new(13.6736507, 12.7993898, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  212. UnionOperation15.Orientation = Vector3.new(0, 0, 41.9799995)
  213. UnionOperation15.Position = Vector3.new(13.6736507, 12.7993898, -38.7708015)
  214. UnionOperation15.Rotation = Vector3.new(0, 0, 41.9799995)
  215. UnionOperation15.Color = Color3.new(0.768628, 0.156863, 0.109804)
  216. UnionOperation15.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  217. UnionOperation15.Anchored = true
  218. UnionOperation15.BrickColor = BrickColor.new("Bright red")
  219. UnionOperation15.Material = Enum.Material.Metal
  220. UnionOperation15.brickColor = BrickColor.new("Bright red")
  221. UnionOperation15.UsePartColor = true
  222. UnionOperation16.Parent = Model10
  223. UnionOperation16.CFrame = CFrame.new(14.4906178, 13.5345907, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  224. UnionOperation16.Orientation = Vector3.new(0, 0, 41.9799995)
  225. UnionOperation16.Position = Vector3.new(14.4906178, 13.5345907, -38.7708015)
  226. UnionOperation16.Rotation = Vector3.new(0, 0, 41.9799995)
  227. UnionOperation16.Color = Color3.new(0.768628, 0.156863, 0.109804)
  228. UnionOperation16.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  229. UnionOperation16.Anchored = true
  230. UnionOperation16.BrickColor = BrickColor.new("Bright red")
  231. UnionOperation16.Material = Enum.Material.Metal
  232. UnionOperation16.brickColor = BrickColor.new("Bright red")
  233. UnionOperation16.UsePartColor = true
  234. UnionOperation17.Parent = Model10
  235. UnionOperation17.CFrame = CFrame.new(13.7812748, 14.3228235, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  236. UnionOperation17.Orientation = Vector3.new(0, 0, 41.9799995)
  237. UnionOperation17.Position = Vector3.new(13.7812748, 14.3228235, -38.7708015)
  238. UnionOperation17.Rotation = Vector3.new(0, 0, 41.9799995)
  239. UnionOperation17.Color = Color3.new(0.768628, 0.156863, 0.109804)
  240. UnionOperation17.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  241. UnionOperation17.Anchored = true
  242. UnionOperation17.BrickColor = BrickColor.new("Bright red")
  243. UnionOperation17.Material = Enum.Material.Metal
  244. UnionOperation17.brickColor = BrickColor.new("Bright red")
  245. UnionOperation17.UsePartColor = true
  246. UnionOperation18.Parent = Model10
  247. UnionOperation18.CFrame = CFrame.new(14.3983097, 8.39003849, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  248. UnionOperation18.Orientation = Vector3.new(0, 0, 41.9799995)
  249. UnionOperation18.Position = Vector3.new(14.3983097, 8.39003849, -38.7708015)
  250. UnionOperation18.Rotation = Vector3.new(0, 0, 41.9799995)
  251. UnionOperation18.Color = Color3.new(0.768628, 0.156863, 0.109804)
  252. UnionOperation18.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  253. UnionOperation18.Anchored = true
  254. UnionOperation18.BrickColor = BrickColor.new("Bright red")
  255. UnionOperation18.Material = Enum.Material.Metal
  256. UnionOperation18.brickColor = BrickColor.new("Bright red")
  257. UnionOperation18.UsePartColor = true
  258. UnionOperation19.Parent = Model10
  259. UnionOperation19.CFrame = CFrame.new(13.3680935, 7.46293354, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  260. UnionOperation19.Orientation = Vector3.new(0, 0, 41.9799995)
  261. UnionOperation19.Position = Vector3.new(13.3680935, 7.46293354, -38.7708015)
  262. UnionOperation19.Rotation = Vector3.new(0, 0, 41.9799995)
  263. UnionOperation19.Color = Color3.new(0.768628, 0.156863, 0.109804)
  264. UnionOperation19.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  265. UnionOperation19.Anchored = true
  266. UnionOperation19.BrickColor = BrickColor.new("Bright red")
  267. UnionOperation19.Material = Enum.Material.Metal
  268. UnionOperation19.brickColor = BrickColor.new("Bright red")
  269. UnionOperation19.UsePartColor = true
  270. UnionOperation20.Parent = Model10
  271. UnionOperation20.CFrame = CFrame.new(14.141634, 6.60336113, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  272. UnionOperation20.Orientation = Vector3.new(0, 0, 41.9799995)
  273. UnionOperation20.Position = Vector3.new(14.141634, 6.60336113, -38.7708015)
  274. UnionOperation20.Rotation = Vector3.new(0, 0, 41.9799995)
  275. UnionOperation20.Color = Color3.new(0.768628, 0.156863, 0.109804)
  276. UnionOperation20.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  277. UnionOperation20.Anchored = true
  278. UnionOperation20.BrickColor = BrickColor.new("Bright red")
  279. UnionOperation20.Material = Enum.Material.Metal
  280. UnionOperation20.brickColor = BrickColor.new("Bright red")
  281. UnionOperation20.UsePartColor = true
  282. UnionOperation21.Parent = Model10
  283. UnionOperation21.CFrame = CFrame.new(13.3390141, 5.88107109, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  284. UnionOperation21.Orientation = Vector3.new(0, 0, 41.9799995)
  285. UnionOperation21.Position = Vector3.new(13.3390141, 5.88107109, -38.7708015)
  286. UnionOperation21.Rotation = Vector3.new(0, 0, 41.9799995)
  287. UnionOperation21.Color = Color3.new(0.768628, 0.156863, 0.109804)
  288. UnionOperation21.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  289. UnionOperation21.Anchored = true
  290. UnionOperation21.BrickColor = BrickColor.new("Bright red")
  291. UnionOperation21.Material = Enum.Material.Metal
  292. UnionOperation21.brickColor = BrickColor.new("Bright red")
  293. UnionOperation21.UsePartColor = true
  294. UnionOperation22.Parent = Model10
  295. UnionOperation22.CFrame = CFrame.new(13.9659061, 5.18446016, -38.7708015, 0.743325651, -0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, 1)
  296. UnionOperation22.Orientation = Vector3.new(0, 0, 41.9799995)
  297. UnionOperation22.Position = Vector3.new(13.9659061, 5.18446016, -38.7708015)
  298. UnionOperation22.Rotation = Vector3.new(0, 0, 41.9799995)
  299. UnionOperation22.Color = Color3.new(0.768628, 0.156863, 0.109804)
  300. UnionOperation22.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  301. UnionOperation22.Anchored = true
  302. UnionOperation22.BrickColor = BrickColor.new("Bright red")
  303. UnionOperation22.Material = Enum.Material.Metal
  304. UnionOperation22.brickColor = BrickColor.new("Bright red")
  305. UnionOperation22.UsePartColor = true
  306. Model23.Parent = Model0
  307. UnionOperation24.Parent = Model23
  308. UnionOperation24.CFrame = CFrame.new(27.1316242, 11.4739332, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  309. UnionOperation24.Orientation = Vector3.new(0, 180, 41.9799995)
  310. UnionOperation24.Position = Vector3.new(27.1316242, 11.4739332, -38.8290215)
  311. UnionOperation24.Rotation = Vector3.new(-180, 0, -138.020004)
  312. UnionOperation24.Color = Color3.new(0.768628, 0.156863, 0.109804)
  313. UnionOperation24.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  314. UnionOperation24.Anchored = true
  315. UnionOperation24.BrickColor = BrickColor.new("Bright red")
  316. UnionOperation24.Material = Enum.Material.Metal
  317. UnionOperation24.brickColor = BrickColor.new("Bright red")
  318. UnionOperation24.UsePartColor = true
  319. UnionOperation25.Parent = Model23
  320. UnionOperation25.CFrame = CFrame.new(26.1616497, 10.3960848, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  321. UnionOperation25.Orientation = Vector3.new(0, 180, 41.9799995)
  322. UnionOperation25.Position = Vector3.new(26.1616497, 10.3960848, -38.8290215)
  323. UnionOperation25.Rotation = Vector3.new(-180, 0, -138.020004)
  324. UnionOperation25.Color = Color3.new(0.768628, 0.156863, 0.109804)
  325. UnionOperation25.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  326. UnionOperation25.Anchored = true
  327. UnionOperation25.BrickColor = BrickColor.new("Bright red")
  328. UnionOperation25.Material = Enum.Material.Metal
  329. UnionOperation25.brickColor = BrickColor.new("Bright red")
  330. UnionOperation25.UsePartColor = true
  331. UnionOperation26.Parent = Model23
  332. UnionOperation26.CFrame = CFrame.new(27.0705128, 9.57818508, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  333. UnionOperation26.Orientation = Vector3.new(0, 180, 41.9799995)
  334. UnionOperation26.Position = Vector3.new(27.0705128, 9.57818508, -38.8290215)
  335. UnionOperation26.Rotation = Vector3.new(-180, 0, -138.020004)
  336. UnionOperation26.Color = Color3.new(0.768628, 0.156863, 0.109804)
  337. UnionOperation26.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  338. UnionOperation26.Anchored = true
  339. UnionOperation26.BrickColor = BrickColor.new("Bright red")
  340. UnionOperation26.Material = Enum.Material.Metal
  341. UnionOperation26.brickColor = BrickColor.new("Bright red")
  342. UnionOperation26.UsePartColor = true
  343. UnionOperation27.Parent = Model23
  344. UnionOperation27.CFrame = CFrame.new(26.2484112, 12.2687502, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  345. UnionOperation27.Orientation = Vector3.new(0, 180, 41.9799995)
  346. UnionOperation27.Position = Vector3.new(26.2484112, 12.2687502, -38.8290215)
  347. UnionOperation27.Rotation = Vector3.new(-180, 0, -138.020004)
  348. UnionOperation27.Color = Color3.new(0.768628, 0.156863, 0.109804)
  349. UnionOperation27.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  350. UnionOperation27.Anchored = true
  351. UnionOperation27.BrickColor = BrickColor.new("Bright red")
  352. UnionOperation27.Material = Enum.Material.Metal
  353. UnionOperation27.brickColor = BrickColor.new("Bright red")
  354. UnionOperation27.UsePartColor = true
  355. UnionOperation28.Parent = Model23
  356. UnionOperation28.CFrame = CFrame.new(27.0377789, 13.1459074, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  357. UnionOperation28.Orientation = Vector3.new(0, 180, 41.9799995)
  358. UnionOperation28.Position = Vector3.new(27.0377789, 13.1459074, -38.8290215)
  359. UnionOperation28.Rotation = Vector3.new(-180, 0, -138.020004)
  360. UnionOperation28.Color = Color3.new(0.768628, 0.156863, 0.109804)
  361. UnionOperation28.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  362. UnionOperation28.Anchored = true
  363. UnionOperation28.BrickColor = BrickColor.new("Bright red")
  364. UnionOperation28.Material = Enum.Material.Metal
  365. UnionOperation28.brickColor = BrickColor.new("Bright red")
  366. UnionOperation28.UsePartColor = true
  367. UnionOperation29.Parent = Model23
  368. UnionOperation29.CFrame = CFrame.new(26.2208118, 13.8811083, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  369. UnionOperation29.Orientation = Vector3.new(0, 180, 41.9799995)
  370. UnionOperation29.Position = Vector3.new(26.2208118, 13.8811083, -38.8290215)
  371. UnionOperation29.Rotation = Vector3.new(-180, 0, -138.020004)
  372. UnionOperation29.Color = Color3.new(0.768628, 0.156863, 0.109804)
  373. UnionOperation29.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  374. UnionOperation29.Anchored = true
  375. UnionOperation29.BrickColor = BrickColor.new("Bright red")
  376. UnionOperation29.Material = Enum.Material.Metal
  377. UnionOperation29.brickColor = BrickColor.new("Bright red")
  378. UnionOperation29.UsePartColor = true
  379. UnionOperation30.Parent = Model23
  380. UnionOperation30.CFrame = CFrame.new(26.9301548, 14.6693411, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  381. UnionOperation30.Orientation = Vector3.new(0, 180, 41.9799995)
  382. UnionOperation30.Position = Vector3.new(26.9301548, 14.6693411, -38.8290215)
  383. UnionOperation30.Rotation = Vector3.new(-180, 0, -138.020004)
  384. UnionOperation30.Color = Color3.new(0.768628, 0.156863, 0.109804)
  385. UnionOperation30.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  386. UnionOperation30.Anchored = true
  387. UnionOperation30.BrickColor = BrickColor.new("Bright red")
  388. UnionOperation30.Material = Enum.Material.Metal
  389. UnionOperation30.brickColor = BrickColor.new("Bright red")
  390. UnionOperation30.UsePartColor = true
  391. UnionOperation31.Parent = Model23
  392. UnionOperation31.CFrame = CFrame.new(26.3131199, 8.73655605, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  393. UnionOperation31.Orientation = Vector3.new(0, 180, 41.9799995)
  394. UnionOperation31.Position = Vector3.new(26.3131199, 8.73655605, -38.8290215)
  395. UnionOperation31.Rotation = Vector3.new(-180, 0, -138.020004)
  396. UnionOperation31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  397. UnionOperation31.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  398. UnionOperation31.Anchored = true
  399. UnionOperation31.BrickColor = BrickColor.new("Bright red")
  400. UnionOperation31.Material = Enum.Material.Metal
  401. UnionOperation31.brickColor = BrickColor.new("Bright red")
  402. UnionOperation31.UsePartColor = true
  403. UnionOperation32.Parent = Model23
  404. UnionOperation32.CFrame = CFrame.new(27.3433361, 7.80945063, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  405. UnionOperation32.Orientation = Vector3.new(0, 180, 41.9799995)
  406. UnionOperation32.Position = Vector3.new(27.3433361, 7.80945063, -38.8290215)
  407. UnionOperation32.Rotation = Vector3.new(-180, 0, -138.020004)
  408. UnionOperation32.Color = Color3.new(0.768628, 0.156863, 0.109804)
  409. UnionOperation32.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  410. UnionOperation32.Anchored = true
  411. UnionOperation32.BrickColor = BrickColor.new("Bright red")
  412. UnionOperation32.Material = Enum.Material.Metal
  413. UnionOperation32.brickColor = BrickColor.new("Bright red")
  414. UnionOperation32.UsePartColor = true
  415. UnionOperation33.Parent = Model23
  416. UnionOperation33.CFrame = CFrame.new(26.5697956, 6.94987631, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  417. UnionOperation33.Orientation = Vector3.new(0, 180, 41.9799995)
  418. UnionOperation33.Position = Vector3.new(26.5697956, 6.94987631, -38.8290215)
  419. UnionOperation33.Rotation = Vector3.new(-180, 0, -138.020004)
  420. UnionOperation33.Color = Color3.new(0.768628, 0.156863, 0.109804)
  421. UnionOperation33.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  422. UnionOperation33.Anchored = true
  423. UnionOperation33.BrickColor = BrickColor.new("Bright red")
  424. UnionOperation33.Material = Enum.Material.Metal
  425. UnionOperation33.brickColor = BrickColor.new("Bright red")
  426. UnionOperation33.UsePartColor = true
  427. UnionOperation34.Parent = Model23
  428. UnionOperation34.CFrame = CFrame.new(27.3724155, 6.22758627, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  429. UnionOperation34.Orientation = Vector3.new(0, 180, 41.9799995)
  430. UnionOperation34.Position = Vector3.new(27.3724155, 6.22758627, -38.8290215)
  431. UnionOperation34.Rotation = Vector3.new(-180, 0, -138.020004)
  432. UnionOperation34.Color = Color3.new(0.768628, 0.156863, 0.109804)
  433. UnionOperation34.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  434. UnionOperation34.Anchored = true
  435. UnionOperation34.BrickColor = BrickColor.new("Bright red")
  436. UnionOperation34.Material = Enum.Material.Metal
  437. UnionOperation34.brickColor = BrickColor.new("Bright red")
  438. UnionOperation34.UsePartColor = true
  439. UnionOperation35.Parent = Model23
  440. UnionOperation35.CFrame = CFrame.new(26.7455235, 5.53097582, -38.8290215, -0.743325651, 0.668929696, 0, 0.668929696, 0.743325651, 0, 0, 0, -1)
  441. UnionOperation35.Orientation = Vector3.new(0, 180, 41.9799995)
  442. UnionOperation35.Position = Vector3.new(26.7455235, 5.53097582, -38.8290215)
  443. UnionOperation35.Rotation = Vector3.new(-180, 0, -138.020004)
  444. UnionOperation35.Color = Color3.new(0.768628, 0.156863, 0.109804)
  445. UnionOperation35.Size = Vector3.new(0.537602425, 0.550400734, 0.320000261)
  446. UnionOperation35.Anchored = true
  447. UnionOperation35.BrickColor = BrickColor.new("Bright red")
  448. UnionOperation35.Material = Enum.Material.Metal
  449. UnionOperation35.brickColor = BrickColor.new("Bright red")
  450. UnionOperation35.UsePartColor = true
  451. Part36.Parent = Model0
  452. Part36.CFrame = CFrame.new(20.3692074, 17.209959, -38.8299942, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  453. Part36.Position = Vector3.new(20.3692074, 17.209959, -38.8299942)
  454. Part36.Size = Vector3.new(19.2500057, 3.43999982, 2)
  455. Part36.Anchored = true
  456. Part36.BottomSurface = Enum.SurfaceType.Smooth
  457. Part36.Material = Enum.Material.Metal
  458. Part36.TopSurface = Enum.SurfaceType.Smooth
  459. Part37.Parent = Model0
  460. Part37.CFrame = CFrame.new(11.5950146, 7.74552393, -38.8299942, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  461. Part37.Position = Vector3.new(11.5950146, 7.74552393, -38.8299942)
  462. Part37.Size = Vector3.new(1.75000012, 15.4899988, 2)
  463. Part37.Anchored = true
  464. Part37.BottomSurface = Enum.SurfaceType.Smooth
  465. Part37.Material = Enum.Material.Metal
  466. Part37.TopSurface = Enum.SurfaceType.Smooth
  467. Part38.Parent = Model0
  468. Part38.CFrame = CFrame.new(13.8804836, 9.45500851, -38.8299942, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  469. Part38.Position = Vector3.new(13.8804836, 9.45500851, -38.8299942)
  470. Part38.Color = Color3.new(0.803922, 0.803922, 0.803922)
  471. Part38.Transparency = 0.60000002384186
  472. Part38.Size = Vector3.new(2.82000017, 12.0499973, 0.0500000007)
  473. Part38.Anchored = true
  474. Part38.BottomSurface = Enum.SurfaceType.Smooth
  475. Part38.BrickColor = BrickColor.new("Mid gray")
  476. Part38.Material = Enum.Material.Glass
  477. Part38.TopSurface = Enum.SurfaceType.Smooth
  478. Part38.brickColor = BrickColor.new("Mid gray")
  479. Script39.Parent = Model0
  480. table.insert(cors,sandbox(Script39,function()
  481. player_ = game.Players
  482. limit = true
  483. player_.PlayerAdded:Connect(function(player)
  484. if player then
  485.  
  486. p = player
  487. local i = 0
  488. wait(1)
  489.  
  490. local char = player.Character
  491. wait(0.1)
  492. local hum = char:WaitForChild("Humanoid")
  493.  
  494. hum.Died:Connect(function()
  495. if limit == true then
  496. find = script.Parent.SignMessage
  497. limit = false
  498.  
  499. local min = find:GetChildren()
  500.  
  501.  
  502.  
  503. for n =1,#min do
  504. local gui = min[n]
  505. if limit == false then
  506. local chat_m = gui.Frame.TextLabel:Clone()
  507. chat_m.Text = "[ "..p.Name.." ]: Has died"
  508. chat_m.Parent = gui.Frame
  509. chat_m.TextTransparency = 0
  510.  
  511. local chat_m2 =gui.Parent.ChatGui2.Frame.TextLabel:Clone()
  512. chat_m2.Text = "[ "..p.Name.." ]: Has died"
  513. chat_m2.Parent = gui.Parent.ChatGui2.Frame
  514. chat_m2.TextTransparency = 0
  515. for n =1,2 do
  516. wait()
  517. i = 20
  518. chat_m.Position = chat_m.position + UDim2.new(0,0,0,40 + i)
  519. chat_m2.Position = chat_m2.position + UDim2.new(0,0,0,40 + i)
  520. end
  521. wait(0.1)
  522. for n =1,50 do
  523. wait()
  524. i = 0.4
  525. chat_m.Position = chat_m.position + UDim2.new(0,0,0,0.3 + i)
  526. chat_m2.Position = chat_m2.position + UDim2.new(0,0,0,0.3 + i)
  527. end
  528. wait()
  529. for n =1,50 do
  530. wait()
  531. i = 20
  532. chat_m.Position = chat_m.position + UDim2.new(0,0,0,40 + i)
  533. chat_m2.Position = chat_m2.position + UDim2.new(0,0,0,40 + i)
  534. end
  535.  
  536. chat_m:Destroy()
  537. chat_m2:Destroy()
  538. limit = true
  539.  
  540.  
  541.  
  542. end
  543. end
  544. end
  545. end)
  546.  
  547.  
  548. if p:IsA("Player") then
  549. local player = p
  550. local value = true
  551.  
  552.  
  553.  
  554. player.Chatted:Connect(function(msg)
  555.  
  556. if string.format(msg) == "'tsm" then
  557. clone = script.ScreenGui:Clone()
  558. if value == true then
  559. value = false
  560. clone.Parent = player.PlayerGui
  561.  
  562.  
  563.  
  564.  
  565. end
  566. elseif string.format(msg) == "'exit" then
  567. clone:Destroy()
  568. value = true
  569. end
  570.  
  571.  
  572.  
  573. if string.format(msg) == "'cmds" then
  574. clone = script.ScreenGui2:Clone()
  575. if value == true then
  576. value = false
  577. clone.Parent = player.PlayerGui
  578.  
  579. wait(10)
  580. ban = clone:GetChildren()
  581. for n =1,#ban do
  582.  
  583. for i =1,100 do
  584. wait()
  585. i = 3
  586. ban[n].Position = ban[n].Position + UDim2.new(0,0,0,1 + i)
  587.  
  588. end
  589. ban[n]:Destroy()
  590. value = true
  591. end
  592.  
  593.  
  594. end
  595. end
  596.  
  597.  
  598. if msg then
  599. print("[ "..p.Name.." ]: ".."[ "..msg.." ]")
  600.  
  601. if limit == true then
  602. find = script.Parent.SignMessage
  603. limit = false
  604.  
  605. local min = find:GetChildren()
  606.  
  607.  
  608.  
  609. for n =1,#min do
  610. local gui = min[n]
  611. if limit == false then
  612. local chat_m = gui.Frame.TextLabel:Clone()
  613. chat_m.Text = "[ "..p.Name.." ]: ".."[ "..msg.." ]"
  614. chat_m.Parent = gui.Frame
  615. chat_m.TextTransparency = 0
  616.  
  617. local chat_m2 =gui.Parent.ChatGui2.Frame.TextLabel:Clone()
  618. chat_m2.Text = "[ "..p.Name.." ]: ".."[ "..msg.." ]"
  619. chat_m2.Parent = gui.Parent.ChatGui2.Frame
  620. chat_m2.TextTransparency = 0
  621. for n =1,2 do
  622. wait()
  623. i = 20
  624. chat_m.Position = chat_m.position + UDim2.new(0,0,0,40 + i)
  625. chat_m2.Position = chat_m2.position + UDim2.new(0,0,0,40 + i)
  626. end
  627. wait(0.1)
  628. for n =1,50 do
  629. wait()
  630. i = 0.4
  631. chat_m.Position = chat_m.position + UDim2.new(0,0,0,0.3 + i)
  632. chat_m2.Position = chat_m2.position + UDim2.new(0,0,0,0.3 + i)
  633. end
  634. wait()
  635. for n =1,50 do
  636. wait()
  637. i = 20
  638. chat_m.Position = chat_m.position + UDim2.new(0,0,0,40 + i)
  639. chat_m2.Position = chat_m2.position + UDim2.new(0,0,0,40 + i)
  640. end
  641.  
  642. chat_m:Destroy()
  643. chat_m2:Destroy()
  644. limit = true
  645.  
  646.  
  647.  
  648. end
  649. end
  650. end
  651. end
  652.  
  653. end)
  654.  
  655.  
  656.  
  657. end
  658. end
  659.  
  660. end)
  661. end))
  662. ScreenGui40.Parent = Script39
  663. Frame41.Parent = ScreenGui40
  664. Frame41.Position = UDim2.new(0.0283203125, 0, 0.169491529, 0)
  665. Frame41.Size = UDim2.new(0, 247, 0, 385)
  666. Frame41.BackgroundColor = BrickColor.new("Institutional white")
  667. Frame41.BackgroundColor3 = Color3.new(1, 1, 1)
  668. Frame41.Style = Enum.FrameStyle.DropShadow
  669. Frame42.Parent = ScreenGui40
  670. Frame42.Position = UDim2.new(0.0576171875, 0, 0.207156315, 0)
  671. Frame42.Size = UDim2.new(0, 186, 0, 353)
  672. Frame42.BackgroundColor = BrickColor.new("Black")
  673. Frame42.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  674. Frame42.BackgroundTransparency = 0.30000001192093
  675. TextBox43.Parent = Frame42
  676. TextBox43.Position = UDim2.new(0.19590053, 0, 0.377033263, 0)
  677. TextBox43.Size = UDim2.new(0, 113, 0, 28)
  678. TextBox43.BackgroundColor = BrickColor.new("Silver flip/flop")
  679. TextBox43.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  680. TextBox43.BorderColor = BrickColor.new("Quill grey")
  681. TextBox43.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  682. TextBox43.Font = Enum.Font.SourceSans
  683. TextBox43.FontSize = Enum.FontSize.Size14
  684. TextBox43.TextColor = BrickColor.new("Really black")
  685. TextBox43.TextColor3 = Color3.new(0, 0, 0)
  686. TextBox43.TextSize = 14
  687. TextLabel44.Parent = Frame42
  688. TextLabel44.Position = UDim2.new(0.0629830286, 0, 0.106700495, 0)
  689. TextLabel44.Size = UDim2.new(0, 163, 0, 41)
  690. TextLabel44.BackgroundColor = BrickColor.new("Institutional white")
  691. TextLabel44.BackgroundColor3 = Color3.new(1, 1, 1)
  692. TextLabel44.BackgroundTransparency = 1
  693. TextLabel44.Font = Enum.Font.SourceSans
  694. TextLabel44.FontSize = Enum.FontSize.Size14
  695. TextLabel44.Text = "Test Service Messager"
  696. TextLabel44.TextColor = BrickColor.new("Really black")
  697. TextLabel44.TextColor3 = Color3.new(0, 0, 0)
  698. TextLabel44.TextScaled = true
  699. TextLabel44.TextSize = 14
  700. TextLabel44.TextWrap = true
  701. TextLabel44.TextWrapped = true
  702. TextLabel45.Parent = Frame42
  703. TextLabel45.Position = UDim2.new(0.274193555, 0, 0.256410271, 0)
  704. TextLabel45.Size = UDim2.new(0, 84, 0, 21)
  705. TextLabel45.BackgroundColor = BrickColor.new("Institutional white")
  706. TextLabel45.BackgroundColor3 = Color3.new(1, 1, 1)
  707. TextLabel45.BackgroundTransparency = 1
  708. TextLabel45.Font = Enum.Font.SourceSans
  709. TextLabel45.FontSize = Enum.FontSize.Size14
  710. TextLabel45.Text = "v - Text - v"
  711. TextLabel45.TextColor = BrickColor.new("Really black")
  712. TextLabel45.TextColor3 = Color3.new(0, 0, 0)
  713. TextLabel45.TextScaled = true
  714. TextLabel45.TextSize = 14
  715. TextLabel45.TextWrap = true
  716. TextLabel45.TextWrapped = true
  717. TextButton46.Parent = Frame42
  718. TextButton46.Position = UDim2.new(0.0591397807, 0, 0.857142866, 0)
  719. TextButton46.Size = UDim2.new(0, 163, 0, 39)
  720. TextButton46.BackgroundColor = BrickColor.new("Institutional white")
  721. TextButton46.BackgroundColor3 = Color3.new(1, 1, 1)
  722. TextButton46.Style = Enum.ButtonStyle.RobloxRoundButton
  723. TextButton46.Font = Enum.Font.SourceSans
  724. TextButton46.FontSize = Enum.FontSize.Size14
  725. TextButton46.Text = "Message"
  726. TextButton46.TextColor = BrickColor.new("Really black")
  727. TextButton46.TextColor3 = Color3.new(0, 0, 0)
  728. TextButton46.TextSize = 14
  729. Script47.Parent = Frame42
  730. table.insert(cors,sandbox(Script47,function()
  731. ASD = game:GetService("TestService")
  732. TS= true
  733. Warns = false
  734. e = true
  735.  
  736. script.Parent.Enable.MouseButton1Down:Connect(function()
  737.  
  738. if Warns == false then
  739. Warns = true
  740. script.Parent.Enable.Text = "On"
  741.  
  742.  
  743.  
  744. script.Parent.Enable.MouseButton1Up:Connect(function()
  745. script.Parent.Enable.MouseButton1Click:Connect(function()
  746. if Warns == true then
  747. Warns = false
  748. script.Parent.Enable.Text = "Off"
  749. script:Clone().Parent = script.Parent
  750. script:Destroy()
  751. end
  752. end)
  753. end)
  754.  
  755.  
  756.  
  757.  
  758.  
  759. end
  760.  
  761.  
  762. end)
  763.  
  764.  
  765.  
  766. script.Parent.TextButton.MouseButton1Click:Connect(function()
  767. if Warns ==true then
  768. if e ==true then
  769. TS = false
  770.  
  771. ASD:Warn(false,script.Parent.TextBox.Text)
  772. e = false
  773.  
  774. wait(1)
  775. e = true
  776. end
  777.  
  778. elseif Warns == false then
  779. TS = true
  780.  
  781. end
  782. if TS == true then
  783. TS = false
  784. ASD:Message(script.Parent.TextBox.Text)
  785.  
  786. wait(1)
  787. TS = true
  788. end
  789. end)
  790.  
  791.  
  792. end))
  793. TextButton48.Name = "Enable"
  794. TextButton48.Parent = Frame42
  795. TextButton48.Position = UDim2.new(0.370967746, 0, 0.604053199, 0)
  796. TextButton48.Size = UDim2.new(0, 46, 0, 46)
  797. TextButton48.BackgroundColor = BrickColor.new("Dark grey")
  798. TextButton48.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  799. TextButton48.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  800. TextButton48.Font = Enum.Font.SourceSans
  801. TextButton48.FontSize = Enum.FontSize.Size48
  802. TextButton48.Text = "Off"
  803. TextButton48.TextColor = BrickColor.new("Lime green")
  804. TextButton48.TextColor3 = Color3.new(0.333333, 1, 0)
  805. TextButton48.TextSize = 40
  806. TextButton48.TextWrap = true
  807. TextButton48.TextWrapped = true
  808. TextLabel49.Parent = Frame42
  809. TextLabel49.Position = UDim2.new(0.236559153, 0, 0.524079323, 0)
  810. TextLabel49.Size = UDim2.new(0, 98, 0, 21)
  811. TextLabel49.BackgroundColor = BrickColor.new("Institutional white")
  812. TextLabel49.BackgroundColor3 = Color3.new(1, 1, 1)
  813. TextLabel49.BackgroundTransparency = 1
  814. TextLabel49.Font = Enum.Font.SourceSans
  815. TextLabel49.FontSize = Enum.FontSize.Size14
  816. TextLabel49.Text = "v - Enable Warning - v"
  817. TextLabel49.TextColor = BrickColor.new("Really black")
  818. TextLabel49.TextColor3 = Color3.new(0, 0, 0)
  819. TextLabel49.TextScaled = true
  820. TextLabel49.TextSize = 14
  821. TextLabel49.TextWrap = true
  822. TextLabel49.TextWrapped = true
  823. TextLabel50.Parent = Frame42
  824. TextLabel50.Position = UDim2.new(0.0591397844, 0, 0, 0)
  825. TextLabel50.Size = UDim2.new(0, 163, 0, 30)
  826. TextLabel50.BackgroundColor = BrickColor.new("Institutional white")
  827. TextLabel50.BackgroundColor3 = Color3.new(1, 1, 1)
  828. TextLabel50.BackgroundTransparency = 1
  829. TextLabel50.Font = Enum.Font.SourceSans
  830. TextLabel50.FontSize = Enum.FontSize.Size14
  831. TextLabel50.Text = "Press F9 To Open Roblox Dev Console"
  832. TextLabel50.TextColor = BrickColor.new("Really black")
  833. TextLabel50.TextColor3 = Color3.new(0, 0, 0)
  834. TextLabel50.TextScaled = true
  835. TextLabel50.TextSize = 14
  836. TextLabel50.TextWrap = true
  837. TextLabel50.TextWrapped = true
  838. ScreenGui51.Name = "ScreenGui2"
  839. ScreenGui51.Parent = Script39
  840. Frame52.Parent = ScreenGui51
  841. Frame52.Position = UDim2.new(0.0283203125, 0, 0.169491529, 0)
  842. Frame52.Size = UDim2.new(0, 247, 0, 385)
  843. Frame52.BackgroundColor = BrickColor.new("Institutional white")
  844. Frame52.BackgroundColor3 = Color3.new(1, 1, 1)
  845. Frame52.Style = Enum.FrameStyle.DropShadow
  846. TextLabel53.Parent = Frame52
  847. TextLabel53.Position = UDim2.new(0.138644874, 0, 0.461446524, 0)
  848. TextLabel53.Size = UDim2.new(0, 163, 0, 41)
  849. TextLabel53.BackgroundColor = BrickColor.new("Institutional white")
  850. TextLabel53.BackgroundColor3 = Color3.new(1, 1, 1)
  851. TextLabel53.BackgroundTransparency = 1
  852. TextLabel53.Font = Enum.Font.SourceSans
  853. TextLabel53.FontSize = Enum.FontSize.Size14
  854. TextLabel53.Text = "'tsm or 'exit"
  855. TextLabel53.TextColor = BrickColor.new("Really black")
  856. TextLabel53.TextColor3 = Color3.new(0, 0, 0)
  857. TextLabel53.TextScaled = true
  858. TextLabel53.TextSize = 14
  859. TextLabel53.TextStrokeColor3 = Color3.new(0, 1, 1)
  860. TextLabel53.TextStrokeTransparency = 0
  861. TextLabel53.TextWrap = true
  862. TextLabel53.TextWrapped = true
  863. TextLabel54.Parent = Frame52
  864. TextLabel54.Position = UDim2.new(0.14269346, 0, 0.0967143625, 0)
  865. TextLabel54.Size = UDim2.new(0, 163, 0, 41)
  866. TextLabel54.BackgroundColor = BrickColor.new("Institutional white")
  867. TextLabel54.BackgroundColor3 = Color3.new(1, 1, 1)
  868. TextLabel54.BackgroundTransparency = 1
  869. TextLabel54.Font = Enum.Font.SourceSans
  870. TextLabel54.FontSize = Enum.FontSize.Size14
  871. TextLabel54.Text = "Prefix is [ ' ] also don't say [ ' ] just the punctuation "
  872. TextLabel54.TextColor = BrickColor.new("Really black")
  873. TextLabel54.TextColor3 = Color3.new(0, 0, 0)
  874. TextLabel54.TextScaled = true
  875. TextLabel54.TextSize = 14
  876. TextLabel54.TextWrap = true
  877. TextLabel54.TextWrapped = true
  878. TextLabel55.Parent = Frame52
  879. TextLabel55.Position = UDim2.new(0.134596288, 0, 0.626437306, 0)
  880. TextLabel55.Size = UDim2.new(0, 163, 0, 41)
  881. TextLabel55.BackgroundColor = BrickColor.new("Institutional white")
  882. TextLabel55.BackgroundColor3 = Color3.new(1, 1, 1)
  883. TextLabel55.BackgroundTransparency = 1
  884. TextLabel55.Font = Enum.Font.SourceSans
  885. TextLabel55.FontSize = Enum.FontSize.Size14
  886. TextLabel55.Text = "'cmds"
  887. TextLabel55.TextColor = BrickColor.new("Really black")
  888. TextLabel55.TextColor3 = Color3.new(0, 0, 0)
  889. TextLabel55.TextScaled = true
  890. TextLabel55.TextSize = 14
  891. TextLabel55.TextStrokeColor3 = Color3.new(0, 1, 1)
  892. TextLabel55.TextStrokeTransparency = 0
  893. TextLabel55.TextWrap = true
  894. TextLabel55.TextWrapped = true
  895. TextLabel56.Parent = Frame52
  896. TextLabel56.Position = UDim2.new(0.14269346, 0, 0.253258109, 0)
  897. TextLabel56.Size = UDim2.new(0, 163, 0, 41)
  898. TextLabel56.BackgroundColor = BrickColor.new("Institutional white")
  899. TextLabel56.BackgroundColor3 = Color3.new(1, 1, 1)
  900. TextLabel56.BackgroundTransparency = 1
  901. TextLabel56.Font = Enum.Font.SourceSans
  902. TextLabel56.FontSize = Enum.FontSize.Size14
  903. TextLabel56.Text = "v - Commands - v"
  904. TextLabel56.TextColor = BrickColor.new("Really black")
  905. TextLabel56.TextColor3 = Color3.new(0, 0, 0)
  906. TextLabel56.TextScaled = true
  907. TextLabel56.TextSize = 14
  908. TextLabel56.TextWrap = true
  909. TextLabel56.TextWrapped = true
  910. Part57.Parent = Model0
  911. Part57.CFrame = CFrame.new(20.3592014, 1.72052431, -38.8299942, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  912. Part57.Position = Vector3.new(20.3592014, 1.72052431, -38.8299942)
  913. Part57.Size = Vector3.new(15.789999, 3.43999982, 2)
  914. Part57.Anchored = true
  915. Part57.BottomSurface = Enum.SurfaceType.Smooth
  916. Part57.Material = Enum.Material.Metal
  917. Part57.TopSurface = Enum.SurfaceType.Smooth
  918. for i,v in pairs(mas:GetChildren()) do
  919. v.Parent = game:GetService("Players").LocalPlayer.Character
  920. pcall(function() v:MakeJoints() end)
  921. end
  922. mas:Destroy()
  923. for i,v in pairs(cors) do
  924. spawn(function()
  925. pcall(v)
  926. end)
  927. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement