DJAlguein

Black Light

Nov 20th, 2018
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.19 KB | None | 0 0
  1. local groupId = 3288652
  2. local player = game.Players.LocalPlayer
  3. if player:IsInGroup(groupId) and player:GetRoleInGroup(groupId) >= '50'
  4. then
  5. --thanks to illremember and others for some of the Anims.
  6. --thx to lolfruit_biggiecheese for the name lmAo
  7. --ok
  8. local visible = true
  9. --start lmAo
  10. local fescriptaddon = Instance.new("ScreenGui")
  11. local main = Instance.new("ImageLabel")
  12. local topbar = Instance.new("ImageLabel")
  13. local title = Instance.new("TextLabel")
  14. local lighttext = Instance.new("TextLabel")
  15. local lightdesc = Instance.new("TextLabel")
  16. local darktext = Instance.new("TextLabel")
  17. local darkdesc = Instance.new("TextLabel")
  18. local lightpanel = Instance.new("Frame")
  19. local headthrowbutton = Instance.new("TextButton")
  20. local dabbutton = Instance.new("TextButton")
  21. local insanebutton = Instance.new("TextButton")
  22. local kickanimbutton = Instance.new("TextButton")
  23. local punchbutton = Instance.new("TextButton")
  24. local swordhitbutton = Instance.new("TextButton")
  25. local loopheadbutton = Instance.new("TextButton")
  26. local slapbutton = Instance.new("TextButton")
  27. local hugbutton = Instance.new("TextButton")
  28. local levitatebutton = Instance.new("TextButton")
  29. local darkpanel = Instance.new("Frame")
  30. local spamreportbutton = Instance.new("TextButton")
  31. local playerinput = Instance.new("TextBox")
  32. local noclipbutton = Instance.new("TextButton")
  33. local repeatchatbutton = Instance.new("TextButton")
  34. local fegodbutton = Instance.new("TextButton")
  35. local multidembutton = Instance.new("TextButton")
  36. local enableinvenbutton = Instance.new("TextButton")
  37. local enableinvenbutton_2 = Instance.new("TextButton")
  38. local lighttopbar = Instance.new("ImageLabel")
  39. local title2 = Instance.new("TextLabel")
  40. local closebutton = Instance.new("TextButton")
  41. local r15lightpanel = Instance.new("Frame")
  42. local r15spinner = Instance.new("TextButton")
  43. local r15circlearm = Instance.new("TextButton")
  44. local r15bend = Instance.new("TextButton")
  45. local r15zombie = Instance.new("TextButton")
  46. local r15pull = Instance.new("TextButton")
  47. local r15downslash = Instance.new("TextButton")
  48. local r15flingarms = Instance.new("TextButton")
  49. local r15crazyslash = Instance.new("TextButton")
  50. local r15floatslash = Instance.new("TextButton")
  51.  
  52.  
  53.  
  54. local mainload = Instance.new("Frame")
  55. local yinyang = Instance.new("ImageLabel")
  56. local loadingtitle = Instance.new("TextLabel")
  57. local loadingstatus = Instance.new("TextLabel")
  58.  
  59. r15lightpanel.Name = "r15lightpanel"
  60. r15lightpanel.Parent = main
  61. r15lightpanel.BackgroundColor3 = Color3.new(1, 1, 1)
  62. r15lightpanel.BackgroundTransparency = 1
  63. r15lightpanel.Position = UDim2.new(0.0990566015, 0, 0.20075047, 0)
  64. r15lightpanel.Size = UDim2.new(0, 359, 0, 284)
  65.  
  66. r15spinner.Name = "r15spinner"
  67. r15spinner.Parent = r15lightpanel
  68. r15spinner.BackgroundColor3 = Color3.new(0.262745, 1, 0.556863)
  69. r15spinner.BorderColor3 = Color3.new(0.054902, 0.862745, 0.862745)
  70. r15spinner.BorderSizePixel = 4
  71. r15spinner.Position = UDim2.new(0.0752089098, 0, 0.348591536, 0)
  72. r15spinner.Size = UDim2.new(0, 108, 0, 17)
  73. r15spinner.Font = Enum.Font.SourceSans
  74. r15spinner.Text = "Spinner"
  75. r15spinner.TextColor3 = Color3.new(0, 0, 0)
  76. r15spinner.TextSize = 14
  77.  
  78. r15circlearm.Name = "r15circlearm"
  79. r15circlearm.Parent = r15lightpanel
  80. r15circlearm.BackgroundColor3 = Color3.new(0.262745, 1, 0.556863)
  81. r15circlearm.BorderColor3 = Color3.new(0.054902, 0.862745, 0.862745)
  82. r15circlearm.BorderSizePixel = 4
  83. r15circlearm.Position = UDim2.new(0.0752089098, 0, 0.450704217, 0)
  84. r15circlearm.Size = UDim2.new(0, 108, 0, 17)
  85. r15circlearm.Font = Enum.Font.SourceSans
  86. r15circlearm.Text = "Circle Arm"
  87. r15circlearm.TextColor3 = Color3.new(0, 0, 0)
  88. r15circlearm.TextSize = 14
  89.  
  90. r15bend.Name = "r15bend"
  91. r15bend.Parent = r15lightpanel
  92. r15bend.BackgroundColor3 = Color3.new(0.262745, 1, 0.556863)
  93. r15bend.BorderColor3 = Color3.new(0.054902, 0.862745, 0.862745)
  94. r15bend.BorderSizePixel = 4
  95. r15bend.Position = UDim2.new(0.0752089173, 0, 0.559859157, 0)
  96. r15bend.Size = UDim2.new(0, 108, 0, 17)
  97. r15bend.Font = Enum.Font.SourceSans
  98. r15bend.Text = "Bend"
  99. r15bend.TextColor3 = Color3.new(0, 0, 0)
  100. r15bend.TextSize = 14
  101.  
  102. r15zombie.Name = "r15zombie"
  103. r15zombie.Parent = r15lightpanel
  104. r15zombie.BackgroundColor3 = Color3.new(0.262745, 1, 0.556863)
  105. r15zombie.BorderColor3 = Color3.new(0.054902, 0.862745, 0.862745)
  106. r15zombie.BorderSizePixel = 4
  107. r15zombie.Position = UDim2.new(0.0752089098, 0, 0.665492952, 0)
  108. r15zombie.Size = UDim2.new(0, 108, 0, 17)
  109. r15zombie.Font = Enum.Font.SourceSans
  110. r15zombie.Text = "Weird Zombie"
  111. r15zombie.TextColor3 = Color3.new(0, 0, 0)
  112. r15zombie.TextSize = 14
  113.  
  114. r15pull.Name = "r15pull"
  115. r15pull.Parent = r15lightpanel
  116. r15pull.BackgroundColor3 = Color3.new(0.262745, 1, 0.556863)
  117. r15pull.BorderColor3 = Color3.new(0.054902, 0.862745, 0.862745)
  118. r15pull.BorderSizePixel = 4
  119. r15pull.Position = UDim2.new(0.479108632, 0, 0.46126762, 0)
  120. r15pull.Size = UDim2.new(0, 108, 0, 17)
  121. r15pull.Font = Enum.Font.SourceSans
  122. r15pull.Text = "Pull"
  123. r15pull.TextColor3 = Color3.new(0, 0, 0)
  124. r15pull.TextSize = 14
  125.  
  126. r15downslash.Name = "r15downslash"
  127. r15downslash.Parent = r15lightpanel
  128. r15downslash.BackgroundColor3 = Color3.new(0.262745, 1, 0.556863)
  129. r15downslash.BorderColor3 = Color3.new(0.054902, 0.862745, 0.862745)
  130. r15downslash.BorderSizePixel = 4
  131. r15downslash.Position = UDim2.new(0.479108632, 0, 0.563380241, 0)
  132. r15downslash.Size = UDim2.new(0, 108, 0, 17)
  133. r15downslash.Font = Enum.Font.SourceSans
  134. r15downslash.Text = "Downwards Slash"
  135. r15downslash.TextColor3 = Color3.new(0, 0, 0)
  136. r15downslash.TextSize = 14
  137.  
  138. r15flingarms.Name = "r15flingarms"
  139. r15flingarms.Parent = r15lightpanel
  140. r15flingarms.BackgroundColor3 = Color3.new(0.262745, 1, 0.556863)
  141. r15flingarms.BorderColor3 = Color3.new(0.054902, 0.862745, 0.862745)
  142. r15flingarms.BorderSizePixel = 4
  143. r15flingarms.Position = UDim2.new(0.479108632, 0, 0.352112681, 0)
  144. r15flingarms.Size = UDim2.new(0, 108, 0, 17)
  145. r15flingarms.Font = Enum.Font.SourceSans
  146. r15flingarms.Text = "Fling Arms"
  147. r15flingarms.TextColor3 = Color3.new(0, 0, 0)
  148. r15flingarms.TextSize = 14
  149.  
  150. r15crazyslash.Name = "r15crazyslash"
  151. r15crazyslash.Parent = r15lightpanel
  152. r15crazyslash.BackgroundColor3 = Color3.new(0.262745, 1, 0.556863)
  153. r15crazyslash.BorderColor3 = Color3.new(0.054902, 0.862745, 0.862745)
  154. r15crazyslash.BorderSizePixel = 4
  155. r15crazyslash.Position = UDim2.new(0.479108632, 0, 0.665492952, 0)
  156. r15crazyslash.Size = UDim2.new(0, 108, 0, 17)
  157. r15crazyslash.Font = Enum.Font.SourceSans
  158. r15crazyslash.Text = "Crazy Slash"
  159. r15crazyslash.TextColor3 = Color3.new(0, 0, 0)
  160. r15crazyslash.TextSize = 14
  161.  
  162. r15floatslash.Name = "r15floatslash"
  163. r15floatslash.Parent = r15lightpanel
  164. r15floatslash.BackgroundColor3 = Color3.new(0.262745, 1, 0.556863)
  165. r15floatslash.BorderColor3 = Color3.new(0.054902, 0.862745, 0.862745)
  166. r15floatslash.BorderSizePixel = 4
  167. r15floatslash.Position = UDim2.new(0.28690809, 0, 0.781690121, 0)
  168. r15floatslash.Size = UDim2.new(0, 108, 0, 17)
  169. r15floatslash.Font = Enum.Font.SourceSans
  170. r15floatslash.Text = "Float Slash"
  171. r15floatslash.TextColor3 = Color3.new(0, 0, 0)
  172. r15floatslash.TextSize = 14
  173.  
  174. r15lightpanel.Visible = false
  175.  
  176. mainload.Name = "mainload"
  177. mainload.Parent = fescriptaddon
  178. mainload.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  179. mainload.BorderSizePixel = 4
  180. mainload.BorderColor3 = Color3.new(1,1,1)
  181. mainload.Position = UDim2.new(0.475912422, 0, 0.415690869, 0)
  182. mainload.Size = UDim2.new(0, 188, 0, 300)
  183.  
  184.  
  185. yinyang.Name = "yinyang"
  186. yinyang.Parent = mainload
  187. yinyang.BackgroundColor3 = Color3.new(1, 1, 1)
  188. yinyang.BackgroundTransparency = 1
  189. yinyang.Position = UDim2.new(0.0537936836, 0, 0.248139039, 0)
  190. yinyang.Rotation = 9
  191. yinyang.Size = UDim2.new(0, 167, 0, 167)
  192. yinyang.Image = "rbxassetid://108433252"
  193.  
  194. loadingtitle.Name = "loadingtitle"
  195. loadingtitle.Parent = mainload
  196. loadingtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  197. loadingtitle.BackgroundTransparency = 1
  198. loadingtitle.Position = UDim2.new(0.0537937246, 0, 0.0266666673, 0)
  199. loadingtitle.Size = UDim2.new(0, 167, 0, 60)
  200. loadingtitle.Font = Enum.Font.SourceSansItalic
  201. loadingtitle.Text = "BlackLight v1."
  202. loadingtitle.TextColor3 = Color3.new(0, 0, 0)
  203. loadingtitle.TextScaled = true
  204. loadingtitle.TextSize = 20
  205. loadingtitle.TextWrapped = true
  206.  
  207. loadingstatus.Name = "loadingstatus"
  208. loadingstatus.Parent = mainload
  209. loadingstatus.BackgroundColor3 = Color3.new(1, 1, 1)
  210. loadingstatus.BackgroundTransparency = 1
  211. loadingstatus.Position = UDim2.new(0, 0, 0.75, 0)
  212. loadingstatus.Size = UDim2.new(0, 188, 0, 50)
  213. loadingstatus.Font = Enum.Font.SourceSansBold
  214. loadingstatus.Text = "Loading blacklight.."
  215. loadingstatus.TextColor3 = Color3.new(0, 0, 0)
  216. loadingstatus.TextScaled = true
  217. loadingstatus.TextSize = 14
  218. loadingstatus.TextWrapped = true
  219.  
  220.  
  221. local half1 = Instance.new("Frame")
  222. local half2 = Instance.new("Frame")
  223. local systemface = Instance.new("ImageLabel")
  224. local message = Instance.new("TextLabel")
  225.  
  226.  
  227. half1.Name = "half1"
  228. half1.Parent = fescriptaddon
  229. half1.BackgroundColor3 = Color3.new(0, 0, 0)
  230. half1.BorderSizePixel = 0
  231. half1.Position = UDim2.new(0.533576667, 0, 0.702576101, 0)
  232. half1.Size = UDim2.new(0, 353, 0, 174)
  233. half1.Visible = false
  234.  
  235. half2.Name = "half2"
  236. half2.Parent = half1
  237. half2.BackgroundColor3 = Color3.new(0, 0, 0)
  238. half2.BorderSizePixel = 0
  239. half2.Position = UDim2.new(-1.00283289, 0, 0, 0)
  240. half2.Size = UDim2.new(0, 353, 0, 174)
  241.  
  242.  
  243. systemface.Name = "systemface"
  244. systemface.Parent = half2
  245. systemface.BackgroundColor3 = Color3.new(1, 1, 1)
  246. systemface.BackgroundTransparency = 1
  247. systemface.BorderSizePixel = 0
  248. systemface.Position = UDim2.new(0.184135973, 0, 0.0402298868, 0)
  249. systemface.Size = UDim2.new(0, 206, 0, 159)
  250. systemface.Image = "rbxassetid://28916155"
  251.  
  252. message.Name = "message"
  253. message.Parent = half1
  254. message.BackgroundColor3 = Color3.new(1, 1, 1)
  255. message.BackgroundTransparency = 1
  256. message.Position = UDim2.new(0.0453257784, 0, 0.0747126415, 0)
  257. message.Size = UDim2.new(0, 322, 0, 137)
  258. message.Font = Enum.Font.SourceSans
  259. message.Text = "text"
  260. message.TextColor3 = Color3.new(1, 1, 1)
  261. message.TextScaled = true
  262. message.TextSize = 14
  263. message.TextWrapped = true
  264.  
  265.  
  266.  
  267.  
  268. -- Properties
  269.  
  270. fescriptaddon.Name = "fescriptaddon"
  271. fescriptaddon.Parent = game.CoreGui
  272.  
  273. main.Name = "main"
  274. main.Parent = fescriptaddon
  275. main.BackgroundColor3 = Color3.new(1, 1, 1)
  276. main.BackgroundTransparency = 1
  277. main.Position = UDim2.new(-0.055, 0,-0.5, 0)
  278. main.Size = UDim2.new(0, 848,0, 554)
  279. main.Image = "rbxassetid://2581436739"
  280.  
  281. closebutton.Name = "closebutton"
  282. closebutton.Parent = fescriptaddon
  283. closebutton.BackgroundColor3 = Color3.new(0,0,0)
  284. closebutton.BackgroundTransparency = 1
  285. closebutton.BorderSizePixel = 0
  286. closebutton.Position = UDim2.new(0.562, 0,0.136, 0)
  287. closebutton.Size = UDim2.new(0.491,0,27)
  288. closebutton.Font = Enum.Font.SourceSans
  289. closebutton.Text = "X"
  290. closebutton.TextColor3 = Color3.new(255, 0, 0)
  291. closebutton.TextSize = 14
  292. closebutton.TextWrapped = true
  293.  
  294. topbar.Name = "topbar"
  295. topbar.Parent = main
  296. topbar.BackgroundColor3 = Color3.new(1, 1, 1)
  297. topbar.BackgroundTransparency = 1
  298. topbar.Position = UDim2.new(0.508254707, 0, 0.20075047, 0)
  299. topbar.Size = UDim2.new(0, 360, 0, 22)
  300. topbar.Image = "rbxassetid://2260429633"
  301. topbar.ImageColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  302. topbar.ScaleType = Enum.ScaleType.Slice
  303. topbar.SliceCenter = Rect.new(12, 12, 13, 13)
  304.  
  305. title.Name = "title"
  306. title.Parent = topbar
  307. title.BackgroundColor3 = Color3.new(1, 1, 1)
  308. title.BackgroundTransparency = 1
  309. title.Position = UDim2.new(0.0416666679, 0, -0.0454545468, 0)
  310. title.Size = UDim2.new(0, 340, 0, 22)
  311. title.Font = Enum.Font.Code
  312. title.Text = "Blacklight v1.1 - By lolfruit_trashcan."
  313. title.TextColor3 = Color3.new(1, 1, 1)
  314. title.TextScaled = true
  315. title.TextSize = 14
  316. title.TextWrapped = true
  317.  
  318. lighttext.Name = "lighttext"
  319. lighttext.Parent = main
  320. lighttext.BackgroundColor3 = Color3.new(1, 1, 1)
  321. lighttext.BackgroundTransparency = 1
  322. lighttext.Position = UDim2.new(0.1875, 0, 0.238273919, 0)
  323. lighttext.Size = UDim2.new(0, 200, 0, 50)
  324. lighttext.Font = Enum.Font.SciFi
  325. lighttext.Text = "Light."
  326. lighttext.TextColor3 = Color3.new(0, 0, 0)
  327. lighttext.TextScaled = true
  328. lighttext.TextSize = 14
  329. lighttext.TextWrapped = true
  330.  
  331. lightdesc.Name = "lightdesc"
  332. lightdesc.Parent = lighttext
  333. lightdesc.BackgroundColor3 = Color3.new(1, 1, 1)
  334. lightdesc.BackgroundTransparency = 1
  335. lightdesc.Position = UDim2.new(0, 0, 1, 0)
  336. lightdesc.Size = UDim2.new(0, 200, 0, 24)
  337. lightdesc.Font = Enum.Font.Garamond
  338. lightdesc.Text = "FE Animations for the light hearted."
  339. lightdesc.TextColor3 = Color3.new(0, 0, 0)
  340. lightdesc.TextSize = 14
  341. lightdesc.TextWrapped = true
  342.  
  343. darktext.Name = "darktext"
  344. darktext.Parent = main
  345. darktext.BackgroundColor3 = Color3.new(1, 1, 1)
  346. darktext.BackgroundTransparency = 1
  347. darktext.Position = UDim2.new(0.639150918, 0, 0.238273919, 0)
  348. darktext.Size = UDim2.new(0, 200, 0, 50)
  349. darktext.Font = Enum.Font.Fantasy
  350. darktext.Text = "Dark."
  351. darktext.TextColor3 = Color3.new(1, 1, 1)
  352. darktext.TextScaled = true
  353. darktext.TextSize = 14
  354. darktext.TextWrapped = true
  355.  
  356. darkdesc.Name = "darkdesc"
  357. darkdesc.Parent = darktext
  358. darkdesc.BackgroundColor3 = Color3.new(1, 1, 1)
  359. darkdesc.BackgroundTransparency = 1
  360. darkdesc.Position = UDim2.new(0, 0, 1, 0)
  361. darkdesc.Size = UDim2.new(0, 200, 0, 24)
  362. darkdesc.Font = Enum.Font.Fantasy
  363. darkdesc.Text = "FE Scripts for those who want fun."
  364. darkdesc.TextColor3 = Color3.new(1, 1, 1)
  365. darkdesc.TextSize = 14
  366. darkdesc.TextWrapped = true
  367.  
  368. lightpanel.Name = "lightpanel"
  369. lightpanel.Parent = main
  370. lightpanel.BackgroundColor3 = Color3.new(1, 1, 1)
  371. lightpanel.BackgroundTransparency = 1
  372. lightpanel.Position = UDim2.new(0.123820752, 0, 0.208255157, 0)
  373. lightpanel.Size = UDim2.new(0, 338, 0, 277)
  374.  
  375. headthrowbutton.Name = "headthrowbutton"
  376. headthrowbutton.Parent = lightpanel
  377. headthrowbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  378. headthrowbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  379. headthrowbutton.BorderSizePixel = 4
  380. headthrowbutton.Position = UDim2.new(0.115168542, 0, 0.368231058, 0)
  381. headthrowbutton.Size = UDim2.new(0, 74, 0, 19)
  382. headthrowbutton.Font = Enum.Font.SourceSans
  383. headthrowbutton.Text = "Head throw"
  384. headthrowbutton.TextColor3 = Color3.new(0, 0, 0)
  385. headthrowbutton.TextSize = 14
  386.  
  387. dabbutton.Name = "dabbutton"
  388. dabbutton.Parent = lightpanel
  389. dabbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  390. dabbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  391. dabbutton.BorderSizePixel = 4
  392. dabbutton.Position = UDim2.new(0.115168542, 0, 0.494584829, 0)
  393. dabbutton.Size = UDim2.new(0, 74, 0, 19)
  394. dabbutton.Font = Enum.Font.SourceSans
  395. dabbutton.Text = "Dab"
  396. dabbutton.TextColor3 = Color3.new(0, 0, 0)
  397. dabbutton.TextSize = 14
  398.  
  399. insanebutton.Name = "insanebutton"
  400. insanebutton.Parent = lightpanel
  401. insanebutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  402. insanebutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  403. insanebutton.BorderSizePixel = 4
  404. insanebutton.Position = UDim2.new(0.115168542, 0, 0.617328584, 0)
  405. insanebutton.Size = UDim2.new(0, 74, 0, 19)
  406. insanebutton.Font = Enum.Font.SourceSans
  407. insanebutton.Text = "Insane"
  408. insanebutton.TextColor3 = Color3.new(0, 0, 0)
  409. insanebutton.TextSize = 14
  410.  
  411. kickanimbutton.Name = "kickanimbutton"
  412. kickanimbutton.Parent = lightpanel
  413. kickanimbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  414. kickanimbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  415. kickanimbutton.BorderSizePixel = 4
  416. kickanimbutton.Position = UDim2.new(0.115168542, 0, 0.740072191, 0)
  417. kickanimbutton.Size = UDim2.new(0, 74, 0, 19)
  418. kickanimbutton.Font = Enum.Font.SourceSans
  419. kickanimbutton.Text = "Kick"
  420. kickanimbutton.TextColor3 = Color3.new(0, 0, 0)
  421. kickanimbutton.TextSize = 14
  422.  
  423. punchbutton.Name = "punchbutton"
  424. punchbutton.Parent = lightpanel
  425. punchbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  426. punchbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  427. punchbutton.BorderSizePixel = 4
  428. punchbutton.Position = UDim2.new(0.115168542, 0, 0.855595648, 0)
  429. punchbutton.Size = UDim2.new(0, 74, 0, 19)
  430. punchbutton.Font = Enum.Font.SourceSans
  431. punchbutton.Text = "Punch"
  432. punchbutton.TextColor3 = Color3.new(0, 0, 0)
  433. punchbutton.TextSize = 14
  434.  
  435. swordhitbutton.Name = "swordhitbutton"
  436. swordhitbutton.Parent = lightpanel
  437. swordhitbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  438. swordhitbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  439. swordhitbutton.BorderSizePixel = 4
  440. swordhitbutton.Position = UDim2.new(0.42696628, 0, 0.368231058, 0)
  441. swordhitbutton.Size = UDim2.new(0, 74, 0, 19)
  442. swordhitbutton.Font = Enum.Font.SourceSans
  443. swordhitbutton.Text = "Sword Hit"
  444. swordhitbutton.TextColor3 = Color3.new(0, 0, 0)
  445. swordhitbutton.TextSize = 14
  446.  
  447. loopheadbutton.Name = "loopheadbutton"
  448. loopheadbutton.Parent = lightpanel
  449. loopheadbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  450. loopheadbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  451. loopheadbutton.BorderSizePixel = 4
  452. loopheadbutton.Position = UDim2.new(0.42696628, 0, 0.494584829, 0)
  453. loopheadbutton.Size = UDim2.new(0, 74, 0, 19)
  454. loopheadbutton.Font = Enum.Font.SourceSans
  455. loopheadbutton.Text = "Loophead"
  456. loopheadbutton.TextColor3 = Color3.new(0, 0, 0)
  457. loopheadbutton.TextSize = 14
  458.  
  459. slapbutton.Name = "slapbutton"
  460. slapbutton.Parent = lightpanel
  461. slapbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  462. slapbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  463. slapbutton.BorderSizePixel = 4
  464. slapbutton.Position = UDim2.new(0.42696628, 0, 0.617328525, 0)
  465. slapbutton.Size = UDim2.new(0, 74, 0, 19)
  466. slapbutton.Font = Enum.Font.SourceSans
  467. slapbutton.Text = "Slap"
  468. slapbutton.TextColor3 = Color3.new(0, 0, 0)
  469. slapbutton.TextSize = 14
  470.  
  471. hugbutton.Name = "hugbutton"
  472. hugbutton.Parent = lightpanel
  473. hugbutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  474. hugbutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  475. hugbutton.BorderSizePixel = 4
  476. hugbutton.Position = UDim2.new(0.42696628, 0, 0.740072191, 0)
  477. hugbutton.Size = UDim2.new(0, 74, 0, 19)
  478. hugbutton.Font = Enum.Font.SourceSans
  479. hugbutton.Text = "Hug"
  480. hugbutton.TextColor3 = Color3.new(0, 0, 0)
  481. hugbutton.TextSize = 14
  482.  
  483. levitatebutton.Name = "levitatebutton"
  484. levitatebutton.Parent = lightpanel
  485. levitatebutton.BackgroundColor3 = Color3.new(0.945098, 1, 0.341176)
  486. levitatebutton.BorderColor3 = Color3.new(0.882353, 0.866667, 0.352941)
  487. levitatebutton.BorderSizePixel = 4
  488. levitatebutton.Position = UDim2.new(0.42696628, 0, 0.855595648, 0)
  489. levitatebutton.Size = UDim2.new(0, 74, 0, 19)
  490. levitatebutton.Font = Enum.Font.SourceSans
  491. levitatebutton.Text = "Levitate"
  492. levitatebutton.TextColor3 = Color3.new(0, 0, 0)
  493. levitatebutton.TextSize = 14
  494.  
  495. darkpanel.Name = "darkpanel"
  496. darkpanel.Parent = main
  497. darkpanel.BackgroundColor3 = Color3.new(1, 1, 1)
  498. darkpanel.BackgroundTransparency = 1
  499. darkpanel.Position = UDim2.new(0.517688692, 0, 0.228893057, 0)
  500. darkpanel.Size = UDim2.new(0, 346, 0, 269)
  501.  
  502. spamreportbutton.Name = "spamreportbutton"
  503. spamreportbutton.Parent = darkpanel
  504. spamreportbutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  505. spamreportbutton.BorderColor3 = Color3.new(0, 0, 0)
  506. spamreportbutton.BorderSizePixel = 4
  507. spamreportbutton.Position = UDim2.new(0.14161849, 0, 0.356877327, 0)
  508. spamreportbutton.Size = UDim2.new(0, 120, 0, 25)
  509. spamreportbutton.Font = Enum.Font.SourceSans
  510. spamreportbutton.Text = "Spam Report."
  511. spamreportbutton.TextColor3 = Color3.new(1, 1, 1)
  512. spamreportbutton.TextSize = 14
  513.  
  514. playerinput.Name = "playerinput"
  515. playerinput.Parent = spamreportbutton
  516. playerinput.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  517. playerinput.BorderColor3 = Color3.new(0.0196078, 0.639216, 0.905882)
  518. playerinput.BorderSizePixel = 2
  519. playerinput.Position = UDim2.new(0.0916666687, 0, 1.36000001, 0)
  520. playerinput.Size = UDim2.new(0, 95, 0, 40)
  521. playerinput.Font = Enum.Font.SourceSans
  522. playerinput.Text = "Player"
  523. playerinput.TextColor3 = Color3.new(0, 0, 0)
  524. playerinput.TextScaled = true
  525. playerinput.TextSize = 10
  526. playerinput.TextWrapped = true
  527.  
  528. noclipbutton.Name = "noclipbutton"
  529. noclipbutton.Parent = darkpanel
  530. noclipbutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  531. noclipbutton.BorderColor3 = Color3.new(0, 0, 0)
  532. noclipbutton.BorderSizePixel = 4
  533. noclipbutton.Position = UDim2.new(0.14161849, 0, 0.684014857, 0)
  534. noclipbutton.Size = UDim2.new(0, 120, 0, 25)
  535. noclipbutton.Font = Enum.Font.SourceSans
  536. noclipbutton.Text = "Noclip keybind (e)"
  537. noclipbutton.TextColor3 = Color3.new(1, 1, 1)
  538. noclipbutton.TextSize = 14
  539.  
  540. repeatchatbutton.Name = "repeatchatbutton"
  541. repeatchatbutton.Parent = darkpanel
  542. repeatchatbutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  543. repeatchatbutton.BorderColor3 = Color3.new(0, 0, 0)
  544. repeatchatbutton.BorderSizePixel = 4
  545. repeatchatbutton.Position = UDim2.new(0.14161849, 0, 0.836431205, 0)
  546. repeatchatbutton.Size = UDim2.new(0, 120, 0, 25)
  547. repeatchatbutton.Font = Enum.Font.SourceSans
  548. repeatchatbutton.Text = "Repeat Chat"
  549. repeatchatbutton.TextColor3 = Color3.new(1, 1, 1)
  550. repeatchatbutton.TextSize = 14
  551.  
  552. fegodbutton.Name = "fegodbutton"
  553. fegodbutton.Parent = darkpanel
  554. fegodbutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  555. fegodbutton.BorderColor3 = Color3.new(0, 0, 0)
  556. fegodbutton.BorderSizePixel = 4
  557. fegodbutton.Position = UDim2.new(0.580924869, 0, 0.356877327, 0)
  558. fegodbutton.Size = UDim2.new(0, 120, 0, 25)
  559. fegodbutton.Font = Enum.Font.SourceSans
  560. fegodbutton.Text = "FE God"
  561. fegodbutton.TextColor3 = Color3.new(1, 1, 1)
  562. fegodbutton.TextSize = 14
  563.  
  564. multidembutton.Name = "multidembutton"
  565. multidembutton.Parent = darkpanel
  566. multidembutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  567. multidembutton.BorderColor3 = Color3.new(0, 0, 0)
  568. multidembutton.BorderSizePixel = 4
  569. multidembutton.Position = UDim2.new(0.580924869, 0, 0.509293675, 0)
  570. multidembutton.Size = UDim2.new(0, 120, 0, 25)
  571. multidembutton.Font = Enum.Font.SourceSans
  572. multidembutton.Text = "Multi Dimensional Player"
  573. multidembutton.TextColor3 = Color3.new(1, 1, 1)
  574. multidembutton.TextSize = 13
  575.  
  576. enableinvenbutton.Name = "enableinvenbutton"
  577. enableinvenbutton.Parent = darkpanel
  578. enableinvenbutton.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  579. enableinvenbutton.BorderColor3 = Color3.new(0, 0, 0)
  580. enableinvenbutton.BorderSizePixel = 4
  581. enableinvenbutton.Position = UDim2.new(0.580924869, 0, 0.669144988, 0)
  582. enableinvenbutton.Size = UDim2.new(0, 120, 0, 25)
  583. enableinvenbutton.Font = Enum.Font.SourceSans
  584. enableinvenbutton.Text = "Enable Inventory"
  585. enableinvenbutton.TextColor3 = Color3.new(1, 1, 1)
  586. enableinvenbutton.TextSize = 14
  587.  
  588. enableinvenbutton_2.Name = "enableinvenbutton"
  589. enableinvenbutton_2.Parent = darkpanel
  590. enableinvenbutton_2.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  591. enableinvenbutton_2.BorderColor3 = Color3.new(0, 0, 0)
  592. enableinvenbutton_2.BorderSizePixel = 4
  593. enableinvenbutton_2.Position = UDim2.new(0.580924869, 0, 0.828996301, 0)
  594. enableinvenbutton_2.Size = UDim2.new(0, 120, 0, 25)
  595. enableinvenbutton_2.Font = Enum.Font.SourceSans
  596. enableinvenbutton_2.Text = "Change your UserID to CreatorID"
  597. enableinvenbutton_2.TextColor3 = Color3.new(1, 1, 1)
  598. enableinvenbutton_2.TextScaled = true
  599. enableinvenbutton_2.TextSize = 12
  600. enableinvenbutton_2.TextWrapped = true
  601.  
  602. lighttopbar.Name = "lighttopbar"
  603. lighttopbar.Parent = main
  604. lighttopbar.BackgroundColor3 = Color3.new(1, 1, 1)
  605. lighttopbar.BackgroundTransparency = 1
  606. lighttopbar.Position = UDim2.new(0.0990566015, 0, 0.20075047, 0)
  607. lighttopbar.Size = UDim2.new(0, 359, 0, 21)
  608. lighttopbar.Image = "rbxassetid://2260429633"
  609. lighttopbar.ScaleType = Enum.ScaleType.Slice
  610. lighttopbar.SliceCenter = Rect.new(12, 12, 13, 13)
  611.  
  612. title2.Name = "title2"
  613. title2.Parent = lighttopbar
  614. title2.BackgroundColor3 = Color3.new(1, 1, 1)
  615. title2.BackgroundTransparency = 1
  616. title2.Position = UDim2.new(0.00557103753, 0, 0, 0)
  617. title2.Size = UDim2.new(0, 357, 0, 22)
  618. title2.Font = Enum.Font.Code
  619. title2.Text = "Thanks to all those whose FE Script's appear in this GUI."
  620. title2.TextColor3 = Color3.new(0, 0, 0)
  621. title2.TextScaled = true
  622. title2.TextSize = 14
  623. title2.TextWrapped = true
  624. --check for r15 mk
  625. if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then
  626. lightpanel.Visible = false
  627. r15lightpanel.Visible = true
  628. end
  629.  
  630. --var
  631. mainload.Visible = true
  632. local player = game.Players.LocalPlayer
  633. local mouse = player:GetMouse()
  634. --tween
  635. for i = 1, 250 do
  636. wait(0.01)
  637. yinyang.Rotation = yinyang.Rotation +1
  638. end
  639. wait(1)
  640. mainload.Visible = false
  641. main:TweenPosition(UDim2.new(0.023, 0,-0.032, 0), 'In', 'Back', 2)
  642. --buTTons
  643. enableinvenbutton.MouseButton1Click:Connect(function()
  644. game.StarterGui:SetCoreGuiEnabled(2, true)
  645. clicksound()
  646. end)
  647.  
  648. enableinvenbutton_2.MouseButton1Click:Connect(function()
  649. clicksound()
  650. game:GetService("Players").LocalPlayer.UserId = game.CreatorId
  651. game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0
  652. alert("UserID Changed", 2)
  653. end)
  654.  
  655. fegodbutton.MouseButton1Click:Connect(function()
  656. clicksound()
  657. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  658. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  659. l.Parent = game.Players.LocalPlayer.Character
  660. l.Name = "Humanoid"
  661. wait(0.1)
  662. game.Players.LocalPlayer.Character["1"]:Destroy()
  663. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  664. game.Players.LocalPlayer.Character.Animate.Disabled = true
  665. wait(0.1)
  666. game.Players.LocalPlayer.Character.Animate.Disabled = false
  667. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  668. end)
  669.  
  670. multidembutton.MouseButton1Click:Connect(function()
  671. for i,x in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  672. if x:IsA("BasePart") then
  673. x.BrickColor = BrickColor.Black() or BrickColor.White()
  674. x.BackSurface = Enum.SurfaceType.Motor
  675. x.BottomSurface = Enum.SurfaceType.Motor
  676. x.FrontSurface = Enum.SurfaceType.Motor
  677. x.LeftSurface = Enum.SurfaceType.Motor
  678. x.RightSurface = Enum.SurfaceType.Motor
  679. x.TopSurface = Enum.SurfaceType.Motor
  680. end
  681. end
  682. clicksound()
  683. end)
  684.  
  685. noclipbutton.MouseButton1Click:Connect(function()
  686. clicksound()
  687. noclip = false
  688. game:GetService('RunService').Stepped:connect(function()
  689. if noclip then
  690. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  691. end
  692. end)
  693. plr = game.Players.LocalPlayer
  694. mouse = plr:GetMouse()
  695. mouse.KeyDown:connect(function(key)
  696.  
  697. if key == "e" then
  698. noclip = not noclip
  699. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  700. end
  701. end)
  702. print('Loaded')
  703. print('Press "E" to noclip')
  704. alert("E is to toggle noclip", 2)
  705. end)
  706.  
  707. repeatchatbutton.MouseButton1Click:Connect(function()
  708. clicksound()
  709. local Action = game.Players:GetPlayers()
  710. for i = 1,#Action do
  711. Action[i].Chatted:connect(function(Message)
  712. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
  713. end)
  714. end
  715. end)
  716.  
  717. spamreportbutton.MouseButton1Click:Connect(function()
  718. clicksound()
  719. local NAME = playerinput.Text
  720. if playerinput.Text == "Player" then
  721. alert("You have not typed in a player name..", 3)
  722. else
  723. if playerinput.Text == "" then
  724. alert("It's blank..", 2)
  725. else
  726. for i = 1, 10 do
  727. game.Players:ReportAbuse(game.Players[NAME], "Exploiting", "He is exploting, please ban him!!")
  728. end
  729. end
  730. end
  731. end)
  732.  
  733. dabbutton.MouseButton1Click:Connect(function()
  734. clicksound()
  735. AnimationId = "248263260"
  736. local Anim = Instance.new("Animation")
  737. Anim.AnimationId = "rbxassetid://"..AnimationId
  738. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  739. k:Play()
  740. k:AdjustSpeed(1)
  741. wait(10)
  742. k:Stop()
  743. end)
  744.  
  745. headthrowbutton.MouseButton1Click:Connect(function()
  746. clicksound()
  747. AnimationId = "35154961"
  748. local Anim = Instance.new("Animation")
  749. Anim.AnimationId = "rbxassetid://"..AnimationId
  750. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  751. k:Play(0)
  752. k:AdjustSpeed(1)
  753. wait(5)
  754. k:Stop()
  755. end)
  756.  
  757. hugbutton.MouseButton1Click:Connect(function()
  758. clicksound()
  759. AnimationId = "42071631"
  760. local Anim = Instance.new("Animation")
  761. Anim.AnimationId = "rbxassetid://"..AnimationId
  762. local Anim = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  763. Anim:Play()
  764. Anim:AdjustSpeed(1)
  765. wait(3)
  766. Anim:Stop()
  767. end)
  768.  
  769. insanebutton.MouseButton1Click:Connect(function()
  770. clicksound()
  771. AnimationId = "33796059"
  772. local Anim = Instance.new("Animation")
  773. Anim.AnimationId = "rbxassetid://"..AnimationId
  774. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  775. k:Play()
  776. k:AdjustSpeed(25)
  777. wait(5)
  778. k:Stop()
  779. end)
  780.  
  781. kickanimbutton.MouseButton1Click:Connect(function()
  782. clicksound()
  783. AnimationId = "45737360"
  784. local Anim = Instance.new("Animation")
  785. Anim.AnimationId = "rbxassetid://"..AnimationId
  786. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  787. k:Play()
  788. k:AdjustSpeed(1)
  789. wait(5)
  790. k:Stop()
  791. end)
  792.  
  793. levitatebutton.MouseButton1Click:Connect(function()
  794. clicksound()
  795. AnimationId = "313762630"
  796. local Anim = Instance.new("Animation")
  797. Anim.AnimationId = "rbxassetid://"..AnimationId
  798. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  799. k:Play()
  800. k:AdjustSpeed(1)
  801. wait(5)
  802. k:Stop()
  803. end)
  804.  
  805. loopheadbutton.MouseButton1Click:Connect(function()
  806. clicksound()
  807. AnimationId = "35154961"
  808. local Anim = Instance.new("Animation")
  809. Anim.AnimationId = "rbxassetid://"..AnimationId
  810. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  811. k:Play()
  812. k:AdjustSpeed(640)
  813. end)
  814.  
  815. punchbutton.MouseButton1Click:Connect(function()
  816. clicksound()
  817. AnimationId = "126753849"
  818. local Anim = Instance.new("Animation")
  819. Anim.AnimationId = "rbxassetid://"..AnimationId
  820. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  821. k:Play()
  822. k:AdjustSpeed(1)
  823. wait(5)
  824. k:Stop()
  825. end)
  826.  
  827. slapbutton.MouseButton1Click:Connect(function()
  828. clicksound()
  829. AnimationId = "204062532"
  830. local Anim = Instance.new("Animation")
  831. Anim.AnimationId = "rbxassetid://"..AnimationId
  832. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  833. k:Play()
  834. k:AdjustSpeed(1)
  835. wait(5)
  836. k:Stop()
  837. end)
  838.  
  839. swordhitbutton.MouseButton1Click:Connect(function()
  840. clicksound()
  841. AnimationId = "33169583"
  842. local Anim = Instance.new("Animation")
  843. Anim.AnimationId = "rbxassetid://"..AnimationId
  844. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  845. k:Play()
  846. k:AdjustSpeed(1)
  847. wait(5)
  848. k:Stop()
  849. end)
  850.  
  851. r15bend.MouseButton1Click:Connect(function()
  852. clicksound()
  853. local Anim = Instance.new("Animation")
  854. Anim.AnimationId = "rbxassetid://696096087"
  855. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  856. track:Play(.1,1,1)
  857. wait(5)
  858. track:Stop()
  859. end)
  860.  
  861. r15circlearm.MouseButton1Click:Connect(function()
  862. clicksound()
  863. local Anim = Instance.new("Animation")
  864. Anim.AnimationId = "rbxassetid://698251653"
  865. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  866. track:Play(.1,1,1)
  867. wait(5)
  868. track:Stop()
  869. end)
  870.  
  871. r15crazyslash.MouseButton1Click:Connect(function()
  872. local Anim = Instance.new("Animation")
  873. Anim.AnimationId = "rbxassetid://674871189"
  874. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  875. track:Play(.1,1,1)
  876. wait(5)
  877. track:Stop()
  878. end)
  879.  
  880. r15downslash.MouseButton1Click:Connect(function()
  881. local Anim = Instance.new("Animation")
  882. Anim.AnimationId = "rbxassetid://746398327"
  883. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  884. track:Play(.1,1,1 )
  885. wait(5)
  886. track:Stop()
  887. end)
  888.  
  889. r15flingarms.MouseButton1Click:Connect(function()
  890. local Anim = Instance.new("Animation")
  891. Anim.AnimationId = "rbxassetid://754656200"
  892. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  893. track:Play(.1,1,10)
  894. wait(5)
  895. track:Stop()
  896. end)
  897.  
  898. r15floatslash.MouseButton1Click:Connect(function()
  899. local Anim = Instance.new("Animation")
  900. Anim.AnimationId = "rbxassetid://717879555"
  901. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  902. track:Play(.1,1,1)
  903. wait(5)
  904. track:Stop()
  905. end)
  906.  
  907. r15pull.MouseButton1Click:Connect(function()
  908. local Anim = Instance.new("Animation")
  909. Anim.AnimationId = "rbxassetid://675025795"
  910. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  911. track:Play(.1,1,1)
  912. wait(5)
  913. track:Stop()
  914. end)
  915.  
  916. r15spinner.MouseButton1Click:Connect(function()
  917. local Anim = Instance.new("Animation")
  918. Anim.AnimationId = "rbxassetid://754658275"
  919. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  920. track:Play(.1,1,1)
  921. wait(5)
  922. track:Stop()
  923. end)
  924.  
  925. r15zombie.MouseButton1Click:Connect(function()
  926. local Anim = Instance.new("Animation")
  927. Anim.AnimationId = "rbxassetid://708553116"
  928. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  929. track:Play(.1,1,1)
  930. wait(5)
  931. track:Stop()
  932. end)
  933. --koi
  934.  
  935. mouse.KeyDown:Connect(function(key)
  936. if key == "f" then
  937. if visible == true then
  938. wait()
  939. local visible = false
  940. main.Visible = false
  941. else
  942. local visible = true
  943. main.Visible = true
  944. end
  945. end
  946. end)
  947.  
  948.  
  949. --func
  950. function kick(reason)
  951. player:Kick(reason)
  952. end
  953.  
  954. local clicksoundy = Instance.new("Sound", player)
  955. clicksoundy.SoundId = "rbxassetid://452267918"
  956.  
  957. function clicksound()
  958. clicksoundy:Play()
  959. clicksoundy.Looped = false
  960. end
  961.  
  962. function alert(text,delay)
  963. message.Text = text
  964. half1.Visible = true
  965. wait(delay)
  966. half1.Visible = false
  967. end
  968.  
  969.  
  970.  
  971. -- Draggable owo
  972. main.Selectable = true
  973. main.Active = true
  974. main.Draggable = true
  975. else
  976. kick("no")
  977. end
Advertisement
Add Comment
Please, Sign In to add comment