Advertisement
Guest User

Script Undertale Dungeons

a guest
Jan 12th, 2022
3,913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.65 KB | None | 0 0
  1. --Made by YouR
  2. --Happy New Year!!!
  3. --Please sub!!!
  4. --date 30.12.2021
  5.  
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local Frame = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local TextButton_3 = Instance.new("TextButton")
  13. local TextButton_4 = Instance.new("TextButton")
  14. local TextButton_5 = Instance.new("TextButton")
  15. local TextButton_6 = Instance.new("TextButton")
  16. local TextButton_7 = Instance.new("TextButton")
  17. local TextButton_8 = Instance.new("TextButton")
  18. local TextButton_9 = Instance.new("TextButton")
  19. local TextButton_10 = Instance.new("TextButton")
  20. local TextButton_11 = Instance.new("TextButton")
  21. local TextButton_12 = Instance.new("TextButton")
  22. local TextButton_13 = Instance.new("TextButton")
  23. local TextButton_14 = Instance.new("TextButton")
  24. local TextButton_15 = Instance.new("TextButton")
  25. local TextButton_16 = Instance.new("TextButton")
  26. local TextButton_17 = Instance.new("TextButton")
  27. local TextButton_18 = Instance.new("TextButton")
  28. local TextButton_19 = Instance.new("TextButton")
  29. local TextButton_20 = Instance.new("TextButton")
  30. local TextButton_21 = Instance.new("TextButton")
  31. local TextButton_22 = Instance.new("TextButton")
  32. local TextButton_23 = Instance.new("TextButton")
  33. local TextButton_24 = Instance.new("TextButton")
  34. local TextButton_25 = Instance.new("TextButton")
  35. local TextButton_26 = Instance.new("TextButton")
  36. local TextButton_27 = Instance.new("TextButton")
  37. local TextButton_28 = Instance.new("TextButton")
  38. local TextButton_29 = Instance.new("TextButton")
  39. local TextButton_30 = Instance.new("TextButton")
  40. local TextButton_31 = Instance.new("TextButton")
  41. local TextButton_32 = Instance.new("TextButton")
  42. local TextButton_33 = Instance.new("TextButton")
  43. local TextButton_34 = Instance.new("TextButton")
  44. local TextButton_35 = Instance.new("TextButton")
  45. local TextButton_36 = Instance.new("TextButton")
  46. local TextButton_37 = Instance.new("TextButton")
  47. local TextButton_38 = Instance.new("TextButton")
  48. local TextButton_39 = Instance.new("TextButton")
  49. local TextButton_40 = Instance.new("TextButton")
  50. local TextButton_41 = Instance.new("TextButton")
  51. local TextLabel_2 = Instance.new("TextLabel")
  52. local ImageLabel = Instance.new("ImageLabel")
  53. local TextLabel_3 = Instance.new("TextLabel")
  54.  
  55.  
  56. ScreenGui.Parent = game.CoreGui
  57. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  58.  
  59. Frame.Parent = ScreenGui
  60. Frame.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  61. Frame.Position = UDim2.new(0, 0, 0.499389499, 0)
  62. Frame.Size = UDim2.new(0, 473, 0, 410)
  63. Frame.Active = true
  64. Frame.Draggable = true
  65.  
  66. TextLabel.Parent = Frame
  67. TextLabel.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  68. TextLabel.Position = UDim2.new(-0.0169446729, 0, -0.00243902439, 0)
  69. TextLabel.Size = UDim2.new(0, 479, 0, 50)
  70. TextLabel.Font = Enum.Font.SourceSans
  71. TextLabel.Text = "Made by YouR"
  72. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  73. TextLabel.TextSize = 29.000
  74.  
  75. TextButton.Parent = Frame
  76. TextButton.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  77. TextButton.Position = UDim2.new(0, 0, 0.878048778, 0)
  78. TextButton.Size = UDim2.new(0, 46, 0, 50)
  79. TextButton.Font = Enum.Font.SourceSans
  80. TextButton.Text = "The Great Pumpkin Papyrus"
  81. TextButton.TextColor3 = Color3.fromRGB(255, 255, 0)
  82. TextButton.TextScaled = true
  83. TextButton.TextSize = 14.000
  84. TextButton.TextWrapped = true
  85. TextButton.MouseButton1Down:connect(function()
  86. local A_1 = game:GetService("ReplicatedStorage").Dungeons["The Great Pumpkin Papyrus"]
  87. local A_2 = "A player made dungeon!"
  88. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  89. Event:FireServer(A_1, A_2)
  90.  
  91. end)
  92.  
  93. TextButton_2.Parent = Frame
  94. TextButton_2.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  95. TextButton_2.Position = UDim2.new(0.0953703448, 0, 0.878048778, 0)
  96. TextButton_2.Size = UDim2.new(0, 46, 0, 50)
  97. TextButton_2.Font = Enum.Font.SourceSans
  98. TextButton_2.Text = "Pumpkin Toriel"
  99. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 0)
  100. TextButton_2.TextScaled = true
  101. TextButton_2.TextSize = 14.000
  102. TextButton_2.TextWrapped = true
  103. TextButton.MouseButton1Down:connect(function()
  104. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Pumpkin Toriel"]
  105. local A_2 = "A player made dungeon!"
  106. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  107. Event:FireServer(A_1, A_2)
  108.  
  109. end)
  110.  
  111. TextButton_3.Parent = Frame
  112. TextButton_3.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  113. TextButton_3.Position = UDim2.new(0.291754752, 0, 0.268292665, 0)
  114. TextButton_3.Size = UDim2.new(0, 46, 0, 50)
  115. TextButton_3.Font = Enum.Font.SourceSans
  116. TextButton_3.Text = "Snowdin E"
  117. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 0)
  118. TextButton_3.TextScaled = true
  119. TextButton_3.TextSize = 11.000
  120. TextButton_3.TextWrapped = true
  121. TextButton.MouseButton1Down:connect(function()
  122. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Snowdin Easy"]
  123. local A_2 = "A player made dungeon!"
  124. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  125. Event:FireServer(A_1, A_2)
  126.  
  127. end)
  128.  
  129. TextButton_4.Parent = Frame
  130. TextButton_4.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  131. TextButton_4.Position = UDim2.new(0.875264287, 0, 0.756097555, 0)
  132. TextButton_4.Size = UDim2.new(0, 46, 0, 50)
  133. TextButton_4.Font = Enum.Font.SourceSans
  134. TextButton_4.Text = "Undyne The Corrupt"
  135. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 0)
  136. TextButton_4.TextScaled = true
  137. TextButton_4.TextSize = 14.000
  138. TextButton_4.TextWrapped = true
  139. TextButton.MouseButton1Down:connect(function()
  140. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Undyne The Corrupt"]
  141. local A_2 = "A player made dungeon!"
  142. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  143. Event:FireServer(A_1, A_2)
  144.  
  145. end)
  146.  
  147. TextButton_5.Parent = Frame
  148. TextButton_5.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  149. TextButton_5.Position = UDim2.new(0.778012693, 0, 0.756097555, 0)
  150. TextButton_5.Size = UDim2.new(0, 46, 0, 50)
  151. TextButton_5.Font = Enum.Font.SourceSans
  152. TextButton_5.Text = "Corrupt Experiment"
  153. TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 0)
  154. TextButton_5.TextScaled = true
  155. TextButton_5.TextSize = 14.000
  156. TextButton_5.TextWrapped = true
  157. TextButton.MouseButton1Down:connect(function()
  158. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Corrupt Experiment"]
  159. local A_2 = "A player made dungeon!"
  160. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  161. Event:FireServer(A_1, A_2)
  162.  
  163. end)
  164.  
  165. TextButton_6.Parent = Frame
  166. TextButton_6.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  167. TextButton_6.Position = UDim2.new(0.291754752, 0, 0.390243888, 0)
  168. TextButton_6.Size = UDim2.new(0, 46, 0, 50)
  169. TextButton_6.Font = Enum.Font.SourceSans
  170. TextButton_6.Text = "Waterfall M"
  171. TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 0)
  172. TextButton_6.TextScaled = true
  173. TextButton_6.TextSize = 14.000
  174. TextButton_6.TextWrapped = true
  175. TextButton.MouseButton1Down:connect(function()
  176. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Waterfall Medium"]
  177. local A_2 = "A player made dungeon!"
  178. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  179. Event:FireServer(A_1, A_2)
  180.  
  181. end)
  182.  
  183. TextButton_7.Parent = Frame
  184. TextButton_7.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  185. TextButton_7.Position = UDim2.new(0.384778023, 0, 0.51219511, 0)
  186. TextButton_7.Size = UDim2.new(0, 46, 0, 50)
  187. TextButton_7.Font = Enum.Font.SourceSans
  188. TextButton_7.Text = "CORE"
  189. TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 0)
  190. TextButton_7.TextScaled = true
  191. TextButton_7.TextSize = 14.000
  192. TextButton_7.TextWrapped = true
  193. TextButton_7.MouseButton1Down:connect(function()
  194. local A_1 = game:GetService("ReplicatedStorage").Dungeons["CORE"]
  195. local A_2 = "A player made dungeon!"
  196. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  197. Event:FireServer(A_1, A_2)
  198.  
  199. end)
  200.  
  201. TextButton_8.Parent = Frame
  202. TextButton_8.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  203. TextButton_8.Position = UDim2.new(0.0972515643, 0, 0.634146333, 0)
  204. TextButton_8.Size = UDim2.new(0, 46, 0, 50)
  205. TextButton_8.Font = Enum.Font.SourceSans
  206. TextButton_8.Text = "The End?"
  207. TextButton_8.TextColor3 = Color3.fromRGB(255, 255, 0)
  208. TextButton_8.TextScaled = true
  209. TextButton_8.TextSize = 14.000
  210. TextButton_8.TextWrapped = true
  211. TextButton_8.MouseButton1Down:connect(function()
  212. local A_1 = game:GetService("ReplicatedStorage").Dungeons["The End?"]
  213. local A_2 = "A player made dungeon!"
  214. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  215. Event:FireServer(A_1, A_2)
  216.  
  217. end)
  218.  
  219. TextButton_9.Parent = Frame
  220. TextButton_9.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  221. TextButton_9.Position = UDim2.new(0.680761099, 0, 0.756097555, 0)
  222. TextButton_9.Size = UDim2.new(0, 46, 0, 50)
  223. TextButton_9.Font = Enum.Font.SourceSans
  224. TextButton_9.Text = "Megalo Strike Back"
  225. TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 0)
  226. TextButton_9.TextScaled = true
  227. TextButton_9.TextSize = 14.000
  228. TextButton_9.TextWrapped = true
  229. TextButton_9.MouseButton1Down:connect(function()
  230. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Megalo Strike Back"]
  231. local A_2 = "A player made dungeon!"
  232. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  233. Event:FireServer(A_1, A_2)
  234.  
  235. end)
  236.  
  237. TextButton_10.Parent = Frame
  238. TextButton_10.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  239. TextButton_10.Position = UDim2.new(0.194503129, 0, 0.634146333, 0)
  240. TextButton_10.Size = UDim2.new(0, 46, 0, 50)
  241. TextButton_10.Font = Enum.Font.SourceSans
  242. TextButton_10.Text = "deez joe"
  243. TextButton_10.TextColor3 = Color3.fromRGB(255, 255, 0)
  244. TextButton_10.TextScaled = true
  245. TextButton_10.TextSize = 14.000
  246. TextButton_10.TextWrapped = true
  247. TextButton_10.MouseButton1Down:connect(function()
  248. local A_1 = game:GetService("ReplicatedStorage").Dungeons["deez joe"]
  249. local A_2 = "A player made dungeon!"
  250. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  251. Event:FireServer(A_1, A_2)
  252.  
  253. end)
  254.  
  255. TextButton_11.Parent = Frame
  256. TextButton_11.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  257. TextButton_11.Position = UDim2.new(0.868921816, 0, 0.878048778, 0)
  258. TextButton_11.Size = UDim2.new(0, 46, 0, 50)
  259. TextButton_11.Font = Enum.Font.SourceSans
  260. TextButton_11.Text = "Snowgrave NEO"
  261. TextButton_11.TextColor3 = Color3.fromRGB(255, 255, 0)
  262. TextButton_11.TextScaled = true
  263. TextButton_11.TextSize = 14.000
  264. TextButton_11.TextWrapped = true
  265. TextButton_11.MouseButton1Down:connect(function()
  266. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Snowgrave NEO"]
  267. local A_2 = "A player made dungeon!"
  268. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  269. Event:FireServer(A_1, A_2)
  270.  
  271. end)
  272.  
  273. TextButton_12.Parent = Frame
  274. TextButton_12.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  275. TextButton_12.Position = UDim2.new(0.194503173, 0, 0.268292665, 0)
  276. TextButton_12.Size = UDim2.new(0, 46, 0, 50)
  277. TextButton_12.Font = Enum.Font.SourceSans
  278. TextButton_12.Text = "Ruins H"
  279. TextButton_12.TextColor3 = Color3.fromRGB(255, 255, 0)
  280. TextButton_12.TextScaled = true
  281. TextButton_12.TextSize = 14.000
  282. TextButton_12.TextWrapped = true
  283. TextButton_12.MouseButton1Down:connect(function()
  284. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Ruins Hard"]
  285. local A_2 = "A player made dungeon!"
  286. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  287. Event:FireServer(A_1, A_2)
  288.  
  289. end)
  290.  
  291. TextButton_13.Parent = Frame
  292. TextButton_13.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  293. TextButton_13.Position = UDim2.new(0.194503173, 0, 0.390243888, 0)
  294. TextButton_13.Size = UDim2.new(0, 46, 0, 50)
  295. TextButton_13.Font = Enum.Font.SourceSans
  296. TextButton_13.Text = "Waterfall E"
  297. TextButton_13.TextColor3 = Color3.fromRGB(255, 255, 0)
  298. TextButton_13.TextScaled = true
  299. TextButton_13.TextSize = 9.000
  300. TextButton_13.TextWrapped = true
  301. TextButton_13.MouseButton1Down:connect(function()
  302. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Waterfall Easy"]
  303. local A_2 = "A player made dungeon!"
  304. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  305. Event:FireServer(A_1, A_2)
  306.  
  307. end)
  308.  
  309. TextButton_14.Parent = Frame
  310. TextButton_14.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  311. TextButton_14.Position = UDim2.new(0.291754752, 0, 0.51219511, 0)
  312. TextButton_14.Size = UDim2.new(0, 46, 0, 50)
  313. TextButton_14.Font = Enum.Font.SourceSans
  314. TextButton_14.Text = "Undyne The Undying"
  315. TextButton_14.TextColor3 = Color3.fromRGB(255, 255, 0)
  316. TextButton_14.TextScaled = true
  317. TextButton_14.TextSize = 14.000
  318. TextButton_14.TextWrapped = true
  319. TextButton_14.MouseButton1Down:connect(function()
  320. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Undyne The Undying"]
  321. local A_2 = "A player made dungeon!"
  322. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  323. Event:FireServer(A_1, A_2)
  324.  
  325. end)
  326.  
  327. TextButton_15.Parent = Frame
  328. TextButton_15.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  329. TextButton_15.Position = UDim2.new(0.291754752, 0, 0.634146333, 0)
  330. TextButton_15.Size = UDim2.new(0, 46, 0, 50)
  331. TextButton_15.Font = Enum.Font.SourceSans
  332. TextButton_15.Text = "Hopes and Dreams"
  333. TextButton_15.TextColor3 = Color3.fromRGB(255, 255, 0)
  334. TextButton_15.TextScaled = true
  335. TextButton_15.TextSize = 14.000
  336. TextButton_15.TextWrapped = true
  337. TextButton_15.MouseButton1Down:connect(function()
  338. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Hopes and Dreams"]
  339. local A_2 = "A player made dungeon!"
  340. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  341. Event:FireServer(A_1, A_2)
  342.  
  343. end)
  344.  
  345. TextButton_16.Parent = Frame
  346. TextButton_16.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  347. TextButton_16.Position = UDim2.new(0.579281211, 0, 0.756097555, 0)
  348. TextButton_16.Size = UDim2.new(0, 46, 0, 50)
  349. TextButton_16.Font = Enum.Font.SourceSans
  350. TextButton_16.Text = "The Experiment"
  351. TextButton_16.TextColor3 = Color3.fromRGB(255, 255, 0)
  352. TextButton_16.TextScaled = true
  353. TextButton_16.TextSize = 14.000
  354. TextButton_16.TextWrapped = true
  355. TextButton_16.MouseButton1Down:connect(function()
  356. local A_1 = game:GetService("ReplicatedStorage").Dungeons["The Experiment"]
  357. local A_2 = "A player made dungeon!"
  358. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  359. Event:FireServer(A_1, A_2)
  360.  
  361. end)
  362.  
  363. TextButton_17.Parent = Frame
  364. TextButton_17.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  365. TextButton_17.Position = UDim2.new(0.38689214, 0, 0.390243948, 0)
  366. TextButton_17.Size = UDim2.new(0, 46, 0, 50)
  367. TextButton_17.Font = Enum.Font.SourceSans
  368. TextButton_17.Text = "Waterfall H"
  369. TextButton_17.TextColor3 = Color3.fromRGB(255, 255, 0)
  370. TextButton_17.TextScaled = true
  371. TextButton_17.TextSize = 14.000
  372. TextButton_17.TextWrapped = true
  373. TextButton_17.MouseButton1Down:connect(function()
  374. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Waterfall Hard"]
  375. local A_2 = "A player made dungeon!"
  376. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  377. Event:FireServer(A_1, A_2)
  378.  
  379. end)
  380.  
  381. TextButton_18.Parent = Frame
  382. TextButton_18.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  383. TextButton_18.Position = UDim2.new(0.0972515866, 0, 0.390243888, 0)
  384. TextButton_18.Size = UDim2.new(0, 46, 0, 50)
  385. TextButton_18.Font = Enum.Font.SourceSans
  386. TextButton_18.Text = "Snowdin H"
  387. TextButton_18.TextColor3 = Color3.fromRGB(255, 255, 0)
  388. TextButton_18.TextScaled = true
  389. TextButton_18.TextSize = 11.000
  390. TextButton_18.TextWrapped = true
  391. TextButton_18.MouseButton1Down:connect(function()
  392. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Snowdin Hard"]
  393. local A_2 = "A player made dungeon!"
  394. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  395. Event:FireServer(A_1, A_2)
  396.  
  397. end)
  398.  
  399. TextButton_19.Parent = Frame
  400. TextButton_19.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  401. TextButton_19.Position = UDim2.new(0.0972515866, 0, 0.268292695, 0)
  402. TextButton_19.Size = UDim2.new(0, 46, 0, 50)
  403. TextButton_19.Font = Enum.Font.SourceSans
  404. TextButton_19.Text = "Ruins M"
  405. TextButton_19.TextColor3 = Color3.fromRGB(255, 255, 0)
  406. TextButton_19.TextScaled = true
  407. TextButton_19.TextSize = 14.000
  408. TextButton_19.TextWrapped = true
  409. TextButton_19.MouseButton1Down:connect(function()
  410. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Ruins Medium"]
  411. local A_2 = "A player made dungeon!"
  412. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  413. Event:FireServer(A_1, A_2)
  414.  
  415. end)
  416.  
  417. TextButton_20.Parent = Frame
  418. TextButton_20.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  419. TextButton_20.Position = UDim2.new(0.190274835, 0, 0.51219511, 0)
  420. TextButton_20.Size = UDim2.new(0, 46, 0, 50)
  421. TextButton_20.Font = Enum.Font.SourceSans
  422. TextButton_20.Text = "Hotland H"
  423. TextButton_20.TextColor3 = Color3.fromRGB(255, 255, 0)
  424. TextButton_20.TextScaled = true
  425. TextButton_20.TextSize = 14.000
  426. TextButton_20.TextWrapped = true
  427. TextButton_20.MouseButton1Down:connect(function()
  428. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Hotland Hard"]
  429. local A_2 = "A player made dungeon!"
  430. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  431. Event:FireServer(A_1, A_2)
  432.  
  433. end)
  434.  
  435. TextButton_21.Parent = Frame
  436. TextButton_21.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  437. TextButton_21.Position = UDim2.new(0.486257911, 0, 0.634146333, 0)
  438. TextButton_21.Size = UDim2.new(0, 46, 0, 50)
  439. TextButton_21.Font = Enum.Font.SourceSans
  440. TextButton_21.Text = "???"
  441. TextButton_21.TextColor3 = Color3.fromRGB(255, 255, 0)
  442. TextButton_21.TextScaled = true
  443. TextButton_21.TextSize = 14.000
  444. TextButton_21.TextWrapped = true
  445. TextButton_21.MouseButton1Down:connect(function()
  446. local A_1 = game:GetService("ReplicatedStorage").Dungeons["???"]
  447. local A_2 = "A player made dungeon!"
  448. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  449. Event:FireServer(A_1, A_2)
  450.  
  451. end)
  452.  
  453. TextButton_22.Parent = Frame
  454. TextButton_22.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  455. TextButton_22.Position = UDim2.new(0.389006346, 0, 0.756097555, 0)
  456. TextButton_22.Size = UDim2.new(0, 46, 0, 50)
  457. TextButton_22.Font = Enum.Font.SourceSans
  458. TextButton_22.Text = "Endless"
  459. TextButton_22.TextColor3 = Color3.fromRGB(255, 255, 0)
  460. TextButton_22.TextScaled = true
  461. TextButton_22.TextSize = 14.000
  462. TextButton_22.TextWrapped = true
  463. TextButton_22.MouseButton1Down:connect(function()
  464. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Endless"]
  465. local A_2 = "A player made dungeon!"
  466. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  467. Event:FireServer(A_1, A_2)
  468.  
  469. end)
  470.  
  471. TextButton_23.Parent = Frame
  472. TextButton_23.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  473. TextButton_23.Position = UDim2.new(0.291754752, 0, 0.756097555, 0)
  474. TextButton_23.Size = UDim2.new(0, 46, 0, 50)
  475. TextButton_23.Font = Enum.Font.SourceSans
  476. TextButton_23.Text = "Hopes and Memes"
  477. TextButton_23.TextColor3 = Color3.fromRGB(255, 255, 0)
  478. TextButton_23.TextScaled = true
  479. TextButton_23.TextSize = 14.000
  480. TextButton_23.TextWrapped = true
  481. TextButton_23.MouseButton1Down:connect(function()
  482. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Hopes and Memes"]
  483. local A_2 = "A player made dungeon!"
  484. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  485. Event:FireServer(A_1, A_2)
  486.  
  487. end)
  488.  
  489. TextButton_24.Parent = Frame
  490. TextButton_24.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  491. TextButton_24.Position = UDim2.new(0, 0, 0.268292665, 0)
  492. TextButton_24.Size = UDim2.new(0, 46, 0, 50)
  493. TextButton_24.Font = Enum.Font.SourceSans
  494. TextButton_24.Text = "Ruins E"
  495. TextButton_24.TextColor3 = Color3.fromRGB(255, 255, 0)
  496. TextButton_24.TextScaled = true
  497. TextButton_24.TextSize = 14.000
  498. TextButton_24.TextWrapped = true
  499. TextButton_24.MouseButton1Down:connect(function()
  500. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Ruins Easy"]
  501. local A_2 = "A player made dungeon!"
  502. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  503. Event:FireServer(A_1, A_2)
  504.  
  505. end)
  506.  
  507. TextButton_25.Parent = Frame
  508. TextButton_25.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  509. TextButton_25.Position = UDim2.new(0, 0, 0.390243888, 0)
  510. TextButton_25.Size = UDim2.new(0, 46, 0, 50)
  511. TextButton_25.Font = Enum.Font.SourceSans
  512. TextButton_25.Text = "Snowdin M"
  513. TextButton_25.TextColor3 = Color3.fromRGB(255, 255, 0)
  514. TextButton_25.TextScaled = true
  515. TextButton_25.TextSize = 11.000
  516. TextButton_25.TextWrapped = true
  517. TextButton_25.MouseButton1Down:connect(function()
  518. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Snowdin M"]
  519. local A_2 = "A player made dungeon!"
  520. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  521. Event:FireServer(A_1, A_2)
  522.  
  523. end)
  524.  
  525. TextButton_26.Parent = Frame
  526. TextButton_26.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  527. TextButton_26.Position = UDim2.new(0.0930232555, 0, 0.51219511, 0)
  528. TextButton_26.Size = UDim2.new(0, 46, 0, 50)
  529. TextButton_26.Font = Enum.Font.SourceSans
  530. TextButton_26.Text = "Hotland M"
  531. TextButton_26.TextColor3 = Color3.fromRGB(255, 255, 0)
  532. TextButton_26.TextScaled = true
  533. TextButton_26.TextSize = 14.000
  534. TextButton_26.TextWrapped = true
  535. TextButton_26.MouseButton1Down:connect(function()
  536. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Hotland Medium"]
  537. local A_2 = "A player made dungeon!"
  538. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  539. Event:FireServer(A_1, A_2)
  540.  
  541. end)
  542.  
  543. TextButton_27.Parent = Frame
  544. TextButton_27.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  545. TextButton_27.Position = UDim2.new(0, 0, 0.51219511, 0)
  546. TextButton_27.Size = UDim2.new(0, 46, 0, 50)
  547. TextButton_27.Font = Enum.Font.SourceSans
  548. TextButton_27.Text = "Hotland E"
  549. TextButton_27.TextColor3 = Color3.fromRGB(255, 255, 0)
  550. TextButton_27.TextScaled = true
  551. TextButton_27.TextSize = 14.000
  552. TextButton_27.TextWrapped = true
  553. TextButton_27.MouseButton1Down:connect(function()
  554. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Hotland Easy"]
  555. local A_2 = "A player made dungeon!"
  556. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  557. Event:FireServer(A_1, A_2)
  558.  
  559. end)
  560.  
  561. TextButton_28.Parent = Frame
  562. TextButton_28.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  563. TextButton_28.Position = UDim2.new(0.583509505, 0, 0.634146333, 0)
  564. TextButton_28.Size = UDim2.new(0, 46, 0, 50)
  565. TextButton_28.Font = Enum.Font.SourceSans
  566. TextButton_28.Text = "The Halls"
  567. TextButton_28.TextColor3 = Color3.fromRGB(255, 255, 0)
  568. TextButton_28.TextScaled = true
  569. TextButton_28.TextSize = 14.000
  570. TextButton_28.TextWrapped = true
  571. TextButton_28.MouseButton1Down:connect(function()
  572. local A_1 = game:GetService("ReplicatedStorage").Dungeons["The Halls"]
  573. local A_2 = "A player made dungeon!"
  574. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  575. Event:FireServer(A_1, A_2)
  576.  
  577. end)
  578.  
  579. TextButton_29.Parent = Frame
  580. TextButton_29.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  581. TextButton_29.Position = UDim2.new(0.389006346, 0, 0.634146333, 0)
  582. TextButton_29.Size = UDim2.new(0, 46, 0, 50)
  583. TextButton_29.Font = Enum.Font.SourceSans
  584. TextButton_29.Text = "Megalovania"
  585. TextButton_29.TextColor3 = Color3.fromRGB(255, 255, 0)
  586. TextButton_29.TextSize = 14.000
  587. TextButton_29.TextWrapped = true
  588. TextButton_29.MouseButton1Down:connect(function()
  589. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Megalovania"]
  590. local A_2 = "A player made dungeon!"
  591. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  592. Event:FireServer(A_1, A_2)
  593.  
  594. end)
  595.  
  596. TextButton_30.Parent = Frame
  597. TextButton_30.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  598. TextButton_30.Position = UDim2.new(0.194503173, 0, 0.756097555, 0)
  599. TextButton_30.Size = UDim2.new(0, 46, 0, 50)
  600. TextButton_30.Font = Enum.Font.SourceSans
  601. TextButton_30.Text = "Hopes and Dreams"
  602. TextButton_30.TextColor3 = Color3.fromRGB(255, 255, 0)
  603. TextButton_30.TextScaled = true
  604. TextButton_30.TextSize = 14.000
  605. TextButton_30.TextWrapped = true
  606. TextButton_30.MouseButton1Down:connect(function()
  607. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Hopes and Dreams"]
  608. local A_2 = "A player made dungeon!"
  609. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  610. Event:FireServer(A_1, A_2)
  611.  
  612. end)
  613.  
  614. TextButton_31.Parent = Frame
  615. TextButton_31.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  616. TextButton_31.Position = UDim2.new(0, 0, 0.634146333, 0)
  617. TextButton_31.Size = UDim2.new(0, 46, 0, 50)
  618. TextButton_31.Font = Enum.Font.SourceSans
  619. TextButton_31.Text = "The Mountain King"
  620. TextButton_31.TextColor3 = Color3.fromRGB(255, 255, 0)
  621. TextButton_31.TextScaled = true
  622. TextButton_31.TextSize = 14.000
  623. TextButton_31.TextWrapped = true
  624. TextButton_31.MouseButton1Down:connect(function()
  625. local A_1 = game:GetService("ReplicatedStorage").Dungeons["The Mountain King"]
  626. local A_2 = "A player made dungeon!"
  627. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  628. Event:FireServer(A_1, A_2)
  629.  
  630. end)
  631.  
  632. TextButton_32.Parent = Frame
  633. TextButton_32.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  634. TextButton_32.Position = UDim2.new(0.773551404, 0, 0.878048778, 0)
  635. TextButton_32.Size = UDim2.new(0, 46, 0, 50)
  636. TextButton_32.Font = Enum.Font.SourceSans
  637. TextButton_32.Text = "Proceed"
  638. TextButton_32.TextColor3 = Color3.fromRGB(255, 255, 0)
  639. TextButton_32.TextSize = 14.000
  640. TextButton_32.MouseButton1Down:connect(function()
  641. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Proceed"]
  642. local A_2 = "A player made dungeon!"
  643. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  644. Event:FireServer(A_1, A_2)
  645.  
  646. end)
  647.  
  648. TextButton_33.Parent = Frame
  649. TextButton_33.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  650. TextButton_33.Position = UDim2.new(0.678207934, 0, 0.878048778, 0)
  651. TextButton_33.Size = UDim2.new(0, 46, 0, 50)
  652. TextButton_33.Font = Enum.Font.SourceSans
  653. TextButton_33.Text = "Spamton NEO"
  654. TextButton_33.TextColor3 = Color3.fromRGB(255, 255, 0)
  655. TextButton_33.TextScaled = true
  656. TextButton_33.TextSize = 14.000
  657. TextButton_33.TextWrapped = true
  658. TextButton_33.MouseButton1Down:connect(function()
  659. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Spamton NEO"]
  660. local A_2 = "A player made dungeon!"
  661. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  662. Event:FireServer(A_1, A_2)
  663.  
  664. end)
  665.  
  666. TextButton_34.Parent = Frame
  667. TextButton_34.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  668. TextButton_34.Position = UDim2.new(0.582864523, 0, 0.878048778, 0)
  669. TextButton_34.Size = UDim2.new(0, 46, 0, 50)
  670. TextButton_34.Font = Enum.Font.SourceSans
  671. TextButton_34.Text = "sands"
  672. TextButton_34.TextColor3 = Color3.fromRGB(255, 255, 0)
  673. TextButton_34.TextScaled = true
  674. TextButton_34.TextSize = 14.000
  675. TextButton_34.TextWrapped = true
  676. TextButton_34.MouseButton1Down:connect(function()
  677. local A_1 = game:GetService("ReplicatedStorage").Dungeons["sands undertael"]
  678. local A_2 = "A player made dungeon!"
  679. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  680. Event:FireServer(A_1, A_2)
  681.  
  682. end)
  683.  
  684. TextButton_35.Parent = Frame
  685. TextButton_35.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  686. TextButton_35.Position = UDim2.new(0.485406876, 0, 0.878048778, 0)
  687. TextButton_35.Size = UDim2.new(0, 46, 0, 50)
  688. TextButton_35.Font = Enum.Font.SourceSans
  689. TextButton_35.Text = "Gold Road"
  690. TextButton_35.TextColor3 = Color3.fromRGB(255, 255, 0)
  691. TextButton_35.TextScaled = true
  692. TextButton_35.TextSize = 14.000
  693. TextButton_35.TextWrapped = true
  694. TextButton_35.MouseButton1Down:connect(function()
  695. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Gold Road"]
  696. local A_2 = "A player made dungeon!"
  697. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  698. Event:FireServer(A_1, A_2)
  699.  
  700. end)
  701.  
  702. TextButton_36.Parent = Frame
  703. TextButton_36.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  704. TextButton_36.Position = UDim2.new(0.387949258, 0, 0.878048778, 0)
  705. TextButton_36.Size = UDim2.new(0, 46, 0, 50)
  706. TextButton_36.Font = Enum.Font.SourceSans
  707. TextButton_36.Text = "The Pumpkin King"
  708. TextButton_36.TextColor3 = Color3.fromRGB(255, 255, 0)
  709. TextButton_36.TextScaled = true
  710. TextButton_36.TextSize = 14.000
  711. TextButton_36.TextWrapped = true
  712. TextButton_36.MouseButton1Down:connect(function()
  713. local A_1 = game:GetService("ReplicatedStorage").Dungeons["The Pumpkin King"]
  714. local A_2 = "A player made dungeon!"
  715. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  716. Event:FireServer(A_1, A_2)
  717.  
  718. end)
  719.  
  720. TextButton_37.Parent = Frame
  721. TextButton_37.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  722. TextButton_37.Position = UDim2.new(0.0953434631, 0, 0.756097555, 0)
  723. TextButton_37.Size = UDim2.new(0, 46, 0, 50)
  724. TextButton_37.Font = Enum.Font.SourceSans
  725. TextButton_37.Text = "Boss Raid 0-1"
  726. TextButton_37.TextColor3 = Color3.fromRGB(255, 255, 0)
  727. TextButton_37.TextScaled = true
  728. TextButton_37.TextSize = 14.000
  729. TextButton_37.TextWrapped = true
  730. TextButton_37.MouseButton1Down:connect(function()
  731. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Boss Raid 0-1"]
  732. local A_2 = "A player made dungeon!"
  733. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  734. Event:FireServer(A_1, A_2)
  735.  
  736. end)
  737.  
  738. TextButton_38.Parent = Frame
  739. TextButton_38.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  740. TextButton_38.Position = UDim2.new(0, 0, 0.756097555, 0)
  741. TextButton_38.Size = UDim2.new(0, 46, 0, 50)
  742. TextButton_38.Font = Enum.Font.SourceSans
  743. TextButton_38.Text = "The Chambers"
  744. TextButton_38.TextColor3 = Color3.fromRGB(255, 255, 0)
  745. TextButton_38.TextScaled = true
  746. TextButton_38.TextSize = 14.000
  747. TextButton_38.TextWrapped = true
  748. TextButton_38.MouseButton1Down:connect(function()
  749. local A_1 = game:GetService("ReplicatedStorage").Dungeons["The Chambers"]
  750. local A_2 = "A player made dungeon!"
  751. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  752. Event:FireServer(A_1, A_2)
  753.  
  754. end)
  755.  
  756. TextButton_39.Parent = Frame
  757. TextButton_39.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  758. TextButton_39.Position = UDim2.new(0.290491641, 0, 0.878048778, 0)
  759. TextButton_39.Size = UDim2.new(0, 46, 0, 50)
  760. TextButton_39.Font = Enum.Font.SourceSans
  761. TextButton_39.Text = "Pumpkin of NEO"
  762. TextButton_39.TextColor3 = Color3.fromRGB(255, 255, 0)
  763. TextButton_39.TextScaled = true
  764. TextButton_39.TextSize = 14.000
  765. TextButton_39.TextWrapped = true
  766. TextButton_39.MouseButton1Down:connect(function()
  767. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Pumpkin of NEO"]
  768. local A_2 = "A player made dungeon!"
  769. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  770. Event:FireServer(A_1, A_2)
  771.  
  772. end)
  773.  
  774. TextButton_40.Parent = Frame
  775. TextButton_40.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  776. TextButton_40.Position = UDim2.new(0.484788775, 0, 0.756097555, 0)
  777. TextButton_40.Size = UDim2.new(0, 46, 0, 50)
  778. TextButton_40.Font = Enum.Font.SourceSans
  779. TextButton_40.Text = "Danger"
  780. TextButton_40.TextColor3 = Color3.fromRGB(255, 255, 0)
  781. TextButton_40.TextScaled = true
  782. TextButton_40.TextSize = 14.000
  783. TextButton_40.TextWrapped = true
  784. TextButton_40.MouseButton1Down:connect(function()
  785. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Danger"]
  786. local A_2 = "A player made dungeon!"
  787. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  788. Event:FireServer(A_1, A_2)
  789.  
  790. end)
  791.  
  792. TextButton_41.Parent = Frame
  793. TextButton_41.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  794. TextButton_41.Position = UDim2.new(0.194503173, 0, 0.878048778, 0)
  795. TextButton_41.Size = UDim2.new(0, 46, 0, 50)
  796. TextButton_41.Font = Enum.Font.SourceSans
  797. TextButton_41.Text = "Pumpkin Undyne"
  798. TextButton_41.TextColor3 = Color3.fromRGB(255, 255, 0)
  799. TextButton_41.TextScaled = true
  800. TextButton_41.TextSize = 14.000
  801. TextButton_41.TextWrapped = true
  802. TextButton_41.MouseButton1Down:connect(function()
  803. local A_1 = game:GetService("ReplicatedStorage").Dungeons["Pumpkin-Undyne the Un-Pumpkin-Dying Pumpkin"]
  804. local A_2 = "A player made dungeon!"
  805. local Event = game:GetService("ReplicatedStorage").SendServer.CreateDungeon
  806. Event:FireServer(A_1, A_2)
  807.  
  808. end)
  809.  
  810. TextLabel_2.Parent = Frame
  811. TextLabel_2.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  812. TextLabel_2.Position = UDim2.new(0.5734303, 0, 0.121415198, 0)
  813. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  814. TextLabel_2.Font = Enum.Font.SourceSans
  815. TextLabel_2.Text = "E-easy M-medium H-hard"
  816. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  817. TextLabel_2.TextSize = 19.000
  818.  
  819. ImageLabel.Parent = Frame
  820. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  821. ImageLabel.Position = UDim2.new(0.367864728, 0, 0.121951222, 0)
  822. ImageLabel.Size = UDim2.new(0, 53, 0, 60)
  823. ImageLabel.Image = "rbxassetid://8402974503"
  824.  
  825. TextLabel_3.Parent = Frame
  826. TextLabel_3.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  827. TextLabel_3.Position = UDim2.new(0, 0, 0.121951222, 0)
  828. TextLabel_3.Size = UDim2.new(0, 174, 0, 60)
  829. TextLabel_3.Font = Enum.Font.Nunito
  830. TextLabel_3.Text = "Happy New Year!!!"
  831. TextLabel_3.TextColor3 = Color3.fromRGB(255, 0, 0)
  832. TextLabel_3.TextSize = 25.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement