FantasyGamer

syGUI

Oct 13th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 114.53 KB | None | 0 0
  1. --[[
  2. GUI Created by fantasygamery
  3. Script coded by fantasygamery
  4. Version: 3
  5. Some of the scripts on "Scripts" tab are not my.
  6. but if its it will say something like 'Made by me'
  7. ]]--
  8.  
  9.  
  10. local O_C_ = {
  11. ['false']='Open';
  12. ['true']='Close';
  13. }
  14.  
  15.  
  16. local Players = game:GetService('Players')
  17. if Players.LocalPlayer.PlayerGui:FindFirstChild'syGUI' then
  18. if Players.LocalPlayer.PlayerGui:FindFirstChild'syGUI'.ClassName == 'ScreenGui' then
  19. Players.LocalPlayer.PlayerGui.syGUI:Destroy()
  20. end
  21. end
  22. --Gui UPDATE--
  23. -- Objects
  24.  
  25. local syGUI = Instance.new("ScreenGui")
  26. local MainFrame = Instance.new("Frame")
  27. local Buttons = Instance.new("Frame")
  28. local Cmds = Instance.new("TextButton")
  29. local Scripts = Instance.new("TextButton")
  30. local Info = Instance.new("TextButton")
  31. local Themes = Instance.new("TextButton")
  32. local cmdsFrame = Instance.new("Frame")
  33. local PLR_N = Instance.new("TextBox")
  34. local Kill = Instance.new("TextButton")
  35. local HPSpam = Instance.new("TextButton")
  36. local RemoveChar = Instance.new("TextButton")
  37. local FF = Instance.new("TextButton")
  38. local God = Instance.new("TextButton")
  39. local GoTo = Instance.new("TextButton")
  40. local VALUE = Instance.new("TextBox")
  41. local SetPW = Instance.new("TextButton")
  42. local SetSpeed = Instance.new("TextButton")
  43. local UnFF = Instance.new("TextButton")
  44. local UnGod = Instance.new("TextButton")
  45. local infoFrame = Instance.new("Frame")
  46. local Creator_ = Instance.new("TextLabel")
  47. local V3rName_ = Instance.new("TextLabel")
  48. local FE = Instance.new("TextLabel")
  49. local ImageLabel = Instance.new("ImageLabel")
  50. local Back = Instance.new("ImageLabel")
  51. local scriptsFrame = Instance.new("ScrollingFrame")
  52. local themesFrame = Instance.new("Frame")
  53. local PTheme = Instance.new("TextButton")
  54. local BTheme = Instance.new("TextButton")
  55. local Frame = Instance.new("Frame")
  56. local O_C = Instance.new("TextButton")
  57.  
  58. -- Properties
  59.  
  60. syGUI.Name = "syGUI"
  61. syGUI.Parent = game.StarterGui
  62. syGUI.ResetOnSpawn = false
  63.  
  64. MainFrame.Name = "MainFrame"
  65. MainFrame.Parent = syGUI
  66. MainFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  67. MainFrame.BorderSizePixel = 0
  68. MainFrame.ClipsDescendants = true
  69. MainFrame.Position = UDim2.new(0.193000004, 0, 0.0500000007, 0)
  70. MainFrame.Size = UDim2.new(0, 435, 0, 366)
  71.  
  72. Buttons.Name = "Buttons"
  73. Buttons.Parent = MainFrame
  74. Buttons.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  75. Buttons.BorderSizePixel = 0
  76. Buttons.Size = UDim2.new(0, 435, 0, 34)
  77.  
  78. Cmds.Name = "Cmds"
  79. Cmds.Parent = Buttons
  80. Cmds.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  81. Cmds.BorderSizePixel = 0
  82. Cmds.Position = UDim2.new(0.0206896551, 0, 0.191176474, 0)
  83. Cmds.Size = UDim2.new(0, 95, 0, 21)
  84. Cmds.Font = Enum.Font.SourceSansBold
  85. Cmds.FontSize = Enum.FontSize.Size14
  86. Cmds.Text = "CMDS"
  87. Cmds.TextColor3 = Color3.new(1, 1, 1)
  88. Cmds.TextSize = 14
  89.  
  90. Scripts.Name = "Scripts"
  91. Scripts.Parent = Buttons
  92. Scripts.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  93. Scripts.BorderSizePixel = 0
  94. Scripts.Position = UDim2.new(0.260919571, 0, 0.191176474, 0)
  95. Scripts.Size = UDim2.new(0, 95, 0, 21)
  96. Scripts.Font = Enum.Font.SourceSansBold
  97. Scripts.FontSize = Enum.FontSize.Size14
  98. Scripts.Text = "SCRIPTS"
  99. Scripts.TextColor3 = Color3.new(1, 1, 1)
  100. Scripts.TextSize = 14
  101.  
  102. Info.Name = "Info"
  103. Info.Parent = Buttons
  104. Info.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  105. Info.BorderSizePixel = 0
  106. Info.Position = UDim2.new(0.514942527, 0, 0.205882356, 0)
  107. Info.Size = UDim2.new(0, 95, 0, 21)
  108. Info.Font = Enum.Font.SourceSansBold
  109. Info.FontSize = Enum.FontSize.Size14
  110. Info.Text = "Info"
  111. Info.TextColor3 = Color3.new(1, 1, 1)
  112. Info.TextSize = 14
  113.  
  114. Themes.Name = "Themes"
  115. Themes.Parent = Buttons
  116. Themes.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  117. Themes.BorderSizePixel = 0
  118. Themes.Position = UDim2.new(0.75999999, 0, 0.206, 0)
  119. Themes.Size = UDim2.new(0, 95, 0, 21)
  120. Themes.Font = Enum.Font.SourceSansBold
  121. Themes.FontSize = Enum.FontSize.Size14
  122. Themes.Text = "Themes"
  123. Themes.TextColor3 = Color3.new(1, 1, 1)
  124. Themes.TextSize = 14
  125.  
  126. cmdsFrame.Name = "cmdsFrame"
  127. cmdsFrame.Parent = MainFrame
  128. cmdsFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  129. cmdsFrame.BorderSizePixel = 0
  130. cmdsFrame.Position = UDim2.new(0.0206896551, 0, 0.117486335, 0)
  131. cmdsFrame.Size = UDim2.new(0, 420, 0, 317)
  132. cmdsFrame.Visible = false
  133.  
  134. PLR_N.Name = "PLR_N"
  135. PLR_N.Parent = cmdsFrame
  136. PLR_N.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  137. PLR_N.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  138. PLR_N.BorderSizePixel = 3
  139. PLR_N.Position = UDim2.new(0.0142857144, 0, 0.0347003154, 0)
  140. PLR_N.Size = UDim2.new(0, 194, 0, 31)
  141. PLR_N.Font = Enum.Font.SourceSansBold
  142. PLR_N.FontSize = Enum.FontSize.Size14
  143. PLR_N.Text = "Player Name"
  144. PLR_N.TextColor3 = Color3.new(1, 1, 1)
  145. PLR_N.TextSize = 14
  146.  
  147. Kill.Name = "Kill"
  148. Kill.Parent = cmdsFrame
  149. Kill.BackgroundColor3 = Color3.new(0.188235, 0, 0)
  150. Kill.BorderColor3 = Color3.new(0.337255, 0, 0)
  151. Kill.BorderSizePixel = 2
  152. Kill.Position = UDim2.new(0.0285714287, 0, 0.167192429, 0)
  153. Kill.Size = UDim2.new(0, 120, 0, 31)
  154. Kill.Font = Enum.Font.SourceSansBold
  155. Kill.FontSize = Enum.FontSize.Size14
  156. Kill.Text = "Kill"
  157. Kill.TextColor3 = Color3.new(1, 1, 1)
  158. Kill.TextSize = 14
  159.  
  160. HPSpam.Name = "HPSpam"
  161. HPSpam.Parent = cmdsFrame
  162. HPSpam.BackgroundColor3 = Color3.new(0.188235, 0, 0)
  163. HPSpam.BorderColor3 = Color3.new(0.337255, 0, 0)
  164. HPSpam.BorderSizePixel = 2
  165. HPSpam.Position = UDim2.new(0.0285714287, 0, 0.321766555, 0)
  166. HPSpam.Size = UDim2.new(0, 120, 0, 31)
  167. HPSpam.Font = Enum.Font.SourceSansBold
  168. HPSpam.FontSize = Enum.FontSize.Size14
  169. HPSpam.Text = "HopperBin Spam"
  170. HPSpam.TextColor3 = Color3.new(1, 1, 1)
  171. HPSpam.TextSize = 14
  172.  
  173. RemoveChar.Name = "RemoveChar"
  174. RemoveChar.Parent = cmdsFrame
  175. RemoveChar.BackgroundColor3 = Color3.new(0.188235, 0, 0)
  176. RemoveChar.BorderColor3 = Color3.new(0.337255, 0, 0)
  177. RemoveChar.BorderSizePixel = 2
  178. RemoveChar.Position = UDim2.new(0.0285714287, 0, 0.473186135, 0)
  179. RemoveChar.Size = UDim2.new(0, 120, 0, 31)
  180. RemoveChar.Font = Enum.Font.SourceSansBold
  181. RemoveChar.FontSize = Enum.FontSize.Size14
  182. RemoveChar.Text = "Remove Character"
  183. RemoveChar.TextColor3 = Color3.new(1, 1, 1)
  184. RemoveChar.TextSize = 14
  185.  
  186. FF.Name = "FF"
  187. FF.Parent = cmdsFrame
  188. FF.BackgroundColor3 = Color3.new(0, 0.188235, 0.172549)
  189. FF.BorderColor3 = Color3.new(0, 0.337255, 0.298039)
  190. FF.BorderSizePixel = 2
  191. FF.Position = UDim2.new(0.371428579, 0, 0.167192429, 0)
  192. FF.Size = UDim2.new(0, 120, 0, 31)
  193. FF.Font = Enum.Font.SourceSansBold
  194. FF.FontSize = Enum.FontSize.Size14
  195. FF.Text = "FF"
  196. FF.TextColor3 = Color3.new(1, 1, 1)
  197. FF.TextSize = 14
  198.  
  199. God.Name = "God"
  200. God.Parent = cmdsFrame
  201. God.BackgroundColor3 = Color3.new(0, 0.188235, 0.172549)
  202. God.BorderColor3 = Color3.new(0, 0.337255, 0.298039)
  203. God.BorderSizePixel = 2
  204. God.Position = UDim2.new(0.371428579, 0, 0.321766555, 0)
  205. God.Size = UDim2.new(0, 120, 0, 31)
  206. God.Font = Enum.Font.SourceSansBold
  207. God.FontSize = Enum.FontSize.Size14
  208. God.Text = "God"
  209. God.TextColor3 = Color3.new(1, 1, 1)
  210. God.TextSize = 14
  211.  
  212. GoTo.Name = "GoTo"
  213. GoTo.Parent = cmdsFrame
  214. GoTo.BackgroundColor3 = Color3.new(0, 0.188235, 0.172549)
  215. GoTo.BorderColor3 = Color3.new(0, 0.337255, 0.298039)
  216. GoTo.BorderSizePixel = 2
  217. GoTo.Position = UDim2.new(0.371428579, 0, 0.473186135, 0)
  218. GoTo.Size = UDim2.new(0, 120, 0, 31)
  219. GoTo.Font = Enum.Font.SourceSansBold
  220. GoTo.FontSize = Enum.FontSize.Size14
  221. GoTo.Text = "Go to"
  222. GoTo.TextColor3 = Color3.new(1, 1, 1)
  223. GoTo.TextSize = 14
  224.  
  225. VALUE.Name = "VALUE"
  226. VALUE.Parent = cmdsFrame
  227. VALUE.BackgroundColor3 = Color3.new(0.0823529, 0.333333, 0.027451)
  228. VALUE.BorderColor3 = Color3.new(0.0235294, 0.113725, 0)
  229. VALUE.BorderSizePixel = 3
  230. VALUE.Position = UDim2.new(0.509523809, 0, 0.0347003154, 0)
  231. VALUE.Size = UDim2.new(0, 197, 0, 31)
  232. VALUE.Font = Enum.Font.SourceSansBold
  233. VALUE.FontSize = Enum.FontSize.Size14
  234. VALUE.Text = "Value"
  235. VALUE.TextColor3 = Color3.new(1, 1, 1)
  236. VALUE.TextSize = 14
  237.  
  238. SetPW.Name = "SetPW"
  239. SetPW.Parent = cmdsFrame
  240. SetPW.BackgroundColor3 = Color3.new(0.52549, 0.498039, 0)
  241. SetPW.BorderColor3 = Color3.new(0.219608, 0.2, 0)
  242. SetPW.BorderSizePixel = 3
  243. SetPW.Position = UDim2.new(0.692857146, 0, 0.167192429, 0)
  244. SetPW.Size = UDim2.new(0, 120, 0, 31)
  245. SetPW.Font = Enum.Font.SourceSansBold
  246. SetPW.FontSize = Enum.FontSize.Size14
  247. SetPW.Text = "Set JumpPower"
  248. SetPW.TextColor3 = Color3.new(1, 1, 1)
  249. SetPW.TextSize = 14
  250.  
  251. SetSpeed.Name = "SetSpeed"
  252. SetSpeed.Parent = cmdsFrame
  253. SetSpeed.BackgroundColor3 = Color3.new(0.52549, 0.498039, 0)
  254. SetSpeed.BorderColor3 = Color3.new(0.219608, 0.2, 0)
  255. SetSpeed.BorderSizePixel = 3
  256. SetSpeed.Position = UDim2.new(0.692857146, 0, 0.321766555, 0)
  257. SetSpeed.Size = UDim2.new(0, 120, 0, 31)
  258. SetSpeed.Font = Enum.Font.SourceSansBold
  259. SetSpeed.FontSize = Enum.FontSize.Size14
  260. SetSpeed.Text = "Set Speed"
  261. SetSpeed.TextColor3 = Color3.new(1, 1, 1)
  262. SetSpeed.TextSize = 14
  263.  
  264. UnFF.Name = "UnFF"
  265. UnFF.Parent = cmdsFrame
  266. UnFF.BackgroundColor3 = Color3.new(0.52549, 0.498039, 0)
  267. UnFF.BorderColor3 = Color3.new(0.219608, 0.2, 0)
  268. UnFF.BorderSizePixel = 3
  269. UnFF.Position = UDim2.new(0.692857146, 0, 0.473186135, 0)
  270. UnFF.Size = UDim2.new(0, 120, 0, 31)
  271. UnFF.Font = Enum.Font.SourceSansBold
  272. UnFF.FontSize = Enum.FontSize.Size14
  273. UnFF.Text = "UnFF"
  274. UnFF.TextColor3 = Color3.new(1, 1, 1)
  275. UnFF.TextSize = 14
  276.  
  277. UnGod.Name = "UnGod"
  278. UnGod.Parent = cmdsFrame
  279. UnGod.BackgroundColor3 = Color3.new(0.52549, 0.498039, 0)
  280. UnGod.BorderColor3 = Color3.new(0.219608, 0.2, 0)
  281. UnGod.BorderSizePixel = 3
  282. UnGod.Position = UDim2.new(0.692857146, 0, 0.611987412, 0)
  283. UnGod.Size = UDim2.new(0, 120, 0, 31)
  284. UnGod.Font = Enum.Font.SourceSansBold
  285. UnGod.FontSize = Enum.FontSize.Size14
  286. UnGod.Text = "UnGod"
  287. UnGod.TextColor3 = Color3.new(1, 1, 1)
  288. UnGod.TextSize = 14
  289.  
  290. infoFrame.Name = "infoFrame"
  291. infoFrame.Parent = MainFrame
  292. infoFrame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  293. infoFrame.BorderSizePixel = 0
  294. infoFrame.Position = UDim2.new(0.0206896551, 0, 0.117486335, 0)
  295. infoFrame.Size = UDim2.new(0, 420, 0, 317)
  296.  
  297. Creator_.Name = "Creator_"
  298. Creator_.Parent = infoFrame
  299. Creator_.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  300. Creator_.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  301. Creator_.BorderSizePixel = 2
  302. Creator_.Position = UDim2.new(0.261904776, 0, 0.056782335, 0)
  303. Creator_.Size = UDim2.new(0, 200, 0, 26)
  304. Creator_.Font = Enum.Font.SourceSansBold
  305. Creator_.FontSize = Enum.FontSize.Size14
  306. Creator_.Text = "Created by fantasygamery"
  307. Creator_.TextColor3 = Color3.new(1, 1, 1)
  308. Creator_.TextSize = 14
  309.  
  310. V3rName_.Name = "V3rName_"
  311. V3rName_.Parent = infoFrame
  312. V3rName_.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  313. V3rName_.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  314. V3rName_.BorderSizePixel = 2
  315. V3rName_.Position = UDim2.new(0.261904776, 0, 0.173501581, 0)
  316. V3rName_.Size = UDim2.new(0, 200, 0, 26)
  317. V3rName_.Font = Enum.Font.SourceSansBold
  318. V3rName_.FontSize = Enum.FontSize.Size14
  319. V3rName_.Text = "V3RName: anonymous5044"
  320. V3rName_.TextColor3 = Color3.new(1, 1, 1)
  321. V3rName_.TextSize = 14
  322.  
  323. FE.Name = "FE"
  324. FE.Parent = infoFrame
  325. FE.BackgroundColor3 = Color3.new(0.807843, 0.239216, 0.780392)
  326. FE.BackgroundTransparency = 0.5
  327. FE.BorderColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  328. FE.BorderSizePixel = 3
  329. FE.Position = UDim2.new(0.371428579, 0, 0.482649833, 0)
  330. FE.Size = UDim2.new(0, 109, 0, 35)
  331. FE.Font = Enum.Font.SourceSansBold
  332. FE.FontSize = Enum.FontSize.Size28
  333. FE.Text = "FE?"
  334. FE.TextColor3 = Color3.new(1, 0.85098, 0)
  335. FE.TextSize = 25
  336.  
  337. ImageLabel.Parent = infoFrame
  338. ImageLabel.BackgroundColor3 = Color3.new(0, 1, 0)
  339. ImageLabel.BackgroundTransparency = 1
  340. ImageLabel.BorderColor3 = Color3.new(0.34902, 1, 0)
  341. ImageLabel.BorderSizePixel = 3
  342. ImageLabel.Position = UDim2.new(0.880952358, 0, 0.842271268, 0)
  343. ImageLabel.Size = UDim2.new(0, 40, 0, 39)
  344. ImageLabel.ZIndex = 2
  345. ImageLabel.Image = "rbxassetid://150165476"
  346. ImageLabel.ImageColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  347.  
  348. Back.Name = "Back"
  349. Back.Parent = infoFrame
  350. Back.BackgroundColor3 = Color3.new(0.737255, 0.733333, 0.733333)
  351. Back.BackgroundTransparency = 0.5
  352. Back.BorderColor3 = Color3.new(0.733333, 0.729412, 0.729412)
  353. Back.BorderSizePixel = 3
  354. Back.Position = UDim2.new(0.880952358, 0, 0.842271268, 0)
  355. Back.Size = UDim2.new(0, 40, 0, 39)
  356. Back.ImageColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  357.  
  358. scriptsFrame.Name = "scriptsFrame"
  359. scriptsFrame.Parent = MainFrame
  360. scriptsFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  361. scriptsFrame.BorderSizePixel = 0
  362. scriptsFrame.Position = UDim2.new(0.0209999997, 0, 0.116999999, 0)
  363. scriptsFrame.Size = UDim2.new(0, 420, 0, 317)
  364. scriptsFrame.Visible = false
  365. scriptsFrame.BottomImage = "rbxassetid://0"
  366. scriptsFrame.ScrollBarThickness = 5
  367. scriptsFrame.TopImage = "rbxassetid://0"
  368.  
  369. themesFrame.Name = "themesFrame"
  370. themesFrame.Parent = MainFrame
  371. themesFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  372. themesFrame.BorderSizePixel = 0
  373. themesFrame.Position = UDim2.new(0.0206896551, 0, 0.117486335, 0)
  374. themesFrame.Size = UDim2.new(0, 420, 0, 317)
  375. themesFrame.Visible = false
  376.  
  377. PTheme.Name = "PTheme"
  378. PTheme.Parent = themesFrame
  379. PTheme.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.384314)
  380. PTheme.BorderColor3 = Color3.new(0.0588235, 0.0666667, 0.196078)
  381. PTheme.BorderSizePixel = 2
  382. PTheme.Position = UDim2.new(0.353571445, 0, 0.037854895, 0)
  383. PTheme.Size = UDim2.new(0, 120, 0, 31)
  384. PTheme.Font = Enum.Font.SourceSansBold
  385. PTheme.FontSize = Enum.FontSize.Size14
  386. PTheme.Text = "Purple Theme"
  387. PTheme.TextColor3 = Color3.new(1, 1, 1)
  388. PTheme.TextSize = 14
  389.  
  390. BTheme.Name = "BTheme"
  391. BTheme.Parent = themesFrame
  392. BTheme.BackgroundColor3 = Color3.new(0.133333, 0.384314, 0.384314)
  393. BTheme.BorderColor3 = Color3.new(0.113725, 0.329412, 0.329412)
  394. BTheme.BorderSizePixel = 2
  395. BTheme.Position = UDim2.new(0.353571445, 0, 0.173501581, 0)
  396. BTheme.Size = UDim2.new(0, 120, 0, 31)
  397. BTheme.Font = Enum.Font.SourceSansBold
  398. BTheme.FontSize = Enum.FontSize.Size14
  399. BTheme.Text = "Blue Theme"
  400. BTheme.TextColor3 = Color3.new(1, 1, 1)
  401. BTheme.TextSize = 14
  402.  
  403. Frame.Parent = syGUI
  404. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  405. Frame.BorderSizePixel = 0
  406. Frame.Position = UDim2.new(0.011146497, 0, 0.852070987, 0)
  407. Frame.Size = UDim2.new(0, 143, 0, 38)
  408.  
  409. O_C.Name = "O_C"
  410. O_C.Parent = Frame
  411. O_C.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  412. O_C.BorderSizePixel = 0
  413. O_C.Position = UDim2.new(0.0744205564, 0, 0.171052471, 0)
  414. O_C.Size = UDim2.new(0, 120, 0, 23)
  415. O_C.Font = Enum.Font.ArialBold
  416. O_C.FontSize = Enum.FontSize.Size14
  417. O_C.Text = "Open"
  418. O_C.TextColor3 = Color3.new(1, 1, 1)
  419. O_C.TextSize = 14
  420. --End of GUI Update
  421. local Sound = Instance.new('Sound',MainFrame)
  422. --Theme--
  423. local themesT = {
  424. ['Purple']={
  425. ['Sound']='rbxassetid://181096576'
  426. };
  427. }
  428. ---------
  429.  
  430.  
  431. syGUI.Parent = game:service'Players'.LocalPlayer.PlayerGui
  432. function c(cs,l,s)
  433. local cs=tonumber(cs)/255
  434. local l=tonumber(l)/255
  435. local s=tonumber(s)/255
  436. return Color3.new(cs,l,s)
  437. end
  438.  
  439. if workspace.FilteringEnabled then
  440. FE.TextColor3 = BrickColor.new('Lime green').Color
  441. else
  442. FE.TextColor3 = BrickColor.new('Really red').Color
  443. end
  444.  
  445. PTheme.MouseButton1Down:Connect(function()
  446. for _,v in pairs(Buttons:GetChildren()) do
  447. v.BackgroundColor3=c(40, 45, 89)
  448. end
  449. Buttons.BackgroundColor3=c(21, 21, 47)
  450. infoFrame.BackgroundColor3=c(45, 44, 89)
  451. scriptsFrame.BackgroundColor3=c(45, 44, 89)
  452. themesFrame.BackgroundColor3=c(45, 44, 89)
  453. cmdsFrame.BackgroundColor3=c(45, 44, 89)
  454. MainFrame.BackgroundColor3=c(102, 93, 221)
  455. O_C.BackgroundColor3=Buttons:GetChildren()[1].BackgroundColor3
  456. Frame.BackgroundColor3=c(21, 21, 47)
  457. if Sound.SoundId==themesT.Purple.Sound ~= true then
  458. Sound.SoundId=themesT.Purple.Sound
  459. Sound:Play()
  460. end
  461.  
  462. end)
  463. BTheme.Visible=not true
  464.  
  465. O_C.MouseButton1Down:Connect(function()
  466. MainFrame.Visible = not MainFrame.Visible
  467. O_C.Text=O_C_[tostring( MainFrame.Visible)]
  468. end)
  469. for _,v in pairs(Buttons:GetChildren()) do
  470. v.MouseButton1Down:Connect(function()
  471. v.Transparency=.3
  472. v.TextStrokeTransparency=.5
  473. v.TextColor3=c(0,255,29)
  474. v.TextTransparency=-1
  475. v.AutoButtonColor = false
  476. MainFrame[v.Name:lower()..'Frame'].Visible = true
  477. for i,s in pairs(MainFrame:GetChildren()) do
  478. if s.Name:find('Frame') and not s.Name:find(v.Name:lower()) then
  479. s.Visible = false
  480.  
  481. end
  482. end
  483. for _,t in pairs(Buttons:GetChildren()) do
  484. if t ~=v then
  485. t.AutoButtonColor=true
  486. t.Transparency=0
  487. t.TextColor3=c(255,255,255)
  488. t.TextTransparency=0
  489. t.TextStrokeTransparency=1
  490. end
  491. end
  492.  
  493.  
  494. end)
  495. end
  496.  
  497. VALUE.FocusLost:Connect(function()
  498. VALUE.Text = tonumber(VALUE.Text)
  499. end)
  500.  
  501. PLR_N.FocusLost:Connect(function()
  502. for _,v in pairs(Players:GetPlayers()) do
  503. if v.Name:lower():sub(1,PLR_N.Text:len())==(PLR_N.Text:lower()) then
  504. PLR_N.Text = v.Name
  505. end
  506. end
  507. end)
  508.  
  509. God.MouseButton1Down:Connect(function()
  510. if not Players:FindFirstChild(PLR_N.Text) then return end
  511. local plr = Players:FindFirstChild(PLR_N.Text)
  512. if plr.Character then
  513. plr.Character.Humanoid.MaxHealth = math.huge
  514. wait(.13)
  515. plr.Character.Humanoid.Health = math.huge
  516. end
  517. end)
  518.  
  519. FF.MouseButton1Down:Connect(function()
  520. if not Players:FindFirstChild(PLR_N.Text) then return end
  521. local plr = Players:FindFirstChild(PLR_N.Text)
  522. if plr.Character then
  523. if not plr.Character:FindFirstChildOfClass'ForceField' then
  524. Instance.new('ForceField',plr.Character)
  525. end
  526. end
  527. end)
  528.  
  529. UnFF.MouseButton1Down:Connect(function()
  530. if not Players:FindFirstChild(PLR_N.Text) then return end
  531. local plr = Players:FindFirstChild(PLR_N.Text)
  532. if plr.Character then
  533. if plr.Character:FindFirstChildOfClass'ForceField' then
  534. plr.Character:FindFirstChildOfClass'ForceField':Destroy()
  535. end
  536. end
  537. end)
  538.  
  539. Kill.MouseButton1Down:Connect(function()
  540. if not Players:FindFirstChild(PLR_N.Text) then return end
  541. local plr = Players:FindFirstChild(PLR_N.Text)
  542.  
  543. if not Players:FindFirstChild(PLR_N.Text) then return end
  544. local plr = Players:FindFirstChild(PLR_N.Text)
  545. if plr.Character then
  546. plr.Character:BreakJoints()
  547. end
  548. end)
  549.  
  550. RemoveChar.MouseButton1Down:Connect(function()
  551. if not Players:FindFirstChild(PLR_N.Text) then return end
  552. local plr = Players:FindFirstChild(PLR_N.Text)
  553. if not Players:FindFirstChild(PLR_N.Text) then return end
  554. local plr = Players:FindFirstChild(PLR_N.Text)
  555. if plr.Character then
  556. plr.Character = nil
  557. end
  558. end)
  559.  
  560.  
  561. SetPW.MouseButton1Down:Connect(function()
  562. if not Players:FindFirstChild(PLR_N.Text) then return end
  563. local plr = Players:FindFirstChild(PLR_N.Text)
  564. if plr.Character then
  565. if plr.Character:FindFirstChildOfClass'Humanoid' then
  566. plr.Character:FindFirstChildOfClass'Humanoid'.JumpPower = tonumber((VALUE.Text)) or 50
  567. end
  568. end
  569. end)
  570.  
  571. SetSpeed.MouseButton1Down:Connect(function()
  572. if not Players:FindFirstChild(PLR_N.Text) then return end
  573. local plr = Players:FindFirstChild(PLR_N.Text)
  574. if plr.Character then
  575. if plr.Character:FindFirstChildOfClass'Humanoid' then
  576. plr.Character:FindFirstChildOfClass'Humanoid'.WalkSpeed = tonumber((VALUE.Text)) or 16
  577. end
  578. end
  579. end)
  580.  
  581.  
  582.  
  583. UnGod.MouseButton1Down:Connect(function()
  584. if not Players:FindFirstChild(PLR_N.Text) then return end
  585. local plr = Players:FindFirstChild(PLR_N.Text)
  586. if plr.Character then
  587. plr.Character.Humanoid.MaxHealth = 100
  588. end
  589. end)
  590.  
  591. HPSpam.MouseButton1Down:Connect(function()
  592. if not Players:FindFirstChild(PLR_N.Text) then return end
  593. local plr = Players:FindFirstChild(PLR_N.Text)
  594. local name = plr.Name
  595. repeat wait()
  596. Instance.new('HopperBin',plr.Backpack)
  597. Instance.new('HopperBin',plr.Backpack)
  598. until not Players[name]
  599. end)
  600.  
  601.  
  602.  
  603.  
  604. GoTo.MouseButton1Down:Connect(function()
  605. if not Players:FindFirstChild(PLR_N.Text) then return end
  606. local plr = Players:FindFirstChild(PLR_N.Text)
  607. if plr.Character then
  608. Players.LocalPlayer.Character.HumanoidRootPart.CFrame = plr.Character.HumanoidRootPart.CFrame * CFrame.new(-3,0,0)
  609. end
  610. end)
  611.  
  612.  
  613. function createScript(Name,Source)
  614.  
  615. local Script_FRAME = Instance.new("Frame")
  616. local Cmds = Instance.new("TextButton")
  617. local _name = Instance.new("TextLabel")
  618.  
  619.  
  620. Script_FRAME.Name = "Script_FRAME_"..Name
  621. Script_FRAME.Parent = scriptsFrame
  622. Script_FRAME.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  623. Script_FRAME.BorderSizePixel = 0
  624. Script_FRAME.Position = UDim2.new(0, 5, 0, (52+5)*(#scriptsFrame:GetChildren()-1)+1)
  625. Script_FRAME.Size = UDim2.new(0, 381, 0, 52)
  626.  
  627. Cmds.Name = "Exe"
  628. Cmds.Parent = Script_FRAME
  629. Cmds.BackgroundColor3 = Color3.new(0.309804, 0, 0)
  630. Cmds.BorderSizePixel = 0
  631. Cmds.Position = UDim2.new(0.713910758, 0, 0.298076928, 0)
  632. Cmds.Size = UDim2.new(0, 92, 0, 21)
  633. Cmds.Font = Enum.Font.SourceSansBold
  634. Cmds.FontSize = Enum.FontSize.Size14
  635. Cmds.Text = "Execute"
  636. Cmds.TextColor3 = Color3.new(1, 1, 1)
  637. Cmds.TextSize = 14
  638. Cmds.MouseButton1Down:Connect(function()
  639. local _,err=pcall(Source)
  640. if err ~= nil then
  641. print(tostring(err))
  642. end
  643. end)
  644.  
  645. _name.Name = "_name"
  646. _name.Parent = Script_FRAME
  647. _name.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  648. _name.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  649. _name.BorderSizePixel = 2
  650. _name.Position = UDim2.new(0.05511811, 0, 0.25, 0)
  651. _name.Size = UDim2.new(0, 215, 0, 26)
  652. _name.Font = Enum.Font.SourceSansBold
  653. _name.FontSize = Enum.FontSize.Size14
  654. _name.Text = (" %s"):format(Name)
  655. _name.TextColor3 = Color3.new(1, 1, 1)
  656. _name.TextSize = 14
  657. _name.TextXAlignment = Enum.TextXAlignment.Left
  658. end
  659.  
  660. createScript('Respawn [Made by me]',function()
  661. game:GetService('Players').LocalPlayer.Character:BreakJoints()
  662. end)
  663.  
  664. createScript('FE Gui',
  665. function()
  666. warn("FilteringEnabled GUI is now loading... Please wait! - Made By Sleep")
  667. local FEGui = Instance.new("ScreenGui")
  668. local Open = Instance.new("TextButton")
  669. local Frame = Instance.new("Frame")
  670. local Title = Instance.new("TextLabel")
  671. local FEKill = Instance.new("TextButton")
  672. local FEKillAll = Instance.new("TextButton")
  673. local FEPunish = Instance.new("TextButton")
  674. local Destroy = Instance.new("TextButton")
  675. local PlayerName = Instance.new("TextBox")
  676. local Players = game:GetService("Players")
  677. local FE = workspace.FilteringEnabled
  678.  
  679. FEGui.Name = "FEGui"
  680. FEGui.Parent = Players.LocalPlayer.PlayerGui
  681.  
  682. Open.Name = "Open"
  683. Open.Parent = FEGui
  684. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  685. Open.Position = UDim2.new(0, 0, 0, 350)
  686. Open.Size = UDim2.new(0, 100, 0, 25)
  687. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  688. Open.Font = Enum.Font.Cartoon
  689. Open.FontSize = Enum.FontSize.Size18
  690. Open.Text = "Open/Close"
  691. Open.TextSize = 14
  692.  
  693. Destroy.Name = "Destroy"
  694. Destroy.Parent = FEGui
  695. Destroy.BackgroundColor3 = Color3.new(1, 1, 1)
  696. Destroy.Position = UDim2.new(0, 0, 0, 400)
  697. Destroy.Size = UDim2.new(0, 100, 0, 25)
  698. Destroy.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  699. Destroy.Font = Enum.Font.Cartoon
  700. Destroy.FontSize = Enum.FontSize.Size18
  701. Destroy.Text = "Destroy"
  702. Destroy.TextSize = 14
  703.  
  704. Frame.Parent = FEGui
  705. Frame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  706. Frame.Position = UDim2.new(0, 400, 0, 200)
  707. Frame.Size = UDim2.new(0, 300, 0, 200)
  708. Frame.Visible = false
  709. Frame.Draggable = true
  710. Frame.Active = true
  711.  
  712. Title.Name = "Title"
  713. Title.Parent = Frame
  714. Title.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  715. Title.Size = UDim2.new(0, 300, 0, 30)
  716. Title.Font = Enum.Font.Cartoon
  717. Title.FontSize = Enum.FontSize.Size18
  718. Title.TextColor3 = Color3.new(1, 1, 1)
  719. Title.Text = "FilteringEnabled GUI"
  720. Title.TextSize = 14
  721.  
  722. FEKill.Name = "FEKill"
  723. FEKill.Parent = Frame
  724. FEKill.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  725. FEKill.Position = UDim2.new(0, 25, 0, 100)
  726. FEKill.Size = UDim2.new(0, 100, 0, 30)
  727. FEKill.Font = Enum.Font.SciFi
  728. FEKill.FontSize = Enum.FontSize.Size18
  729. FEKill.Text = "FE Kill"
  730. FEKill.TextColor3 = Color3.new(1, 1, 1)
  731. FEKill.TextSize = 18
  732.  
  733. FEKillAll.Name = "FEKillAll"
  734. FEKillAll.Parent = Frame
  735. FEKillAll.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  736. FEKillAll.Position = UDim2.new(0, 175, 0, 100)
  737. FEKillAll.Size = UDim2.new(0, 100, 0, 30)
  738. FEKillAll.Font = Enum.Font.SciFi
  739. FEKillAll.FontSize = Enum.FontSize.Size18
  740. FEKillAll.Text = "FE Kill All"
  741. FEKillAll.TextColor3 = Color3.new(1, 1, 1)
  742. FEKillAll.TextSize = 16
  743.  
  744. FEPunish.Name = "FEPunish"
  745. FEPunish.Parent = Frame
  746. FEPunish.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  747. FEPunish.Position = UDim2.new(0, 100, 0, 150)
  748. FEPunish.Size = UDim2.new(0, 100, 0, 30)
  749. FEPunish.Font = Enum.Font.SciFi
  750. FEPunish.FontSize = Enum.FontSize.Size18
  751. FEPunish.Text = "FE Punish"
  752. FEPunish.TextColor3 = Color3.new(1, 1, 1)
  753. FEPunish.TextSize = 18
  754.  
  755. PlayerName.Name = "PlayerName"
  756. PlayerName.Parent = Frame
  757. PlayerName.BackgroundColor3 = Color3.new(0.25, 0.25, 0.80)
  758. PlayerName.Position = UDim2.new(0, 75, 0, 50)
  759. PlayerName.Size = UDim2.new(0, 150, 0, 30)
  760. PlayerName.Font = Enum.Font.SciFi
  761. PlayerName.FontSize = Enum.FontSize.Size18
  762. PlayerName.Text = ""
  763. PlayerName.TextColor3 = Color3.new(1, 1, 1)
  764. PlayerName.TextSize = 18
  765. PlayerName.ClearTextOnFocus = false
  766.  
  767. FEKill.MouseButton1Down:connect(function()
  768. local target = Players[PlayerName.Text]
  769. repeat
  770. wait()
  771. target:Move(Vector3.new(math.huge*0))
  772. until not target:FindFirstChild("Head")
  773. end)
  774.  
  775. FEKillAll.MouseButton1Down:connect(function()
  776. for i, v in next, Players:GetPlayers() do
  777. v:Move(Vector3.new(math.huge*0))
  778. end
  779. end)
  780.  
  781. FEPunish.MouseButton1Down:connect(function()
  782. FEPunish.Text = "N/A"
  783. wait(10)
  784. FEPunish.Text = "FE Punish"
  785. end)
  786.  
  787. Open.MouseButton1Click:connect(function()
  788. if Frame.Visible == false then
  789. Frame.Visible = true
  790. else
  791. Frame.Visible = false
  792. end
  793. end)
  794.  
  795. Destroy.MouseButton1Click:connect(function()
  796. FEGui:Destroy()
  797. warn("Thank you for using Sleep's FE Gui!")
  798. end)
  799.  
  800. if FE == true then
  801. Title.Text = "FilteringEnabled GUI - FE Is Enabled"
  802. elseif FE == false then
  803. Title.Text = "FilteringEnabled GUI - FE Is Disabled"
  804. end
  805.  
  806. -- End Of Script ( Made By StayBlue )
  807. end
  808. )
  809.  
  810. createScript('Singing me',function()
  811. local plr = game.Players.LocalPlayer
  812. repeat wait() until plr.Character
  813. plr = game.Players.LocalPlayer
  814. local char = plr.Character
  815. local torso = char.Torso
  816. local head = char.Head
  817. neck = torso.Neck
  818. head.face:Destroy()
  819. sound = Instance.new("Sound", head)
  820. sound.SoundId = "rbxassetid://904624112"
  821. sound.Volume = 100
  822. sound:Play()
  823. sound.Looped = true
  824. plr.Chatted:connect(function(message)
  825. if message:sub(1,4) == "Play" then
  826. sound:Stop()
  827. sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
  828. sound:Play()
  829. end
  830. end)
  831.  
  832.  
  833.  
  834.  
  835. ---- [[ Left Eye]] ----
  836.  
  837. local eye1 = Instance.new("Part", workspace)
  838. eye1.Anchored = false
  839. eye1.Parent = head
  840. eye1.TopSurface = 0
  841. eye1.BrickColor = BrickColor.new("Black")
  842. eye1.BottomSurface = 0
  843. local eye1m = Instance.new("SpecialMesh", eye1)
  844. eye1m.MeshType = Enum.MeshType.Sphere
  845. eye1m.Scale = Vector3.new(0.02,0.12,0.03)
  846. ogsize = eye1m.Scale
  847. local weld = Instance.new("Weld", head)
  848. weld.Part0 = eye1
  849. weld.Part1 = head
  850. weld.C1 = CFrame.new(-.17,.14,-.57)
  851.  
  852.  
  853.  
  854. ---- [[ Right Eye ]] ----
  855.  
  856.  
  857. local eye2 = Instance.new("Part", workspace)
  858. eye2.Anchored = false
  859. eye2.Parent = head
  860. eye2.TopSurface = 0
  861. eye2.BrickColor = BrickColor.new("Black")
  862. eye2.BottomSurface = 0
  863. local eye2m = Instance.new("SpecialMesh", eye2)
  864. eye2m.MeshType = Enum.MeshType.Sphere
  865. eye2m.Scale = Vector3.new(0.02,0.12,0.03)
  866. ogsize = eye2m.Scale
  867. weld = Instance.new("Weld", head)
  868. weld.Part0 = eye2
  869. weld.Part1 = head
  870. weld.C1 = CFrame.new(.17,.14,-.57)
  871.  
  872.  
  873.  
  874. ---- [[ Mouth ]] ----
  875.  
  876. local mouth = Instance.new("Part", workspace)
  877. mouth.Anchored = false
  878. mouth.Parent = head
  879. mouth.TopSurface = 0
  880. mouth.BrickColor = BrickColor.new("Black")
  881. mouth.BottomSurface = 0
  882. mouth.Material = "SmoothPlastic"
  883. mouthm = Instance.new("SpecialMesh", mouth)
  884. mouthm.MeshType = Enum.MeshType.Sphere
  885. mouthm.Scale = Vector3.new(.13,0.1,0.05)
  886. ogsize = mouthm.Scale
  887. weld = Instance.new("Weld", head)
  888. weld.Part0 = mouth
  889. weld.Part1 = head
  890. weld.C1 = CFrame.new(0,-.25,-.6)
  891. game:service'RunService'.RenderStepped:connect(function()
  892. mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8)
  893. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0)*CFrame.Angles(math.rad(mouthm.Scale.Y*100) +math.rad(-90),0,math.rad(180)),0.1)
  894. end)
  895. end)
  896.  
  897. createScript('The dreamer [ASync][LoadString]',function()
  898. local HTTP = game.HttpService
  899. loadstring(HTTP:GetAsync('https://pastebin.com/raw/wJzTANYL'))()
  900. end)
  901.  
  902. createScript('DJ Table',function()
  903. function clerp(c1,c2,al)
  904. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  905. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  906. for i,v in pairs(com1) do
  907. com1[i] = v+(com2[i]-v)*al
  908. end
  909. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  910. end
  911.  
  912.  
  913. local plr = game:service'Players'.LocalPlayer
  914. plrgui = plr.PlayerGui
  915. char = plr.Character
  916. mouse = plr:GetMouse()
  917. humanoid = char:findFirstChild("Humanoid")
  918. torso = char:findFirstChild("Torso")
  919. head = char.Head
  920. ra = char:findFirstChild("Right Arm")
  921. la = char:findFirstChild("Left Arm")
  922. rl = char:findFirstChild("Right Leg")
  923. ll = char:findFirstChild("Left Leg")
  924. rs = torso:findFirstChild("Right Shoulder")
  925. ls = torso:findFirstChild("Left Shoulder")
  926. rh = torso:findFirstChild("Right Hip")
  927. lh = torso:findFirstChild("Left Hip")
  928. neck = torso:findFirstChild("Neck")
  929. rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  930. rootpart = char:findFirstChild("HumanoidRootPart")
  931. camera = workspace.CurrentCamera
  932. anim = char:findFirstChild("Animate")
  933. local sound = Instance.new("Sound", char)
  934. sound.Volume = 1
  935. sound.Looped = true
  936. sound.Name = "Sound"
  937.  
  938. SoundsList = {}
  939.  
  940. function newSound(name, id, pitch, puush)
  941. if not puush == true then puush = false end
  942. if puush then
  943. table.insert(SoundsList, {["Name"]=name, ["ID"]="puush("..id..")", ["Pitch"]=pitch or 1})
  944. else
  945. table.insert(SoundsList, {["Name"]=name, ["ID"]=id, ["Pitch"]=pitch or 1})
  946. end
  947. end
  948.  
  949. newSound("Saints Row IV Theme (puush asset)", "9jVEX", 1, true)
  950. newSound("Lemon Tree - Fool's Garden (puush asset)", "9jVD9", 1, true)
  951. newSound("What is Love", "142544487")
  952. newSound("Martin Garrix - Animals", "142370129")
  953. newSound("The Proclaimers - 500 Miles", "151371405")
  954. newSound("Avicii - Wake me up", "142603004")
  955. newSound("Hip Hop - Jeff Syndicate", "27697735", 3)
  956. newSound("Alice Deejay - Better Off Alone", "142397452")
  957. newSound("BBBFF - My Little Pony", "142605535")
  958. newSound("Intro - My Little Pony", "142626518")
  959. newSound("Bangarang - Skrillex", "142319852")
  960. newSound("Surfin' Bird ", "145567707")
  961. newSound("You've been trolled", "142633540")
  962. newSound('Disco Star - Spongebob video game', '144906669')
  963. newSound("Europe - The Final Countdown", "142859512")
  964. newSound("LMFAO - Party Rock Anthem", "145262991")
  965. newSound("Darude - Sandstorm", "142401311", .53)
  966. newSound('Skrillex - Fire', '150137157')
  967. newSound('Spongebob - Goofy Goober Rock', '142396943')
  968. newSound('The Slenderman song (Comedy)', '142776228')
  969. newSound('Avicii - Levels', "148424799")
  970. newSound('Erectin\' a river', '145849454')
  971. newSound('TTC - Fat cat Adventures [Glitch Hop]', '142808748')
  972. newSound('Thrift Shop - Macklemore', '155119191')
  973. newSound('Five Nights At Freddys 2 Song', '192043328')
  974.  
  975. local function HSV(H,S,V)
  976. H = H % 360
  977. local C = V * S
  978. local H2 = H/60
  979. local X = C * (1 - math.abs((H2 %2) -1))
  980. local color = Color3.new(0,0,0)
  981. if H2 <= 0 then
  982. color = Color3.new(C,0,0)
  983. elseif 0 <= H2 and H2 <= 1 then
  984. color = Color3.new(C,X,0)
  985. elseif 1 <= H2 and H2 <= 2 then
  986. color = Color3.new(X,C,0)
  987. elseif 2 <= H2 and H2 <= 3 then
  988. color = Color3.new(0,C,X)
  989. elseif 3 <= H2 and H2 <= 4 then
  990. color = Color3.new(0,X,C)
  991. elseif 4 <= H2 and H2 <= 5 then
  992. color = Color3.new(X,0,C)
  993. elseif 5 <= H2 and H2 <= 6 then
  994. color = Color3.new(C,0,X)
  995. end
  996. local m = V - C
  997. return Color3.new(color.r + m, color.g + m, color.b + m)
  998. end
  999.  
  1000. function RemoveDisco()
  1001. char:findFirstChild'DiscoBox':remove()
  1002. gui:remove()
  1003. sound:stop()
  1004. end
  1005.  
  1006. function BeginPlacingDisco()
  1007. -- 1 - DiscoBox
  1008. local obj1 = Instance.new("Model")
  1009. obj1.Name = "DiscoBox"
  1010. obj1.Parent = char
  1011.  
  1012. -- 2 - DiscTop
  1013. obj2 = Instance.new("Part")
  1014. obj2.CFrame = CFrame.new(Vector3.new(-34.5000038, 3.09000182, -48.5)) * CFrame.Angles(-0, 0, -0)
  1015. obj2.FormFactor = Enum.FormFactor.Custom
  1016. obj2.TopSurface = Enum.SurfaceType.Smooth
  1017. obj2.BottomSurface = Enum.SurfaceType.Smooth
  1018. obj2.Material = Enum.Material.SmoothPlastic
  1019. obj2.Size = Vector3.new(3, 0.200000003, 3)
  1020. obj2.BrickColor = BrickColor.new("Dark stone grey")
  1021. obj2.Friction = 0.30000001192093
  1022. obj2.Shape = Enum.PartType.Block
  1023. obj2.Name = "DiscTop"
  1024. obj2.Parent = obj1
  1025.  
  1026. -- 3 - Mesh
  1027. obj3 = Instance.new("CylinderMesh")
  1028. obj3.Scale = Vector3.new(0.200000003, 1.04999995, 0.200000003)
  1029. obj3.Parent = obj2
  1030.  
  1031. -- 4 - Part-to-Part Strong Joint
  1032. obj4 = Instance.new("ManualWeld")
  1033. obj4.Part0 = DiscTop
  1034. obj4.Part1 = Part
  1035. obj4.Name = "Part-to-Part Strong Joint"
  1036. obj4.Parent = obj2
  1037.  
  1038. -- 5 - Disc
  1039. obj5 = Instance.new("Part")
  1040. obj5.CFrame = CFrame.new(Vector3.new(-34.5, 3.08999991, -48.5)) * CFrame.Angles(-0, 0, -0)
  1041. obj5.FormFactor = Enum.FormFactor.Custom
  1042. obj5.TopSurface = Enum.SurfaceType.Smooth
  1043. obj5.BottomSurface = Enum.SurfaceType.Smooth
  1044. obj5.Material = Enum.Material.Sand
  1045. obj5.Size = Vector3.new(3, 0.200000003, 3)
  1046. obj5.BrickColor = BrickColor.new("Black")
  1047. obj5.Friction = 0.30000001192093
  1048. obj5.Shape = Enum.PartType.Block
  1049. obj5.Name = "Disc"
  1050. obj5.Parent = obj1
  1051.  
  1052. -- 6 - Mesh
  1053. obj6 = Instance.new("CylinderMesh")
  1054. obj6.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  1055. obj6.Parent = obj5
  1056.  
  1057. -- 7 - Part-to-Part Strong Joint
  1058. obj7 = Instance.new("ManualWeld")
  1059. obj7.Part0 = Disc
  1060. obj7.Part1 = Part
  1061. obj7.Name = "Part-to-Part Strong Joint"
  1062. obj7.Parent = obj5
  1063.  
  1064. -- 8 - Part
  1065. obj8 = Instance.new("Part")
  1066. obj8.CFrame = CFrame.new(Vector3.new(-37.5, 2.88999987, -49.5)) * CFrame.Angles(-0, 0, -0)
  1067. obj8.FormFactor = Enum.FormFactor.Custom
  1068. obj8.TopSurface = Enum.SurfaceType.Smooth
  1069. obj8.BottomSurface = Enum.SurfaceType.Smooth
  1070. obj8.Material = Enum.Material.SmoothPlastic
  1071. obj8.Size = Vector3.new(1, 0.200000003, 1)
  1072. obj8.BrickColor = BrickColor.new("Mid gray")
  1073. obj8.Friction = 0.30000001192093
  1074. obj8.Shape = Enum.PartType.Block
  1075. obj8.Parent = obj1
  1076.  
  1077. -- 9 - Mesh
  1078. obj9 = Instance.new("CylinderMesh")
  1079. obj9.Scale = Vector3.new(0.5, 1.04999995, 0.5)
  1080. obj9.Parent = obj8
  1081.  
  1082. -- 10 - Part-to-Part Strong Joint
  1083. obj10 = Instance.new("ManualWeld")
  1084. obj10.Part0 = Part
  1085. obj10.Part1 = Part
  1086. obj10.Name = "Part-to-Part Strong Joint"
  1087. obj10.Parent = obj8
  1088.  
  1089. -- 11 - Part
  1090. obj11 = Instance.new("Part")
  1091. obj11.CFrame = CFrame.new(Vector3.new(-36.5, 2.88999987, -49.5)) * CFrame.Angles(-0, 0, -0)
  1092. obj11.FormFactor = Enum.FormFactor.Custom
  1093. obj11.TopSurface = Enum.SurfaceType.Smooth
  1094. obj11.BottomSurface = Enum.SurfaceType.Smooth
  1095. obj11.Material = Enum.Material.SmoothPlastic
  1096. obj11.Size = Vector3.new(1, 0.200000003, 1)
  1097. obj11.BrickColor = BrickColor.new("Mid gray")
  1098. obj11.Friction = 0.30000001192093
  1099. obj11.Shape = Enum.PartType.Block
  1100. obj11.Parent = obj1
  1101.  
  1102. -- 12 - Mesh
  1103. obj12 = Instance.new("CylinderMesh")
  1104. obj12.Scale = Vector3.new(0.400000006, 1.04999995, 0.400000006)
  1105. obj12.Parent = obj11
  1106.  
  1107. -- 13 - Bar
  1108. obj13 = Instance.new("Part")
  1109. obj13.CFrame = CFrame.new(Vector3.new(-37.0000114, 3.09000063, -50.5)) * CFrame.Angles(-0, 0, -0)
  1110. obj13.FormFactor = Enum.FormFactor.Custom
  1111. obj13.TopSurface = Enum.SurfaceType.Smooth
  1112. obj13.BottomSurface = Enum.SurfaceType.Smooth
  1113. obj13.Material = Enum.Material.SmoothPlastic
  1114. obj13.Size = Vector3.new(7.99999905, 0.200000003, 1)
  1115. obj13.BrickColor = BrickColor.new("Really black")
  1116. obj13.Friction = 0.30000001192093
  1117. obj13.Shape = Enum.PartType.Block
  1118. obj13.Parent = obj1
  1119.  
  1120. -- 14 - Part-to-Part Strong Joint
  1121. obj14 = Instance.new("ManualWeld")
  1122. obj14.Part0 = Part
  1123. obj14.Part1 = nil
  1124. obj14.Name = "Part-to-Part Strong Joint"
  1125. obj14.Parent = obj13
  1126.  
  1127. -- 15 - Part-to-Part Strong Joint
  1128. obj15 = Instance.new("ManualWeld")
  1129. obj15.Part0 = Part
  1130. obj15.Part1 = nil
  1131. obj15.Name = "Part-to-Part Strong Joint"
  1132. obj15.Parent = obj13
  1133.  
  1134. -- 16 - Mesh
  1135. obj16 = Instance.new("BlockMesh")
  1136. obj16.Scale = Vector3.new(0.899999976, 1.04999995, 0.200000003)
  1137. obj16.Parent = obj13
  1138.  
  1139. -- 17 - Box
  1140. obj17 = Instance.new("Part")
  1141. obj17.CFrame = CFrame.new(Vector3.new(-37, 1.49000001, -49)) * CFrame.Angles(-0, 0, -0)
  1142. obj17.FormFactor = Enum.FormFactor.Symmetric
  1143. obj17.TopSurface = Enum.SurfaceType.Smooth
  1144. obj17.BottomSurface = Enum.SurfaceType.Smooth
  1145. obj17.Material = Enum.Material.SmoothPlastic
  1146. obj17.Size = Vector3.new(8, 3, 4)
  1147. obj17.BrickColor = BrickColor.new("Dark stone grey")
  1148. obj17.Friction = 0.30000001192093
  1149. obj17.Shape = Enum.PartType.Block
  1150. obj17.Name = "Box"
  1151. obj17.Parent = obj1
  1152.  
  1153. -- 18 - Part-to-Part Strong Joint
  1154. obj18 = Instance.new("ManualWeld")
  1155. obj18.Part0 = Box
  1156. obj18.Part1 = Part
  1157. obj18.Name = "Part-to-Part Strong Joint"
  1158. obj18.Parent = obj17
  1159.  
  1160. -- 19 - Part-to-Part Strong Joint
  1161. obj19 = Instance.new("ManualWeld")
  1162. obj19.Part0 = Box
  1163. obj19.Part1 = Disc
  1164. obj19.Name = "Part-to-Part Strong Joint"
  1165. obj19.Parent = obj17
  1166.  
  1167. -- 20 - Part-to-Part Strong Joint
  1168. obj20 = Instance.new("ManualWeld")
  1169. obj20.Part0 = Box
  1170. obj20.Part1 = Disc2
  1171. obj20.Name = "Part-to-Part Strong Joint"
  1172. obj20.Parent = obj17
  1173.  
  1174. -- 21 - Part-to-Part Strong Joint
  1175. obj21 = Instance.new("ManualWeld")
  1176. obj21.Part0 = Box
  1177. obj21.Part1 = DiscTop2
  1178. obj21.Name = "Part-to-Part Strong Joint"
  1179. obj21.Parent = obj17
  1180.  
  1181. -- 22 - Part-to-Part Strong Joint
  1182. obj22 = Instance.new("ManualWeld")
  1183. obj22.Part0 = Box
  1184. obj22.Part1 = DiscTop
  1185. obj22.Name = "Part-to-Part Strong Joint"
  1186. obj22.Parent = obj17
  1187.  
  1188. -- 23 - Part-to-Part Strong Joint
  1189. obj23 = Instance.new("ManualWeld")
  1190. obj23.Part0 = Box
  1191. obj23.Part1 = Part
  1192. obj23.Name = "Part-to-Part Strong Joint"
  1193. obj23.Parent = obj17
  1194.  
  1195. -- 24 - Part-to-Part Strong Joint
  1196. obj24 = Instance.new("ManualWeld")
  1197. obj24.Part0 = Box
  1198. obj24.Part1 = Part
  1199. obj24.Name = "Part-to-Part Strong Joint"
  1200. obj24.Parent = obj17
  1201.  
  1202. -- 25 - Part-to-Part Strong Joint
  1203. obj25 = Instance.new("ManualWeld")
  1204. obj25.Part0 = Box
  1205. obj25.Part1 = Part
  1206. obj25.Name = "Part-to-Part Strong Joint"
  1207. obj25.Parent = obj17
  1208.  
  1209. -- 26 - Box-to-Part Strong Joint
  1210. obj26 = Instance.new("ManualWeld")
  1211. obj26.Part0 = Box
  1212. obj26.Part1 = Slider
  1213. obj26.Name = "Box-to-Part Strong Joint"
  1214. obj26.Parent = obj17
  1215.  
  1216. -- 27 - Box-to-Part Strong Joint
  1217. obj27 = Instance.new("ManualWeld")
  1218. obj27.Part0 = Box
  1219. obj27.Part1 = Slider2
  1220. obj27.Name = "Box-to-Part Strong Joint"
  1221. obj27.Parent = obj17
  1222.  
  1223. -- 28 - Part
  1224. obj28 = Instance.new("Part")
  1225. obj28.CFrame = CFrame.new(Vector3.new(-37.5, 2.88999987, -48.5)) * CFrame.Angles(-0, 0, -0)
  1226. obj28.FormFactor = Enum.FormFactor.Custom
  1227. obj28.TopSurface = Enum.SurfaceType.Smooth
  1228. obj28.BottomSurface = Enum.SurfaceType.Smooth
  1229. obj28.Material = Enum.Material.SmoothPlastic
  1230. obj28.Size = Vector3.new(1, 0.200000003, 1)
  1231. obj28.BrickColor = BrickColor.new("Bright red")
  1232. obj28.Friction = 0.30000001192093
  1233. obj28.Shape = Enum.PartType.Block
  1234. obj28.Parent = obj1
  1235.  
  1236. -- 29 - Mesh
  1237. obj29 = Instance.new("CylinderMesh")
  1238. obj29.Scale = Vector3.new(0.5, 1.04999995, 0.5)
  1239. obj29.Parent = obj28
  1240.  
  1241. -- 30 - Part-to-Part Strong Joint
  1242. obj30 = Instance.new("ManualWeld")
  1243. obj30.Part0 = Part
  1244. obj30.Part1 = Part
  1245. obj30.Name = "Part-to-Part Strong Joint"
  1246. obj30.Parent = obj28
  1247.  
  1248. -- 31 - Part-to-Part Strong Joint
  1249. obj31 = Instance.new("ManualWeld")
  1250. obj31.Part0 = Part
  1251. obj31.Part1 = Part
  1252. obj31.Name = "Part-to-Part Strong Joint"
  1253. obj31.Parent = obj28
  1254.  
  1255. -- 32 - Part
  1256. obj32 = Instance.new("Part")
  1257. obj32.CFrame = CFrame.new(Vector3.new(-37, 3.09000087, -50.5)) * CFrame.Angles(-0, 0, -0)
  1258. obj32.FormFactor = Enum.FormFactor.Custom
  1259. obj32.TopSurface = Enum.SurfaceType.Smooth
  1260. obj32.BottomSurface = Enum.SurfaceType.Smooth
  1261. obj32.Material = Enum.Material.SmoothPlastic
  1262. obj32.Size = Vector3.new(8, 0.200000003, 1)
  1263. obj32.BrickColor = BrickColor.new("Dark stone grey")
  1264. obj32.Friction = 0.30000001192093
  1265. obj32.Shape = Enum.PartType.Block
  1266. obj32.Parent = obj1
  1267.  
  1268. -- 33 - Part-to-Part Strong Joint
  1269. obj33 = Instance.new("ManualWeld")
  1270. obj33.Part0 = Part
  1271. obj33.Part1 = Disc
  1272. obj33.Name = "Part-to-Part Strong Joint"
  1273. obj33.Parent = obj32
  1274.  
  1275. -- 34 - Part-to-Part Strong Joint
  1276. obj34 = Instance.new("ManualWeld")
  1277. obj34.Part0 = Part
  1278. obj34.Part1 = Disc2
  1279. obj34.Name = "Part-to-Part Strong Joint"
  1280. obj34.Parent = obj32
  1281.  
  1282. -- 35 - Part-to-Part Strong Joint
  1283. obj35 = Instance.new("ManualWeld")
  1284. obj35.Part0 = Part
  1285. obj35.Part1 = DiscTop2
  1286. obj35.Name = "Part-to-Part Strong Joint"
  1287. obj35.Parent = obj32
  1288.  
  1289. -- 36 - Part-to-Part Strong Joint
  1290. obj36 = Instance.new("ManualWeld")
  1291. obj36.Part0 = Part
  1292. obj36.Part1 = DiscTop
  1293. obj36.Name = "Part-to-Part Strong Joint"
  1294. obj36.Parent = obj32
  1295.  
  1296. -- 37 - Part
  1297. obj37 = Instance.new("Part")
  1298. obj37.CFrame = CFrame.new(Vector3.new(-36.5, 2.88999987, -48.5)) * CFrame.Angles(-0, 0, -0)
  1299. obj37.FormFactor = Enum.FormFactor.Custom
  1300. obj37.TopSurface = Enum.SurfaceType.Smooth
  1301. obj37.BottomSurface = Enum.SurfaceType.Smooth
  1302. obj37.Material = Enum.Material.SmoothPlastic
  1303. obj37.Size = Vector3.new(1, 0.200000003, 1)
  1304. obj37.BrickColor = BrickColor.new("Bright red")
  1305. obj37.Friction = 0.30000001192093
  1306. obj37.Shape = Enum.PartType.Block
  1307. obj37.Parent = obj1
  1308.  
  1309. -- 38 - Mesh
  1310. obj38 = Instance.new("CylinderMesh")
  1311. obj38.Scale = Vector3.new(0.699999988, 1.04999995, 0.699999988)
  1312. obj38.Parent = obj37
  1313.  
  1314. -- 39 - Part-to-Part Strong Joint
  1315. obj39 = Instance.new("ManualWeld")
  1316. obj39.Part0 = Part
  1317. obj39.Part1 = Part
  1318. obj39.Name = "Part-to-Part Strong Joint"
  1319. obj39.Parent = obj37
  1320.  
  1321. -- 40 - Part-to-Part Strong Joint
  1322. obj40 = Instance.new("ManualWeld")
  1323. obj40.Part0 = Part
  1324. obj40.Part1 = Part
  1325. obj40.Name = "Part-to-Part Strong Joint"
  1326. obj40.Parent = obj37
  1327.  
  1328. -- 41 - Part
  1329. obj41 = Instance.new("Part")
  1330. obj41.CFrame = CFrame.new(Vector3.new(-37.5, 2.88999963, -47.5)) * CFrame.Angles(-0, 0, -0)
  1331. obj41.FormFactor = Enum.FormFactor.Custom
  1332. obj41.TopSurface = Enum.SurfaceType.Smooth
  1333. obj41.BottomSurface = Enum.SurfaceType.Smooth
  1334. obj41.Material = Enum.Material.SmoothPlastic
  1335. obj41.Size = Vector3.new(1, 0.200000003, 1)
  1336. obj41.BrickColor = BrickColor.new("Bright blue")
  1337. obj41.Friction = 0.30000001192093
  1338. obj41.Shape = Enum.PartType.Block
  1339. obj41.Parent = obj1
  1340.  
  1341. -- 42 - Mesh
  1342. obj42 = Instance.new("CylinderMesh")
  1343. obj42.Scale = Vector3.new(0.5, 1.04999995, 0.5)
  1344. obj42.Parent = obj41
  1345.  
  1346. -- 43 - Part-to-Part Strong Joint
  1347. obj43 = Instance.new("ManualWeld")
  1348. obj43.Part0 = Part
  1349. obj43.Part1 = Part
  1350. obj43.Name = "Part-to-Part Strong Joint"
  1351. obj43.Parent = obj41
  1352.  
  1353. -- 44 - Part
  1354. obj44 = Instance.new("Part")
  1355. obj44.CFrame = CFrame.new(Vector3.new(-36.5, 2.88999963, -47.5)) * CFrame.Angles(-0, 0, -0)
  1356. obj44.FormFactor = Enum.FormFactor.Custom
  1357. obj44.TopSurface = Enum.SurfaceType.Smooth
  1358. obj44.BottomSurface = Enum.SurfaceType.Smooth
  1359. obj44.Material = Enum.Material.SmoothPlastic
  1360. obj44.Size = Vector3.new(1, 0.200000003, 1)
  1361. obj44.BrickColor = BrickColor.new("Bright blue")
  1362. obj44.Friction = 0.30000001192093
  1363. obj44.Shape = Enum.PartType.Block
  1364. obj44.Parent = obj1
  1365.  
  1366. -- 45 - Mesh
  1367. obj45 = Instance.new("CylinderMesh")
  1368. obj45.Scale = Vector3.new(0.200000003, 1.04999995, 0.200000003)
  1369. obj45.Parent = obj44
  1370.  
  1371. -- 46 - Part-to-Part Strong Joint
  1372. obj46 = Instance.new("ManualWeld")
  1373. obj46.Part0 = Part
  1374. obj46.Part1 = Part
  1375. obj46.Name = "Part-to-Part Strong Joint"
  1376. obj46.Parent = obj44
  1377.  
  1378. -- 47 - Part
  1379. obj47 = Instance.new("Part")
  1380. obj47.CFrame = CFrame.new(Vector3.new(-39.5000038, 2.88999963, -46.5)) * CFrame.Angles(-0, 0, -0)
  1381. obj47.FormFactor = Enum.FormFactor.Custom
  1382. obj47.TopSurface = Enum.SurfaceType.Smooth
  1383. obj47.BottomSurface = Enum.SurfaceType.Smooth
  1384. obj47.Material = Enum.Material.SmoothPlastic
  1385. obj47.Size = Vector3.new(3.00000048, 0.200000003, 1)
  1386. obj47.BrickColor = BrickColor.new("Really black")
  1387. obj47.Friction = 0.30000001192093
  1388. obj47.Shape = Enum.PartType.Block
  1389. obj47.Parent = obj1
  1390.  
  1391. -- 48 - Part-to-Part Strong Joint
  1392. obj48 = Instance.new("ManualWeld")
  1393. obj48.Part0 = Part
  1394. obj48.Part1 = nil
  1395. obj48.Name = "Part-to-Part Strong Joint"
  1396. obj48.Parent = obj47
  1397.  
  1398. -- 49 - Part-to-Part Strong Joint
  1399. obj49 = Instance.new("ManualWeld")
  1400. obj49.Part0 = Part
  1401. obj49.Part1 = nil
  1402. obj49.Name = "Part-to-Part Strong Joint"
  1403. obj49.Parent = obj47
  1404.  
  1405. -- 50 - Mesh
  1406. obj50 = Instance.new("BlockMesh")
  1407. obj50.Scale = Vector3.new(0.899999976, 1.04999995, 0.200000003)
  1408. obj50.Parent = obj47
  1409.  
  1410. -- 51 - Part
  1411. obj51 = Instance.new("Part")
  1412. obj51.CFrame = CFrame.new(Vector3.new(-34.5, 2.88999963, -46.5)) * CFrame.Angles(-0, 0, -0)
  1413. obj51.FormFactor = Enum.FormFactor.Custom
  1414. obj51.TopSurface = Enum.SurfaceType.Smooth
  1415. obj51.BottomSurface = Enum.SurfaceType.Smooth
  1416. obj51.Material = Enum.Material.SmoothPlastic
  1417. obj51.Size = Vector3.new(3.00000048, 0.200000003, 1)
  1418. obj51.BrickColor = BrickColor.new("Really black")
  1419. obj51.Friction = 0.30000001192093
  1420. obj51.Shape = Enum.PartType.Block
  1421. obj51.Parent = obj1
  1422.  
  1423. -- 52 - Part-to-Part Strong Joint
  1424. obj52 = Instance.new("ManualWeld")
  1425. obj52.Part0 = Part
  1426. obj52.Part1 = nil
  1427. obj52.Name = "Part-to-Part Strong Joint"
  1428. obj52.Parent = obj51
  1429.  
  1430. -- 53 - Part-to-Part Strong Joint
  1431. obj53 = Instance.new("ManualWeld")
  1432. obj53.Part0 = Part
  1433. obj53.Part1 = nil
  1434. obj53.Name = "Part-to-Part Strong Joint"
  1435. obj53.Parent = obj51
  1436.  
  1437. -- 54 - Mesh
  1438. obj54 = Instance.new("BlockMesh")
  1439. obj54.Scale = Vector3.new(0.899999976, 1.04999995, 0.200000003)
  1440. obj54.Parent = obj51
  1441.  
  1442. -- 55 - DiscTop2
  1443. obj55 = Instance.new("Part")
  1444. obj55.CFrame = CFrame.new(Vector3.new(-39.5, 3.09000063, -48.5)) * CFrame.Angles(-0, 0, -0)
  1445. obj55.FormFactor = Enum.FormFactor.Custom
  1446. obj55.TopSurface = Enum.SurfaceType.Smooth
  1447. obj55.BottomSurface = Enum.SurfaceType.Smooth
  1448. obj55.Material = Enum.Material.SmoothPlastic
  1449. obj55.Size = Vector3.new(3, 0.200000003, 3)
  1450. obj55.BrickColor = BrickColor.new("Dark stone grey")
  1451. obj55.Friction = 0.30000001192093
  1452. obj55.Shape = Enum.PartType.Block
  1453. obj55.Name = "DiscTop2"
  1454. obj55.Parent = obj1
  1455.  
  1456. -- 56 - Mesh
  1457. obj56 = Instance.new("CylinderMesh")
  1458. obj56.Scale = Vector3.new(0.200000003, 1.04999995, 0.200000003)
  1459. obj56.Parent = obj55
  1460.  
  1461. -- 57 - Part-to-Part Strong Joint
  1462. obj57 = Instance.new("ManualWeld")
  1463. obj57.Part0 = DiscTop2
  1464. obj57.Part1 = Part
  1465. obj57.Name = "Part-to-Part Strong Joint"
  1466. obj57.Parent = obj55
  1467.  
  1468. -- 58 - Disc2
  1469. obj58 = Instance.new("Part")
  1470. obj58.CFrame = CFrame.new(Vector3.new(-39.5, 3.08999991, -48.5)) * CFrame.Angles(-0, 0, -0)
  1471. obj58.FormFactor = Enum.FormFactor.Custom
  1472. obj58.TopSurface = Enum.SurfaceType.Smooth
  1473. obj58.BottomSurface = Enum.SurfaceType.Smooth
  1474. obj58.Material = Enum.Material.Sand
  1475. obj58.Size = Vector3.new(3, 0.200000003, 3)
  1476. obj58.BrickColor = BrickColor.new("Black")
  1477. obj58.Friction = 0.30000001192093
  1478. obj58.Shape = Enum.PartType.Block
  1479. obj58.Name = "Disc2"
  1480. obj58.Parent = obj1
  1481.  
  1482. -- 59 - Mesh
  1483. obj59 = Instance.new("CylinderMesh")
  1484. obj59.Scale = Vector3.new(0.899999976, 1, 0.899999976)
  1485. obj59.Parent = obj58
  1486.  
  1487. -- 60 - Part-to-Part Strong Joint
  1488. obj60 = Instance.new("ManualWeld")
  1489. obj60.Part0 = Disc2
  1490. obj60.Part1 = Part
  1491. obj60.Name = "Part-to-Part Strong Joint"
  1492. obj60.Parent = obj58
  1493.  
  1494. -- 61 - Part
  1495. obj61 = Instance.new("Part")
  1496. obj61.CFrame = CFrame.new(Vector3.new(-37, 2.69000006, -46.5)) * CFrame.Angles(-0, 0, -0)
  1497. obj61.FormFactor = Enum.FormFactor.Custom
  1498. obj61.TopSurface = Enum.SurfaceType.Smooth
  1499. obj61.BottomSurface = Enum.SurfaceType.Smooth
  1500. obj61.Material = Enum.Material.SmoothPlastic
  1501. obj61.Size = Vector3.new(8, 0.600000024, 1)
  1502. obj61.BrickColor = BrickColor.new("Dark stone grey")
  1503. obj61.Friction = 0.30000001192093
  1504. obj61.Shape = Enum.PartType.Block
  1505. obj61.Parent = obj1
  1506.  
  1507. -- 62 - Slider2
  1508. obj62 = Instance.new("Part")
  1509. obj62.CFrame = CFrame.new(Vector3.new(-38.7000237, 2.89000058, -46.5)) * CFrame.Angles(-0, 0, -0)
  1510. obj62.FormFactor = Enum.FormFactor.Custom
  1511. obj62.TopSurface = Enum.SurfaceType.Smooth
  1512. obj62.BottomSurface = Enum.SurfaceType.Smooth
  1513. obj62.Material = Enum.Material.SmoothPlastic
  1514. obj62.Size = Vector3.new(0.200000152, 0.200000003, 1)
  1515. obj62.BrickColor = BrickColor.new("Dark stone grey")
  1516. obj62.Friction = 0.30000001192093
  1517. obj62.Shape = Enum.PartType.Block
  1518. obj62.Name = "Slider2"
  1519. obj62.Parent = obj1
  1520.  
  1521. -- 63 - Part-to-Part Strong Joint
  1522. obj63 = Instance.new("ManualWeld")
  1523. obj63.Part0 = Slider2
  1524. obj63.Part1 = nil
  1525. obj63.Name = "Part-to-Part Strong Joint"
  1526. obj63.Parent = obj62
  1527.  
  1528. -- 64 - Part-to-Part Strong Joint
  1529. obj64 = Instance.new("ManualWeld")
  1530. obj64.Part0 = Slider2
  1531. obj64.Part1 = nil
  1532. obj64.Name = "Part-to-Part Strong Joint"
  1533. obj64.Parent = obj62
  1534.  
  1535. -- 65 - Mesh
  1536. obj65 = Instance.new("BlockMesh")
  1537. obj65.Scale = Vector3.new(0.899999976, 1.45000005, 0.5)
  1538. obj65.Parent = obj62
  1539.  
  1540. -- 66 - Slider
  1541. obj66 = Instance.new("Part")
  1542. obj66.CFrame = CFrame.new(Vector3.new(-34.6999969, 2.88999987, -46.5)) * CFrame.Angles(-0, 0, -0)
  1543. obj66.FormFactor = Enum.FormFactor.Custom
  1544. obj66.TopSurface = Enum.SurfaceType.Smooth
  1545. obj66.BottomSurface = Enum.SurfaceType.Smooth
  1546. obj66.Material = Enum.Material.SmoothPlastic
  1547. obj66.Size = Vector3.new(0.200000152, 0.200000003, 1)
  1548. obj66.BrickColor = BrickColor.new("Dark stone grey")
  1549. obj66.Friction = 0.30000001192093
  1550. obj66.Shape = Enum.PartType.Block
  1551. obj66.Name = "Slider"
  1552. obj66.Parent = obj1
  1553.  
  1554. -- 67 - Part-to-Part Strong Joint
  1555. obj67 = Instance.new("ManualWeld")
  1556. obj67.Part0 = Slider
  1557. obj67.Part1 = nil
  1558. obj67.Name = "Part-to-Part Strong Joint"
  1559. obj67.Parent = obj66
  1560.  
  1561. -- 68 - Part-to-Part Strong Joint
  1562. obj68 = Instance.new("ManualWeld")
  1563. obj68.Part0 = Slider
  1564. obj68.Part1 = nil
  1565. obj68.Name = "Part-to-Part Strong Joint"
  1566. obj68.Parent = obj66
  1567.  
  1568. -- 69 - Mesh
  1569. obj69 = Instance.new("BlockMesh")
  1570. obj69.Scale = Vector3.new(0.899999976, 1.45000005, 0.5)
  1571. obj69.Parent = obj66
  1572.  
  1573. for i,v in pairs(obj1:children()) do
  1574. v.Anchored = true
  1575. v.Locked = true
  1576. end
  1577.  
  1578. function Recursive(Model)
  1579. local Stuff = {}
  1580. local function Recur(Targ)
  1581. for i,v in pairs(Targ:getChildren()) do
  1582. table.insert(Stuff,v)
  1583. Recur(v)
  1584. end
  1585. end
  1586. Recur(Model)
  1587. return Stuff
  1588. end
  1589.  
  1590. function MoveModel(Model,CF)
  1591. local Center = Model:getModelCFrame()
  1592. local Offsets = {}
  1593. for i,v in pairs (Recursive(Model)) do
  1594. if v:IsA("BasePart") then
  1595. Offsets[v] = CF*Center:toObjectSpace(v.CFrame)
  1596. end
  1597. end
  1598.  
  1599. for i,v in pairs(Offsets) do
  1600. i.CFrame = v
  1601. end
  1602. end
  1603.  
  1604. MoveModel(obj1, torso.CFrame*CFrame.new(0,-1.5,-3))
  1605.  
  1606. local value = 0
  1607. local Slider2CFrame = obj62.CFrame
  1608. local SliderCFrame = obj66.CFrame
  1609. local colur = 0
  1610. local hue = 0
  1611. local DiscoLight = Instance.new('PointLight', obj2)
  1612. DiscoLight.Range = 0
  1613. game:service'RunService'.RenderStepped:connect(function()
  1614. if obj1.Parent ~= char then return end
  1615. if sound.IsPlaying then
  1616. hue = ((hue+5)%360)
  1617. colur = HSV(hue,.8,.8)
  1618. DiscoLight.Color = Color3.new(colur.r, colur.g, colur.b)
  1619. DiscoLight.Range = 60
  1620. value = (value % 360) + math.random()
  1621. obj13.Color = Color3.new(colur.r, colur.g, colur.b)
  1622. obj58.CFrame = obj58.CFrame * CFrame.Angles(0, .05, 0)
  1623. obj5.CFrame = obj5.CFrame * CFrame.Angles(0, .05, 0)
  1624. obj62.CFrame = Slider2CFrame * CFrame.new(math.sin(value)*.25, 0, 0)
  1625. obj66.CFrame = SliderCFrame * CFrame.new(-math.sin(value)*.25, 0, 0)
  1626. else
  1627. DiscoLight.Range = 0
  1628. obj13.Color = Color3.new()
  1629. end
  1630. end)
  1631.  
  1632. local function createText(parent, msg, line, size, func)
  1633. local textLabel
  1634. if func then
  1635. textLabel = Instance.new("TextButton", parent)
  1636. else
  1637. textLabel = Instance.new("TextLabel", parent)
  1638. end
  1639. textLabel.Text = msg
  1640. textLabel.Name = "List"
  1641. if size ~= true then
  1642. textLabel.TextScaled = false
  1643. textLabel.FontSize = 'Size14'
  1644. elseif size == true then
  1645. textLabel.TextScaled = true
  1646. end
  1647. textLabel.BackgroundColor = BrickColor.new'Olive'
  1648. textLabel.BackgroundTransparency = .9
  1649. textLabel.TextColor = BrickColor.White()
  1650. textLabel.TextStrokeTransparency = 0.65
  1651. textLabel.Size = UDim2.new(1, 0, 0, 25)
  1652. textLabel.TextXAlignment = 'Left'
  1653. textLabel.Position = UDim2.new(0, 0, 0, (line-1)*25)
  1654. if func then
  1655. textLabel.MouseButton1Down:connect(function()
  1656. local r,e = ypcall(function()
  1657. func(plr)
  1658. end)
  1659. if e then print(e) end
  1660. end)
  1661. end
  1662. end
  1663.  
  1664. gui = Instance.new('ScreenGui', plrgui)
  1665. gui.Name = 'äMixer'
  1666. wait()
  1667. local dragframe = Instance.new('Frame', gui)
  1668. dragframe.Size = UDim2.new(0, 598, 0, 18)
  1669. dragframe.BackgroundColor = BrickColor.new'Dark stone grey'
  1670. dragframe.Position = UDim2.new(0, gui.AbsoluteSize.X - gui.AbsoluteSize.X/2 - 300, 0, 10)
  1671. dragframe.Active = true
  1672. dragframe.Draggable = true
  1673. dragframe.ZIndex = 3
  1674. dragframe.BorderSizePixel = 0
  1675. local mainframe = Instance.new('Frame', dragframe)
  1676. mainframe.Size = UDim2.new(0, 600, 0, 415)
  1677. mainframe.Position = UDim2.new(0, -1, 0, -1)
  1678. mainframe.BackgroundColor = BrickColor.new'Olive'
  1679. local CPframe = Instance.new('ScrollingFrame', mainframe)
  1680. CPframe.Size = UDim2.new(0, 470, 0, 22)
  1681. CPframe.Position = UDim2.new(0, 130, 0, 50)
  1682. CPframe.BackgroundColor = BrickColor.new'Dark stone grey'
  1683. CPframe.ScrollBarThickness = 0
  1684. local CP = Instance.new('TextLabel', CPframe)
  1685. CP.Size = UDim2.new(1,0,0,22)
  1686. CP.BackgroundTransparency = 1
  1687. CP.ZIndex = 7
  1688. CP.FontSize = 'Size18'
  1689. CP.TextColor3 = Color3.new(1,1,1)
  1690. CP.TextStrokeTransparency = 0
  1691. CP.TextXAlignment = 'Left'
  1692. CP.Text = 'Playing /-/ None'
  1693.  
  1694. local oldCPframePos
  1695.  
  1696. local scrollframe = Instance.new('ScrollingFrame', mainframe)
  1697. scrollframe.Size = UDim2.new(0, 590, 0, 330)
  1698. scrollframe.Position = UDim2.new(0, 5, 0, 80)
  1699. scrollframe.BackgroundColor = BrickColor.new'Olive'
  1700. scrollframe.CanvasSize = UDim2.new(0, 590, 0, 25*#SoundsList)
  1701. local playbutton = Instance.new('TextButton', mainframe)
  1702. playbutton.Size = UDim2.new(0, 50, 0, 50)
  1703. playbutton.Position = UDim2.new(0, 10, 0, 25)
  1704. playbutton.BackgroundColor3 = Color3.new(0,1,0)
  1705. playbutton.Text = ">"
  1706. playbutton.TextScaled = true
  1707. playbutton.TextColor3 = Color3.new(1,1,1)
  1708. playbutton.TextStrokeTransparency = 0
  1709. playbutton.MouseButton1Down:connect(function()
  1710. game:service'ContentProvider':Preload(sound.SoundId)
  1711. sound:play()
  1712. local r,e = ypcall(function()
  1713. CP.Text = 'Playing /-/ '..game:service'MarketplaceService':GetProductInfo(sound.SoundId:match("%d+")).Name
  1714. end)
  1715. if e then CP.Text = 'Playing /-/ Unknown asset' end
  1716. wait()
  1717. CPframe.CanvasSize = UDim2.new(0, CP.TextBounds.X, 0, 0)
  1718. end)
  1719. local stopbutton = Instance.new('TextButton', mainframe)
  1720. stopbutton.Size = UDim2.new(0, 50, 0, 50)
  1721. stopbutton.Position = UDim2.new(0, 70, 0, 25)
  1722. stopbutton.BackgroundColor3 = Color3.new(1,0,0)
  1723. stopbutton.Text = "="
  1724. stopbutton.TextScaled = true
  1725. stopbutton.TextColor3 = Color3.new(1,1,1)
  1726. stopbutton.TextStrokeTransparency = 0
  1727. stopbutton.MouseButton1Down:connect(function()
  1728. sound:stop()
  1729. CP.Text = 'Playing /-/ None'
  1730. CPframe.CanvasPosition = Vector2.new()
  1731. end)
  1732. local idbox = Instance.new('TextBox', mainframe)
  1733. idbox.Size = UDim2.new(0, 100, 0, 22)
  1734. idbox.Position = UDim2.new(0, 130, 0, 25)
  1735. idbox.Text = 'Insert ID here'
  1736. idbox.BackgroundTransparency = .5
  1737. idbox.TextScaled = true
  1738. idbox.TextXAlignment = 'Left'
  1739. idbox.BackgroundColor3 = BrickColor.new'Olive'.Color
  1740. idbox.TextColor3 = Color3.new()
  1741. idbox.TextStrokeTransparency = 0
  1742. local submit = Instance.new('TextButton', mainframe)
  1743. submit.Size = UDim2.new(0, 50, 0, 22)
  1744. submit.Position = UDim2.new(0, 240, 0, 25)
  1745. submit.BackgroundColor3 = Color3.new(.2,.5,.4)
  1746. submit.Text = "Submit ID"
  1747. submit.TextScaled = false
  1748. submit.TextColor3 = Color3.new(1,1,1)
  1749. submit.TextStrokeTransparency = 0
  1750. submit.MouseButton1Down:connect(function()
  1751. if idbox.Text == 'Insert ID here' then return end
  1752. sound:stop()
  1753. sound.SoundId = "rbxassetid://"..tonumber(idbox.Text:match("%d+"))
  1754. newSound(game:service'MarketplaceService':GetProductInfo(idbox.Text:match("%d+")).Name..' /-ID-/ '..idbox.Text:match("%d+"), idbox.Text:match("%d+"))
  1755. createText(scrollframe, game:service'MarketplaceService':GetProductInfo(idbox.Text:match("%d+")).Name.." /-ID-/ "..idbox.Text:match("%d+"), #scrollframe:children()+1, false, function() sound.SoundId = "rbxassetid://"..idbox.Text:match("%d+") end)
  1756. scrollframe.CanvasSize = UDim2.new(0, 590, 0, 25*#SoundsList)
  1757. idbox.Text = 'Insert ID here'
  1758. end)
  1759.  
  1760. local minimize = Instance.new('TextButton', dragframe)
  1761. minimize.Size = UDim2.new(0, 16, 0, 16)
  1762. minimize.Position = UDim2.new(0, 582, 0, 1)
  1763. minimize.BackgroundColor = BrickColor.new'Dark stone grey'
  1764. minimize.Text = '-'
  1765. minimize.TextYAlignment = 'Bottom'
  1766. minimize.ZIndex = 3
  1767. minimize.TextColor3 = Color3.new(1,1,1)
  1768.  
  1769. local maximize = Instance.new('TextButton', gui)
  1770. maximize.Size = UDim2.new(0, 30, 0, 30)
  1771. maximize.Position = UDim2.new(0, gui.AbsoluteSize.X-30, 0, gui.AbsoluteSize.Y-30)
  1772. maximize.BackgroundColor = BrickColor.new'Dark stone grey'
  1773. maximize.Text = '='
  1774. maximize.Visible = false
  1775. maximize.TextColor3 = Color3.new(1,1,1)
  1776.  
  1777. minimize.MouseButton1Down:connect(function()
  1778. dragframe.Visible = false
  1779. maximize.Visible = true
  1780. end)
  1781. maximize.MouseButton1Down:connect(function()
  1782. dragframe.Visible = true
  1783. maximize.Visible = false
  1784. end)
  1785.  
  1786. for i,v in pairs(SoundsList) do
  1787. createText(scrollframe, v.Name.." /-ID-/ "..v["ID"], i, false, function() sound:stop() sound.SoundId = "rbxassetid://"..v["ID"] sound.Pitch = v["Pitch"] end)
  1788. end
  1789.  
  1790. while wait(0) do
  1791. if CP.TextBounds.X > 470 then
  1792. if CPframe.CanvasPosition == oldCPframePos and not (CPframe.CanvasPosition.X >= CP.TextBounds.X-471) then
  1793. CPframe.CanvasPosition = CPframe.CanvasPosition + Vector2.new(1, 0)
  1794. elseif (CPframe.CanvasPosition.X >= CP.TextBounds.X-471)then
  1795. wait(3)
  1796. CPframe.CanvasPosition = Vector2.new()
  1797. wait(1)
  1798. end
  1799. oldCPframePos = CPframe.CanvasPosition
  1800. end
  1801. end
  1802. end
  1803.  
  1804.  
  1805. mouse.KeyDown:connect(function(k)
  1806. if k == 'q' then
  1807. activated = not activated
  1808. if activated then
  1809. BeginPlacingDisco()
  1810. else
  1811. RemoveDisco()
  1812. end
  1813. end
  1814. end)
  1815. end)
  1816.  
  1817.  
  1818. createScript('MiniMeep',function()
  1819.  
  1820. --[[dont u even dare take credit
  1821. cus dis mai law ok and if u break my law i keel u in sb
  1822.  
  1823. btw there's no point in re-naming "LocalPlayer" to "YOURNAMEHERE" or whatever, localplayer is the CLIENT itself.
  1824. + i did a small update so you still have your clothes on when small ok?
  1825. ]]--
  1826.  
  1827. local ran,err = ypcall(function()
  1828. plr = game:service'Players'.LocalPlayer
  1829. char = plr.Character
  1830. mouse = plr:GetMouse()
  1831. humanoid = char:findFirstChild("Humanoid")
  1832. torso = char:findFirstChild("Torso")
  1833. head = char.Head
  1834. ra = char:findFirstChild("Right Arm")
  1835. la = char:findFirstChild("Left Arm")
  1836. rl = char:findFirstChild("Right Leg")
  1837. ll = char:findFirstChild("Left Leg")
  1838. rs = torso:findFirstChild("Right Shoulder")
  1839. ls = torso:findFirstChild("Left Shoulder")
  1840. rh = torso:findFirstChild("Right Hip")
  1841. lh = torso:findFirstChild("Left Hip")
  1842. neck = torso:findFirstChild("Neck")
  1843. rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  1844. anim = char:findFirstChild("Animate")
  1845. rootpart = char:findFirstChild("HumanoidRootPart")
  1846. camera = workspace.CurrentCamera
  1847. do --Removing ROBLOX's new Looped bug >_>
  1848. local function rec(x)
  1849. for i,v in pairs(x:children()) do
  1850. if v:IsA'Animation' then
  1851. v.AnimationId = 'rbxassetid://28159255'
  1852. end
  1853. rec(v)
  1854. end
  1855. end
  1856. rec(anim) --the Animate script
  1857. end
  1858.  
  1859. humanoid.Jump = true
  1860.  
  1861. wait(.4)
  1862.  
  1863.  
  1864. if anim then
  1865. anim:Destroy()
  1866. end
  1867.  
  1868.  
  1869. rj.C0 = CFrame.new()
  1870. rj.C1 = CFrame.new()
  1871.  
  1872.  
  1873. super_annoying = Instance.new("Sound", head)
  1874. super_annoying.SoundId = "http://www.roblox.com/asset/?id=130816003"
  1875. super_annoying.Volume = 0.6
  1876. super_annoying.Looped = true
  1877. barrel_roll = Instance.new("Sound", head)
  1878. barrel_roll.SoundId = "http://www.roblox.com/asset/?id=130791919"
  1879. barrel_roll.Volume = 1
  1880. barrel_roll.Looped = true
  1881. dubstep_gun = Instance.new("Sound", head)
  1882. dubstep_gun.SoundId = "http://www.roblox.com/asset/?id=130855491"
  1883. dubstep_gun.Volume = 0.6
  1884. dubstep_gun.Looped = true
  1885. you_are_pirate = Instance.new("Sound", head)
  1886. you_are_pirate.SoundId = "http://www.roblox.com/asset/?id=130888577"
  1887. you_are_pirate.Volume = 0.6
  1888. you_are_pirate.Looped = true
  1889. cant_touch = Instance.new("Sound", head)
  1890. cant_touch.SoundId = "http://www.roblox.com/asset/?id=131280929"
  1891. cant_touch.Volume = 1
  1892. cant_touch.Looped = true
  1893. gangy_style = Instance.new("Sound", head)
  1894. gangy_style.SoundId = "http://www.roblox.com/asset/?id=130844430"
  1895. gangy_style.Volume = 0.6
  1896. gangy_style.Looped = true
  1897. fox_say = Instance.new("Sound", head)
  1898. fox_say.SoundId = "http://www.roblox.com/asset/?id=130797915"
  1899. fox_say.Volume = 0.5
  1900. fox_say.Looped = true
  1901. durk = Instance.new("Sound", head)
  1902. durk.SoundId = "http://www.roblox.com/asset/?id=130776787"
  1903. durk.Volume = 0.8
  1904. durk.Looped = true
  1905. sax_guy = Instance.new("Sound", head)
  1906. sax_guy.SoundId = "http://www.roblox.com/asset/?id=130794684"
  1907. sax_guy.Volume = 0.6
  1908. sax_guy.Looped = true
  1909. heman = Instance.new("Sound", head)
  1910. heman.SoundId = "http://www.roblox.com/asset/?id=131102548"
  1911. heman.Volume = 1
  1912. heman.Looped = true
  1913. justin = Instance.new("Sound", head)
  1914. justin.SoundId = "http://www.roblox.com/asset/?id=130841252"
  1915. justin.Volume = 0.8
  1916. justin.Looped = true
  1917. brony_music = Instance.new("Sound", head)
  1918. brony_music.SoundId = "http://www.roblox.com/asset/?id=130769808"
  1919. brony_music.Volume = 1
  1920. brony_music.Looped = true
  1921. spitfire = Instance.new("Sound", head)
  1922. spitfire.SoundId = "http://www.roblox.com/asset/?id=129490596"
  1923. spitfire.Volume = 0.8
  1924. spitfire.Looped = true
  1925. burn_dem = Instance.new("Sound", head)
  1926. burn_dem.SoundId = "http://www.roblox.com/asset/?id=132399469"
  1927. burn_dem.Volume = 1
  1928. burn_dem.Looped = true
  1929. aj = Instance.new("Sound", head)
  1930. aj.SoundId = "rbxassetid://177732780"
  1931. aj.Volume = 1
  1932. aj.Looped = true
  1933.  
  1934. Instance.new("HumanoidController", game:service'ControllerService')
  1935. Instance.new("SkateboardController", game:service'ControllerService')
  1936. Instance.new("VehicleController", game:service'ControllerService')
  1937.  
  1938.  
  1939.  
  1940.  
  1941. --minimize
  1942. rh.Parent = nil
  1943. lh.Parent = nil
  1944. rs.Parent = nil
  1945. ls.Parent = nil
  1946. neck.Parent = nil
  1947. rj.Parent = nil
  1948.  
  1949.  
  1950. rl.FormFactor = "Custom"
  1951. ll.FormFactor = "Custom"
  1952. ra.FormFactor = "Custom"
  1953. la.FormFactor = "Custom"
  1954. torso.FormFactor = "Custom"
  1955. head.FormFactor = "Custom"
  1956. rootpart.FormFactor = "Custom"
  1957.  
  1958.  
  1959.  
  1960.  
  1961. rootpart.Size = Vector3.new(.4, .4, .2)
  1962. rl.Size = Vector3.new(.2, .4, .2)
  1963. ll.Size = Vector3.new(.2, .4, .2)
  1964. ra.Size = Vector3.new(.2, .4, .2)
  1965. la.Size = Vector3.new(.2, .4, .2)
  1966. torso.Size = Vector3.new(.4, .4, .2)
  1967. head.Size = Vector3.new(.4, .2, .2)
  1968.  
  1969. rh.Parent = torso
  1970. lh.Parent = torso
  1971. rs.Parent = torso
  1972. ls.Parent = torso
  1973. neck.Parent = torso
  1974. rj.Parent = rootpart
  1975.  
  1976.  
  1977. if torso:findFirstChild("roblox") then
  1978. local p = Instance.new("Part", char)
  1979. p.FormFactor = "Custom"
  1980. p.Size = torso.Size
  1981. p.Transparency = 1
  1982. p:BreakJoints()
  1983. local w = Instance.new("Weld", char)
  1984. w.Part0 = p
  1985. w.Part1 = torso
  1986. torso:findFirstChild("roblox").Parent = p
  1987. end
  1988.  
  1989.  
  1990. --[[mesh1 = Instance.new("SpecialMesh", torso)
  1991. mesh1.Name = "Mesh"
  1992. mesh1.Scale = torso.Size - Vector3.new(torso.Size.x/2, torso.Size.y/2, 0)
  1993. mesh1.MeshId = "rbxasset://fonts/torso.mesh"
  1994. mesh2 = Instance.new("SpecialMesh", la)
  1995. mesh2.Name = "Mesh"
  1996. mesh2.Scale = la.Size - Vector3.new(0, la.Size.y/2, 0)
  1997. mesh2.MeshId = "rbxasset://fonts/leftarm.mesh"
  1998. mesh3 = Instance.new("SpecialMesh", ra)
  1999. mesh3.Name = "Mesh"
  2000. mesh3.Scale = ra.Size - Vector3.new(0, ra.Size.y/2, 0)
  2001. mesh3.MeshId = "rbxasset://fonts/rightarm.mesh"
  2002. mesh4 = Instance.new("SpecialMesh", ll)
  2003. mesh4.Name = "Mesh"
  2004. mesh4.Scale = ll.Size - Vector3.new(0, ll.Size.y/2, 0)
  2005. mesh4.MeshId = "rbxasset://fonts/leftleg.mesh"
  2006. mesh5 = Instance.new("SpecialMesh", rl)
  2007. mesh5.Name = "Mesh"
  2008. mesh5.Scale = rl.Size - Vector3.new(0, rl.Size.y/2, 0)
  2009. mesh5.MeshId = "rbxasset://fonts/rightleg.mesh"--]]
  2010.  
  2011.  
  2012. --0.3 = 1.5, 0.1 = 0.5, 0.2 = 1
  2013.  
  2014. ls.C0 = CFrame.new(-.3,.1,0)
  2015. ls.C1 = CFrame.new(0,.1,0)
  2016. rs.C0 = CFrame.new(.3,.1,0)
  2017. rs.C1 = CFrame.new(0,.1,0)
  2018. rh.C0 = CFrame.new(.1,-.2,0)
  2019. rh.C1 = CFrame.new(0, .2, 0)
  2020. lh.C0 = CFrame.new(-.1,-.2,0)
  2021. lh.C1 = CFrame.new(0, .2, 0)
  2022. neck.C0 = CFrame.new(0,.2,0)
  2023. neck.C1 = CFrame.new(0,-.1,0)
  2024.  
  2025. bodyc = char:findFirstChild("Body Colors")
  2026. if bodyc then
  2027. bodyc:Destroy()
  2028. end
  2029.  
  2030. wait(1)
  2031.  
  2032. local body = {}
  2033. for i,v in pairs(char:children()) do
  2034. if v:IsA'BasePart' then
  2035. body[v] = {Color = v.BrickColor}
  2036. end
  2037. end
  2038.  
  2039. function restorecolors()
  2040. for _,bp in pairs(char:children()) do
  2041. if bp:IsA("BasePart") then
  2042. bp.BrickColor = body[bp].Color
  2043. end
  2044. end
  2045. end
  2046.  
  2047.  
  2048. local LightForTorso = Instance.new("PointLight", head)
  2049. LightForTorso.Color = torso.BrickColor.Color
  2050. LightForTorso.Range = 7
  2051. LightForTorso.Brightness = 1.5
  2052.  
  2053.  
  2054.  
  2055.  
  2056. local slidecount = 0
  2057. local slidecountmax = 0
  2058. local anim = ""
  2059. local lastanim = anim
  2060. local speed = 0
  2061. local looking = false
  2062. local dancing = false
  2063. local superannoying = false
  2064. local barrelroll = false
  2065. local dubstepgun = false
  2066. local foxie = false
  2067. local durka = false
  2068. local saxguy = false
  2069. local heya = false
  2070. local jb = false
  2071. local bronymusic = false
  2072. local sheddy = false
  2073. local burndem = false
  2074. local global_wait = 0
  2075.  
  2076. count = 0
  2077. countspeed = 1
  2078. sine = 0
  2079. sinespeed = 1
  2080.  
  2081.  
  2082.  
  2083. humanoid.WalkSpeed = 11
  2084.  
  2085.  
  2086. local controllerService = game:GetService("ControllerService")
  2087. local controller = controllerService:GetChildren()[1]
  2088.  
  2089.  
  2090. local colors = {"White", "Really black"}
  2091.  
  2092. humanoid.Died:connect(function()
  2093. for cframe_parts = 0, 100 do
  2094. local p = Instance.new("Part")
  2095. p.FormFactor = "Custom"
  2096. p.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  2097. p.Size = Vector3.new(1, 1, 1)
  2098. Instance.new("BlockMesh", p).Scale = Vector3.new(0.05, 0.05, 0.05)
  2099. p.Locked = true
  2100. p.CanCollide = false
  2101. p.Anchored = true
  2102. p.CFrame = torso.CFrame * CFrame.Angles(math.random(-36, 36),math.random(-36, 36),math.random(-36, 36))
  2103. p.Parent = workspace
  2104. game:service'Debris':AddItem(p, 5)
  2105. coroutine.wrap(function()
  2106. while wait() do
  2107. if p ~= nil then
  2108. p.CFrame = p.CFrame * CFrame.new(0, 0.085, 0)
  2109. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(0.005, 0, 0.005) + Vector3.new(0, 0.01, 0)
  2110. p.Transparency = p.Transparency + 0.015
  2111. else
  2112. break
  2113. end
  2114. end
  2115. end)()
  2116. end
  2117. for _,v in pairs(char:children()) do
  2118. if v:IsA("Part") then
  2119. v:Destroy()
  2120. end
  2121. end
  2122.  
  2123. end)
  2124.  
  2125.  
  2126. mouse.KeyDown:connect(function(k)
  2127.  
  2128. if string.byte(k) == 50 then
  2129.  
  2130. if dancing then return end
  2131. sitting = not sitting
  2132. if sitting then
  2133. local ray = Ray.new(torso.Position, Vector3.new(0, -1, 0))
  2134. local hitz,enz = workspace:FindPartOnRay(ray, char)
  2135.  
  2136.  
  2137. if hitz then
  2138. controller.Parent = nil
  2139. humanoid.WalkSpeed = 0
  2140. coroutine.wrap(function()
  2141. while wait() do
  2142. humanoid.PlatformStand = true
  2143. if sitting == false then humanoid.PlatformStand = false break end
  2144. end
  2145. end)()
  2146. rj.C0 = CFrame.new(0, -0.35, 0) * CFrame.Angles(math.rad(10), 0, 0)
  2147. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
  2148. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
  2149. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
  2150. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
  2151.  
  2152. miniweld = Instance.new("Weld", char)
  2153. miniweld.C0 = hitz.CFrame:toObjectSpace(rootpart.CFrame)
  2154. miniweld.Part0 = hitz
  2155. miniweld.Part1 = rootpart
  2156. else
  2157. sitting = false
  2158. return
  2159. end
  2160. else
  2161. if miniweld then
  2162. miniweld:Destroy()
  2163. end
  2164. controller.Parent = controllerService
  2165. humanoid.PlatformStand = false
  2166. humanoid.WalkSpeed = 11
  2167. end
  2168. end
  2169.  
  2170. if k == "w" or k == "a" or k == "s" or k == "d" or string.byte(k) == 32 then
  2171. superannoying = false
  2172. barrelroll = false
  2173. heya = false
  2174. dubstepgun = false
  2175. youpirate = false
  2176. canttouch = false
  2177. gangnam = false
  2178. sheddy = false
  2179. durka = false
  2180. saxguy = false
  2181. foxie = false
  2182. burndem = false
  2183. bronymusic = false
  2184. brony_music:stop()
  2185. fox_say:stop()
  2186. spitfire:stop()
  2187. heman:stop()
  2188. justin:stop()
  2189. jb = false
  2190. durk:stop()
  2191. restorecolors()
  2192. burn_dem:stop()
  2193. if hat then
  2194. hat:Destroy()
  2195. end
  2196. sax_guy:stop()
  2197. gangy_style:stop()
  2198. cant_touch:stop()
  2199. you_are_pirate:stop()
  2200. dubstep_gun:stop()
  2201. super_annoying:stop()
  2202. barrel_roll:stop()
  2203. dancing = false
  2204. global_wait = 0
  2205. LightForTorso.Color = torso.BrickColor.Color
  2206. end
  2207.  
  2208. if k == "z" then
  2209. if dancing then return end
  2210. if not sitting then
  2211. dancing = true
  2212. superannoying = true
  2213. super_annoying:play()
  2214. end
  2215. end
  2216. if k == "k" then
  2217. if dancing then return end
  2218. if not sitting then
  2219. dancing = true
  2220. sheddy = true
  2221. spitfire:play()
  2222. end
  2223. end
  2224.  
  2225. if k == "n" then
  2226. if dancing then return end
  2227. if not sitting then
  2228. dancing = true
  2229. gangnam = true
  2230. gangy_style:play()
  2231. end
  2232. end
  2233.  
  2234. if k == "r" then
  2235. if dancing then return end
  2236. if not sitting then
  2237. dancing = true
  2238. burndem = true
  2239. burn_dem:play()
  2240. end
  2241. end
  2242.  
  2243.  
  2244. if k == "x" then
  2245. if dancing then return end
  2246. if not sitting then
  2247. dancing = true
  2248. barrelroll = true
  2249. barrel_roll:play()
  2250. hat = Instance.new("Part", char)
  2251. hat.FormFactor = "Custom"
  2252. hat.CanCollide = false
  2253. hat.Size = torso.Size
  2254. hat.Locked = true
  2255. hat:breakJoints()
  2256. local hatmesh = Instance.new("SpecialMesh", hat)
  2257. hatmesh.MeshId = "http://www.roblox.com/asset/?id=29873142"
  2258. hatmesh.TextureId = "http://www.roblox.com/asset/?id=31467063"
  2259. hatmesh.Scale = Vector3.new(.22, .2, .22)
  2260. local hatweld = Instance.new("Weld", hat)
  2261. hatweld.Part0 = hat
  2262. hatweld.Part1 = torso
  2263. end
  2264. end
  2265. if k == "h" then
  2266. if dancing then return end
  2267. if not sitting then
  2268. dancing = true
  2269. heman:play()
  2270. heya = true
  2271. hat = Instance.new("Part", char)
  2272. hat.FormFactor = "Custom"
  2273. hat.CanCollide = false
  2274. hat.Size = torso.Size + Vector3.new(0.01, 0.01, 0.01)
  2275. hat.Locked = true
  2276. hat.BrickColor = BrickColor.new("Hot pink")
  2277. hat:breakJoints()
  2278. local hatweld = Instance.new("Weld", hat)
  2279. hatweld.Part0 = hat
  2280. hatweld.Part1 = torso
  2281. end
  2282. end
  2283. if k == "j" then
  2284. if dancing then return end
  2285. if not sitting then
  2286. dancing = true
  2287. justin:play()
  2288. jb = true
  2289. hat = Instance.new("Part", char)
  2290. hat.FormFactor = "Custom"
  2291. hat.CanCollide = false
  2292. hat.Size = head.Size
  2293. hat.Locked = true
  2294. hat.BrickColor = BrickColor.new("Hot pink")
  2295. hat:breakJoints()
  2296. local hatmesh = Instance.new("SpecialMesh", hat)
  2297. hatmesh.MeshId = "http://www.roblox.com/asset/?id=19999424"
  2298. hatmesh.TextureId = "http://www.roblox.com/asset/?id=20571982"
  2299. hatmesh.Scale = Vector3.new(.23, .23, .23)
  2300. local hatweld = Instance.new("Weld", hat)
  2301. hatweld.Part0 = hat
  2302. hatweld.Part1 = head
  2303. hatweld.C0 = CFrame.new(0.025, -0.05, 0)
  2304. end
  2305. end
  2306. if k == "c" then
  2307. if dancing then return end
  2308. if not sitting then
  2309. dancing = true
  2310. dubstepgun = true
  2311. dubstep_gun:play()
  2312. end
  2313. end
  2314. if k == "v" then
  2315. if dancing then return end
  2316. if not sitting then
  2317. dancing = true
  2318. youpirate = true
  2319. you_are_pirate:play()
  2320. hat = Instance.new("Part", char)
  2321. hat.FormFactor = "Custom"
  2322. hat.CanCollide = false
  2323. hat.Size = head.Size
  2324. hat.Locked = true
  2325. hat:breakJoints()
  2326. local hatmesh = Instance.new("SpecialMesh", hat)
  2327. hatmesh.MeshId = "http://www.roblox.com/asset/?id=1028848"
  2328. hatmesh.TextureId = "http://www.roblox.com/asset/?id=1028847"
  2329. hatmesh.Scale = Vector3.new(.2, .2, .2)
  2330. local hatweld = Instance.new("Weld", hat)
  2331. hatweld.Part0 = hat
  2332. hatweld.Part1 = head
  2333. hatweld.C0 = CFrame.new(0, -0.15, 0)
  2334. end
  2335. end
  2336. if k == "m" then
  2337. if dancing then return end
  2338. if not sitting then
  2339. dancing = true
  2340. canttouch = true
  2341. cant_touch:play()
  2342. end
  2343. end
  2344. if k == "b" then
  2345. if dancing then return end
  2346. if not sitting then
  2347. dancing = true
  2348. bronymusic = true
  2349. brony_music:play()
  2350. for _,bp in pairs(char:children()) do
  2351. if bp:IsA("BasePart") then
  2352. bp.BrickColor = BrickColor.new("Lavender")
  2353. end
  2354. end
  2355. hat = Instance.new("Part", char)
  2356. hat.FormFactor = "Custom"
  2357. hat.CanCollide = false
  2358. hat.Size = head.Size
  2359. hat.Locked = true
  2360. hat.BrickColor = BrickColor.new("Lavender")
  2361. hat:breakJoints()
  2362. local hatmesh = Instance.new("SpecialMesh", hat)
  2363. hatmesh.MeshId = "http://www.roblox.com/asset/?id=118186643"
  2364. hatmesh.Scale = Vector3.new(.1, .2, .1)
  2365. local hatweld = Instance.new("Weld", hat)
  2366. hatweld.Part0 = hat
  2367. hatweld.Part1 = head
  2368. hatweld.C0 = CFrame.new(0, -0.1, 0.05)
  2369. end
  2370. end
  2371.  
  2372. if k == "l" then
  2373. if dancing then return end
  2374. if not sitting then
  2375. dancing = true
  2376. foxie = true
  2377. fox_say:play()
  2378. hat = Instance.new("Part", char)
  2379. hat.FormFactor = "Custom"
  2380. hat.CanCollide = false
  2381. hat.Size = head.Size
  2382. hat.Locked = true
  2383. hat:breakJoints()
  2384. local hatmesh = Instance.new("SpecialMesh", hat)
  2385. hatmesh.MeshId = "http://www.roblox.com/asset/?id=25266225"
  2386. hatmesh.TextureId = "http://www.roblox.com/asset/?id=25266210"
  2387. hatmesh.Scale = Vector3.new(.2, .2, .2)
  2388. local hatweld = Instance.new("Weld", hat)
  2389. hatweld.Part0 = hat
  2390. hatweld.Part1 = head
  2391. hatweld.C0 = CFrame.new(0, -0.1, 0)
  2392. end
  2393.  
  2394. end
  2395. if k == "f" then
  2396. if dancing then return end
  2397. if not sitting then
  2398. dancing = true
  2399. durka = true
  2400. durk:play()
  2401. end
  2402. end
  2403. if k == "g" then
  2404. if dancing then return end
  2405. if not sitting then
  2406. dancing = true
  2407. saxguy = true
  2408. sax_guy:play()
  2409. hat = Instance.new("Part", char)
  2410. hat.FormFactor = "Custom"
  2411. hat.CanCollide = false
  2412. hat.Size = head.Size
  2413. hat.Locked = true
  2414. hat:breakJoints()
  2415. local hatmesh = Instance.new("SpecialMesh", hat)
  2416. hatmesh.MeshId = "http://www.roblox.com/asset/?id=44410178"
  2417. hatmesh.TextureId = "http://www.roblox.com/asset/?id=44410320"
  2418. hatmesh.Scale = Vector3.new(.25, .25, .25)
  2419. local hatweld = Instance.new("Weld", hat)
  2420. hatweld.Part0 = hat
  2421. hatweld.Part1 = la
  2422. hatweld.C0 = CFrame.new(-0.18, -0.05, .04) * CFrame.Angles(math.pi - math.rad(18), 0, math.pi/4)
  2423. end
  2424. end
  2425.  
  2426.  
  2427.  
  2428.  
  2429. if k == "q" then
  2430. if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then return end
  2431. if sitting then return end
  2432. looking = true
  2433. rj.C0 = CFrame.new(-math.pi/6, 0,0) * CFrame.Angles(0, 0, math.pi/4)
  2434. end
  2435. if k == "e" then
  2436. if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then return end
  2437. if sitting then return end
  2438. looking = true
  2439. rj.C0 = CFrame.new(math.pi/6, 0,0) * CFrame.Angles(0, 0, -math.pi/4)
  2440. end
  2441. if k == "t" then
  2442. if dancing then return end
  2443. if sitting then return end
  2444. dancing = true
  2445. aj:play()
  2446. end
  2447. if string.byte(k) == 48 or string.byte(k) == 47 then
  2448. if sitting then return end
  2449. humanoid.WalkSpeed = 18
  2450. end
  2451. if string.byte(k) == 52 then
  2452. if sitting then return end
  2453. humanoid.WalkSpeed = 6
  2454. end
  2455. end)
  2456.  
  2457. mouse.KeyUp:connect(function(k)
  2458. if string.byte(k) == 48 or string.byte(k) == 47 then
  2459. if sitting then return end
  2460. humanoid.WalkSpeed = 11
  2461. end
  2462. if k == "w" or k == "a" or k == "s" or k == "d" or string.byte(k) == 32 then
  2463. superannoying = false
  2464. barrelroll = false
  2465. heya = false
  2466. dubstepgun = false
  2467. youpirate = false
  2468. canttouch = false
  2469. gangnam = false
  2470. sheddy = false
  2471. durka = false
  2472. saxguy = false
  2473. foxie = false
  2474. burndem = false
  2475. bronymusic = false
  2476. aj:stop()
  2477. brony_music:stop()
  2478. fox_say:stop()
  2479. spitfire:stop()
  2480. heman:stop()
  2481. justin:stop()
  2482. jb = false
  2483. durk:stop()
  2484. restorecolors()
  2485. burn_dem:stop()
  2486. if hat then
  2487. hat:Destroy()
  2488. end
  2489. sax_guy:stop()
  2490. gangy_style:stop()
  2491. cant_touch:stop()
  2492. you_are_pirate:stop()
  2493. dubstep_gun:stop()
  2494. super_annoying:stop()
  2495. barrel_roll:stop()
  2496. dancing = false
  2497. global_wait = 0
  2498. LightForTorso.Color = torso.BrickColor.Color
  2499. end
  2500.  
  2501.  
  2502. if k == "q" then
  2503. if looking then
  2504. if sitting then return end
  2505. rj.C0 = CFrame.new()
  2506. looking = false
  2507. end
  2508. end
  2509.  
  2510. if k == "e" then
  2511. if looking then
  2512. if sitting then return end
  2513. rj.C0 = CFrame.new()
  2514. looking = false
  2515. end
  2516. end
  2517. end)
  2518.  
  2519.  
  2520. game:service'RunService'.Stepped:connect(function()
  2521. count = (count % 100) + countspeed
  2522. angle = math.pi * math.sin(math.pi*2/100*count)
  2523.  
  2524. if slidecount < slidecountmax then
  2525. slidecount = slidecount + speed
  2526. end
  2527. if slidecount > slidecountmax then
  2528. slidecount = slidecount - speed
  2529. end
  2530. if global_wait == 380 then global_wait = 0 end
  2531.  
  2532. sine = sine + sinespeed
  2533. if not dancing then
  2534. if not sitting then
  2535. local ray = Ray.new(rootpart.Position, Vector3.new(0, -1, 0))
  2536. local hitz, enz = workspace:FindPartOnRay(ray, char)
  2537. if not hitz then
  2538. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + angle*0.05, 0, 0)
  2539. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + -angle*0.05, 0, 0)
  2540. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.28, 0, 0)
  2541. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.28, 0, 0)
  2542. if not looking then
  2543. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  2544. end
  2545. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  2546. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 2 then
  2547.  
  2548. -- idle anim
  2549.  
  2550. anim = "Idle"
  2551. if anim ~= lastanim then
  2552. if lastanim == "Walking" then
  2553. speed = 0.5
  2554. slidecount = 1
  2555. slidecountmax = 0
  2556. elseif lastanim == "Running" then
  2557. speed = 2.5
  2558. slidecount = 5
  2559. slidecountmax = 0
  2560. else
  2561. slidecount = 0
  2562. slidecountmax = 0
  2563. end
  2564. end
  2565. countspeed = 1
  2566. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(angle*0.02, 0, 0)
  2567. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-angle*0.02, 0, 0)
  2568. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.01, 0, 0)
  2569. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.01, 0, 0)
  2570. if not looking then
  2571. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  2572. end
  2573. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  2574. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 14 then
  2575. looking = false
  2576. -- walk anim
  2577. anim = "Walking"
  2578. if anim ~= lastanim then
  2579. speed = 0.2
  2580. slidecount = 0
  2581. slidecountmax = 1
  2582. if lastanim == "Running" then
  2583. slidecount = 5
  2584. end
  2585. end
  2586. countspeed = 6
  2587. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(angle*0.3, 0, math.abs(angle*0.02))
  2588. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-angle*0.3, 0, -math.abs(angle*0.02))
  2589. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.28, 0, -math.abs(angle*0.01))
  2590. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.28, 0, math.abs(angle*0.01))
  2591. rj.C0 = CFrame.new(0, math.abs(-angle*0.035), 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  2592. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  2593. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then
  2594. --run anim
  2595. anim = "Running"
  2596. if anim ~= lastanim then
  2597. speed = 1
  2598. slidecount = 0
  2599. slidecountmax = 5
  2600. if lastanim == "Walking" then
  2601. slidecount = 1
  2602. end
  2603. end
  2604.  
  2605. looking = false
  2606. countspeed = 9
  2607. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(angle*0.4, 0, math.abs(angle*0.07))
  2608. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-angle*0.4, 0, -math.abs(angle*0.07))
  2609. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-angle*0.38, 0, -math.abs(angle*0.03))
  2610. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(angle*0.38, 0, math.abs(angle*0.03))
  2611. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  2612. rj.C0 = CFrame.new(0, math.abs(-angle*.055), 0) * CFrame.Angles(-math.pi/8/5*slidecount, math.sin(angle*0.05), 0)
  2613. end
  2614.  
  2615. lastanim = anim
  2616. else
  2617. countspeed = 1
  2618. local ray = Ray.new(rootpart.Position, Vector3.new(0, -2, 0))
  2619. local hitz, enz = workspace:FindPartOnRay(ray, char)
  2620. if not hitz then
  2621. rj.C0 = CFrame.new(0, -0.5, 0) * CFrame.Angles(-math.pi/2, 0, 0)
  2622. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.rad(30), 0, -math.pi/16)
  2623. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(math.rad(30), 0, math.pi/16)
  2624. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(-math.pi-math.rad(30), 0, -math.pi/10)
  2625. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-math.pi-math.rad(30), 0, math.pi/10)
  2626. else
  2627. rj.C0 = CFrame.new(0, -0.35, 0) * CFrame.Angles(math.rad(10), 0, 0)
  2628. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
  2629. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
  2630. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
  2631. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
  2632. end
  2633.  
  2634. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(angle*0.055, 0, 0)
  2635. end
  2636. else
  2637. if superannoying then
  2638. countspeed = 5
  2639. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  2640. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  2641. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2642. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2643. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2644. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  2645. elseif barrelroll then
  2646. countspeed = 5
  2647. sinespeed = 0.1
  2648. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, math.abs(angle*0.07))
  2649. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.07))
  2650. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(0, 0, -math.abs(angle*0.03))
  2651. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(0, 0, math.abs(angle*0.03))
  2652. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2653. rj.C0 = CFrame.new(math.sin(sine)*2.5, 0, 0) * CFrame.Angles(-math.pi/2, math.sin(sine)*4.5, 0)
  2654. elseif dubstepgun then
  2655. global_wait = (global_wait % 380) + 1
  2656. countspeed = 5
  2657. if global_wait < 249 - 40 then
  2658. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.27))
  2659. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.27))
  2660. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2661. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2662. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2663. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  2664. elseif global_wait > 249 - 40 then
  2665. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.4, 0, math.abs(angle*0.11))
  2666. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.11))
  2667. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.09))
  2668. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.09))
  2669. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2670. rj.C0 = CFrame.new(0, math.abs(-angle*.075), 0) * CFrame.Angles(0, math.pi/3 + math.sin(angle*0.15), 0)
  2671. end
  2672. elseif youpirate then
  2673. global_wait = (global_wait % 380) + 1
  2674. countspeed = 5
  2675. if global_wait < 79 then
  2676. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, -math.abs(angle*0.07))
  2677. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(angle*0.2, 0, math.abs(angle*0.07))
  2678. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2679. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2680. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2681. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  2682. elseif global_wait < 299 then
  2683. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, math.abs(angle*0.11))
  2684. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, 0, -math.abs(angle*0.11))
  2685. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.2, 0, -math.abs(angle*0.1))
  2686. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.2, 0, math.abs(angle*0.1))
  2687. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), math.sin(angle*0.19), 0)
  2688. rj.C0 = CFrame.new(0, math.abs(-angle*.055+0.2), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  2689. elseif global_wait > 299 then
  2690. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, -math.abs(angle*0.07))
  2691. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(angle*0.2, 0, math.abs(angle*0.07))
  2692. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2693. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2694. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2695. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, math.sin(angle*0.15), 0)
  2696. end
  2697. elseif canttouch then
  2698. countspeed = 5
  2699. global_wait = (global_wait % 160) + 1
  2700. if global_wait == 160 then global_wait = 0 end
  2701. if global_wait < 39 then
  2702. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  2703. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  2704. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2705. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2706. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2707. rj.C0 = CFrame.new(0, math.abs(-angle*.03), 0) * CFrame.Angles(0, -math.pi/6, 0)
  2708. elseif global_wait < 79 then
  2709. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, -math.abs(angle*0.07))
  2710. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, 0, math.abs(angle*0.07))
  2711. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.03))
  2712. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.1, 0, math.abs(angle*0.03))
  2713. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2714. rj.C0 = CFrame.new(0, math.abs(-angle*.03), 0) * CFrame.Angles(0, math.pi/6, 0)
  2715. elseif global_wait < 119 then
  2716. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(0.01, 0, 0.17)
  2717. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(0.01, 0, -0.17)
  2718. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), -math.abs(angle*0.06))
  2719. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), math.abs(angle*0.06))
  2720. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2721. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, 0, 0)
  2722. torso.CFrame = torso.CFrame * CFrame.new(0.05, 0, 0)
  2723. elseif global_wait > 119 then
  2724. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(0.01, 0, 0.17)
  2725. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(0.01, 0, -0.17)
  2726. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), -math.abs(angle*0.06))
  2727. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(0, -math.abs(angle*0.05), math.abs(angle*0.06))
  2728. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2729. rj.C0 = CFrame.new(0, math.abs(-angle*.02), 0) * CFrame.Angles(0, 0, 0)
  2730. torso.CFrame = torso.CFrame * CFrame.new(-0.05, 0, 0)
  2731. end
  2732. elseif gangnam then
  2733. countspeed = 5
  2734. if global_wait == 180 then global_wait = 0 end
  2735. global_wait = (global_wait % 180) + 1
  2736. if global_wait < 89 then
  2737. ls.C0 = CFrame.new(-.2,.1,-.1) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, math.pi/3 + math.abs(angle*0.05))
  2738. rs.C0 = CFrame.new(.2,.1,-.1) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, -math.pi/3 + -math.abs(angle*0.05))
  2739. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2740. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2741. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2742. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2743. elseif global_wait > 89 then
  2744. ls.C0 = CFrame.new(-.2,.1,-.1) * CFrame.Angles(math.pi/2.5 + math.abs(angle*0.2), 0, math.pi/3 + math.abs(angle*0.05))
  2745. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + math.sin(angle*0.1), 0, -math.sin(angle*0.1))
  2746. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2747. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2748. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2749. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2750. end
  2751. elseif foxie then
  2752. countspeed = 5
  2753. global_wait = (global_wait % 380) + 2
  2754. if global_wait < 89 then
  2755. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + math.abs(angle*0.1), 0, -math.abs(angle*0.2))
  2756. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + math.abs(angle*0.1), 0, math.abs(angle*0.2))
  2757. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2758. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2759. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2760. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.rad(global_wait*4), 0)
  2761. elseif global_wait > 89 then
  2762. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, math.abs(angle*0.05))
  2763. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, -math.abs(angle*0.05))
  2764. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, -math.abs(angle*0.03))
  2765. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, math.abs(angle*0.03))
  2766. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, math.sin(angle*0.1))
  2767. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2768. end
  2769. elseif durka then
  2770. countspeed = 2
  2771. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.2), 0, math.abs(angle*0.07))
  2772. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(angle*0.1, 0, -math.abs(angle*0.07))
  2773. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, 0, -math.abs(angle*0.03))
  2774. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, 0, math.abs(angle*0.03))
  2775. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2776. rj.C0 = CFrame.new(0, math.abs(-angle*.035), 0) * CFrame.Angles(0, math.sin(angle*0.05), 0)
  2777. elseif saxguy then
  2778. countspeed = 5
  2779. ls.C0 = CFrame.new(-.25,.1,-.1) * CFrame.Angles(math.pi/2.5, 0, math.pi/4)
  2780. rs.C0 = CFrame.new(.25,.1,-.1) * CFrame.Angles(math.rad(60), 0, -math.pi/4)
  2781. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, -0.06)
  2782. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-math.abs(angle*0.1), 0, 0.06)
  2783. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(0, 0, 0)
  2784. rj.C0 = CFrame.new(0, -math.abs(angle*0.01), math.abs(angle*0.01)) * CFrame.Angles(math.abs(angle*0.1), 0, 0)
  2785. elseif heya then
  2786. countspeed = 5
  2787. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi + -angle*0.2, -angle*0.1, 0)
  2788. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi + angle*0.2, angle*0.1, 0)
  2789. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2790. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2791. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2792. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.sin(angle*0.07), 0)
  2793. elseif jb then
  2794. countspeed = 5
  2795. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/2 + -angle*0.2, -angle*0.1, 0)
  2796. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/2 + angle*0.2, angle*0.1, 0)
  2797. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2798. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2799. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2800. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  2801. elseif bronymusic then
  2802. countspeed = 5
  2803. ls.C0 = CFrame.new(-.1,.1,-.15) * CFrame.Angles(math.pi/2 + -angle*0.1, -angle*0.1, 0)
  2804. rs.C0 = CFrame.new(.1,.1,-.15) * CFrame.Angles(math.pi/2 + angle*0.1, angle*0.1, 0)
  2805. lh.C0 = CFrame.new(-.1,-.25,0) * CFrame.Angles(math.pi/2 + angle*0.1, 0, 0)
  2806. rh.C0 = CFrame.new(.1,-.25,0) * CFrame.Angles(math.pi/2 + -angle*0.1, 0, 0)
  2807. neck.C0 = CFrame.new(0,.25,0) * CFrame.Angles(math.pi/2 + math.abs(angle*0.25), 0, 0)
  2808. rj.C0 = CFrame.new(0, -0.2 + math.abs(angle*0.05), 0) * CFrame.Angles(-math.rad(85), 0, 0)
  2809. elseif sheddy then
  2810. countspeed = 7
  2811. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/4 + -angle*0.4, -angle*0.1, 0)
  2812. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/4 + angle*0.4, angle*0.1, 0)
  2813. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2814. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2815. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2816. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  2817. elseif burndem then
  2818. countspeed = 4
  2819. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/4 + -angle*0.4, -angle*0.1, 0)
  2820. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/4 + angle*0.4, angle*0.1, 0)
  2821. lh.C0 = CFrame.new(-.1,-.2,0) * CFrame.Angles(angle*0.05, angle*0.1, -0.06)
  2822. rh.C0 = CFrame.new(.1,-.2,0) * CFrame.Angles(-angle*0.05, -angle*0.1, 0.06)
  2823. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2824. rj.C0 = CFrame.new(0, math.abs(angle*0.05), 0) * CFrame.Angles(0, math.abs(angle*0.1), 0)
  2825. elseif aj.IsPlaying then
  2826. countspeed = 5
  2827. ls.C0 = CFrame.new(-.3,.1,0) * CFrame.Angles(math.pi/4 + -(angle)*0.4, -angle*0.1, 0)
  2828. rs.C0 = CFrame.new(.3,.1,0) * CFrame.Angles(math.pi/4 + (angle)*0.4, -angle*0.1, 0)
  2829. lh.C0 = CFrame.new(-.1,-.2 - math.cos(count*.025)*.02,0) * CFrame.Angles(angle*0.05, 0, -0.06)
  2830. rh.C0 = CFrame.new(.1,-.2+math.cos(count*.025)*.02,0) * CFrame.Angles(-angle*0.05, 0, 0.06)
  2831. neck.C0 = CFrame.new(0,.2,0) * CFrame.Angles(math.abs(0.2), 0, 0)
  2832. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(0, math.cos(angle*0.1), 0)
  2833. end
  2834. end
  2835. end)
  2836.  
  2837.  
  2838. plr.Chatted:connect(function(msg)
  2839. game:service'Chat':Chat(head, msg, 1)
  2840. if msg == "die/" then
  2841. char:breakJoints()
  2842. end
  2843. end)
  2844.  
  2845. end)
  2846. if not ran and err then
  2847. print(err)
  2848. end
  2849.  
  2850. end)
  2851.  
  2852. Sound.SoundId = 'rbxassetid://596837391'
  2853. Sound.Name = 'sySound'
  2854. Sound.Volume = .3
  2855. Sound:Play()
  2856. local Run = game:GetService('RunService')
  2857. local img = ImageLabel
  2858. Run.Heartbeat:Connect(function()
  2859. local PL = Sound.PlaybackLoudness
  2860. img.Rotation = PL/25+img.Rotation
  2861. end)
Advertisement
Add Comment
Please, Sign In to add comment