Advertisement
Animescapetower

Trail

Apr 6th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.41 KB | None | 0 0
  1. Torso = game.Players.LocalPlayer.Character.HumanoidRootPart
  2. Character = game.Players.LocalPlayer.Character--Updated, for visualizers
  3.  
  4. fold = Instance.new("Folder")
  5. fold.Parent = Character
  6.  
  7.  
  8. Sound = Instance.new("Sound",Torso)
  9. Sound.SoundId = ""
  10. Sound.PlaybackSpeed = 1
  11. Sound.Volume = 1
  12. Sound.Looped = true
  13. Sound:Play()
  14.  
  15.  
  16.  
  17.  
  18.  
  19. mas = game:GetService("Players").LocalPlayer.PlayerGui
  20. NumberValue0 = Instance.new("NumberValue")
  21. NumberValue0.Value = 1
  22. NumberValue0.Name = "Pitch"
  23. TextBox1 = Instance.new("TextBox")
  24. TextButton2 = Instance.new("TextButton")
  25. TextButton3 = Instance.new("TextButton")
  26. TextButton4 = Instance.new("TextButton")
  27. TextButton5 = Instance.new("TextButton")
  28. TextButton6 = Instance.new("TextButton")
  29. TextButton7 = Instance.new("TextButton")
  30. TextLabel8 = Instance.new("TextLabel")
  31. TextLabel9 = Instance.new("TextLabel")
  32. Frame10 = Instance.new("Frame")
  33. TextBox11 = Instance.new("TextBox")
  34. TextLabel12 = Instance.new("TextLabel")
  35. TextButton13 = Instance.new("TextButton")
  36. TextButton14 = Instance.new("TextButton")
  37.  
  38. TextLabel16 = Instance.new("TextLabel")
  39. TextButton17 = Instance.new("TextButton")
  40. TextButton18 = Instance.new("TextButton")
  41. TextButton19 = Instance.new("TextButton")
  42. TextButton20 = Instance.new("TextButton")
  43. TextButton21 = Instance.new("TextButton")
  44. TextButton22 = Instance.new("TextButton")
  45. TextLabel23 = Instance.new("TextLabel")
  46. ScreenGui24 = Instance.new("ScreenGui")
  47. Frame25 = Instance.new("Frame")
  48. SoundId = Instance.new("TextBox")
  49. volume = Instance.new("TextLabel")
  50. UpArrowVol = Instance.new("TextButton")
  51. DownArrowVol = Instance.new("TextButton")
  52. NumberValue30 = Instance.new("NumberValue")
  53. Pitch = Instance.new("TextLabel")
  54. v2 = Instance.new("TextButton")
  55. v3 = Instance.new("TextButton")
  56. TextButton34 = Instance.new("TextButton")
  57. TextButton35 = Instance.new("TextButton")
  58. TextButton36 = Instance.new("TextButton")
  59. TextButton37 = Instance.new("TextButton")
  60. TextLabel38 = Instance.new("TextLabel")
  61. NumberValue30.Name = "Volume"
  62. NumberValue30.Parent = Frame25
  63. SoundId.Parent = Frame25
  64. SoundId.Transparency = 0.20000000298023
  65. SoundId.Size = UDim2.new(0, 200, 0, 20)
  66. SoundId.Text = "PutSoundIdHere"
  67. SoundId.BackgroundColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  68. SoundId.BackgroundTransparency = 0.20000000298023
  69. SoundId.BorderSizePixel = 0
  70. SoundId.Font = Enum.Font.SourceSans
  71. SoundId.FontSize = Enum.FontSize.Size14
  72. SoundId.TextScaled = true
  73. SoundId.TextWrapped = true
  74. UpArrowVol.Name = "UpArrowVol"
  75. UpArrowVol.Parent = Frame25
  76. UpArrowVol.Size = UDim2.new(0, 50, 0, 39)
  77. UpArrowVol.Text = "V"
  78. UpArrowVol.Position = UDim2.new(0, 250, 0, 60)
  79. UpArrowVol.BackgroundColor3 = Color3.new(1, 1, 1)
  80. UpArrowVol.BorderSizePixel = 0
  81. UpArrowVol.Font = Enum.Font.SourceSans
  82. UpArrowVol.FontSize = Enum.FontSize.Size14
  83. UpArrowVol.TextScaled = true
  84. UpArrowVol.TextWrapped = true
  85. DownArrowVol.Name = "DownArrowVol"
  86. DownArrowVol.Parent = Frame25
  87. DownArrowVol.Rotation = 180
  88. DownArrowVol.Size = UDim2.new(0, 50, 0, 39)
  89. DownArrowVol.Text = "V"
  90. DownArrowVol.Position = UDim2.new(0, 250, 0, 22)
  91. DownArrowVol.BackgroundColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  92. DownArrowVol.BorderSizePixel = 0
  93. DownArrowVol.Font = Enum.Font.SourceSans
  94. DownArrowVol.FontSize = Enum.FontSize.Size14
  95. DownArrowVol.TextScaled = true
  96. DownArrowVol.TextWrapped = true
  97. v3.Name = "DownArrowPitch"
  98. v3.Parent = Frame25
  99. v3.Rotation = 180
  100. v3.Size = UDim2.new(0, 50, 0, 19)
  101. v3.Text = "V-2"
  102. v3.Position = UDim2.new(0, 0, 0, 60)
  103. v3.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  104. v3.BorderSizePixel = 0
  105. v3.Font = Enum.Font.SourceSans
  106. v3.FontSize = Enum.FontSize.Size14
  107. v3.TextScaled = true
  108. v3.TextWrapped = true
  109. TextButton34.Name = "Play"
  110. TextButton34.Parent = Frame25
  111. TextButton34.Size = UDim2.new(0, 100, 0, 23)
  112. TextButton34.Text = "Play"
  113. TextButton34.Position = UDim2.new(0, 0, 0, 170)
  114. TextButton34.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  115. TextButton34.BorderSizePixel = 0
  116. TextButton34.Font = Enum.Font.SourceSans
  117. TextButton34.FontSize = Enum.FontSize.Size14
  118. TextButton34.TextColor3 = Color3.new(0, 0, 0)
  119. TextButton34.TextScaled = true
  120. TextButton34.TextWrapped = true
  121. TextButton35.Name = "Stop"
  122. TextButton35.Parent = Frame25
  123. TextButton35.Size = UDim2.new(0, 100, 0, 23)
  124. TextButton35.Text = "Stop"
  125. TextButton35.Position = UDim2.new(0, 200, 0, 170)
  126. TextButton35.BackgroundColor3 = Color3.new(1, 0, 0)
  127. TextButton35.BorderSizePixel = 0
  128. TextButton35.Font = Enum.Font.SourceSans
  129. TextButton35.FontSize = Enum.FontSize.Size14
  130. TextButton35.TextColor3 = Color3.new(0, 0, 0)
  131. TextButton35.TextScaled = true
  132. TextButton35.TextWrapped = true
  133. v2.Name = "UpArrowPitch"
  134. v2.Parent = Frame25
  135. v2.Size = UDim2.new(0, 50, 0, 19)
  136. v2.Text = "V-2"
  137. v2.Position = UDim2.new(0, 0, 0, 79)
  138. v2.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  139. v2.BorderSizePixel = 0
  140. v2.Font = Enum.Font.SourceSans
  141. v2.FontSize = Enum.FontSize.Size14
  142. v2.TextScaled = true
  143. v2.TextWrapped = true
  144. volume.Name = "Vol"
  145. volume.Parent = Frame25
  146. volume.Size = UDim2.new(0, 200, 0, 20)
  147. volume.Text = "Volume = 6"
  148. volume.Position = UDim2.new(0, 0, 0, 20)
  149. volume.BackgroundColor3 = Color3.new(1, 1, 1)
  150. volume.BorderSizePixel = 0
  151. volume.Font = Enum.Font.SourceSans
  152. volume.FontSize = Enum.FontSize.Size14
  153. volume.TextScaled = true
  154. volume.TextWrapped = true
  155. Pitch.Name = "Pitch"
  156. Pitch.Parent = Frame25
  157. Pitch.Size = UDim2.new(0, 200, 0, 20)
  158. Pitch.Text = "Pitch = 1"
  159. Pitch.Position = UDim2.new(0, 0, 0, 40)
  160. Pitch.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  161. Pitch.BorderSizePixel = 0
  162. Pitch.Font = Enum.Font.SourceSans
  163. Pitch.FontSize = Enum.FontSize.Size14
  164. Pitch.TextScaled = true
  165. Pitch.TextWrapped = true
  166. Frame25.Parent = ScreenGui24
  167. Frame25.Size = UDim2.new(0, 300, 0, 200)
  168. Frame25.Position = UDim2.new(0, 0, 0, 50)
  169. Frame25.BackgroundColor3 = Color3.new(0.796079, 0.796079, 0.796079)
  170. Frame25.BorderSizePixel = 0
  171. SoundId.Parent = Frame25
  172. SoundId.Transparency = 0.20000000298023
  173. SoundId.Size = UDim2.new(0, 200, 0, 20)
  174. SoundId.Text = "PutSoundIdHere"
  175. SoundId.BackgroundColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  176. SoundId.BackgroundTransparency = 0.20000000298023
  177. SoundId.BorderSizePixel = 0
  178. SoundId.Font = Enum.Font.SourceSans
  179. SoundId.FontSize = Enum.FontSize.Size14
  180. SoundId.TextScaled = true
  181. SoundId.TextWrapped = true
  182. volume.Name = "Vol"
  183. volume.Parent = Frame25
  184. volume.Size = UDim2.new(0, 200, 0, 20)
  185. volume.Text = "Volume = 6"
  186. volume.Position = UDim2.new(0, 0, 0, 20)
  187. volume.BackgroundColor3 = Color3.new(1, 1, 1)
  188. volume.BorderSizePixel = 0
  189. volume.Font = Enum.Font.SourceSans
  190. volume.FontSize = Enum.FontSize.Size14
  191. volume.TextScaled = true
  192. volume.TextWrapped = true
  193. UpArrowVol.Name = "UpArrowVol"
  194. UpArrowVol.Parent = Frame25
  195. UpArrowVol.Size = UDim2.new(0, 50, 0, 39)
  196. UpArrowVol.Text = "V"
  197. UpArrowVol.Position = UDim2.new(0, 250, 0, 60)
  198. UpArrowVol.BackgroundColor3 = Color3.new(1, 1, 1)
  199. UpArrowVol.BorderSizePixel = 0
  200. UpArrowVol.Font = Enum.Font.SourceSans
  201. UpArrowVol.FontSize = Enum.FontSize.Size14
  202. UpArrowVol.TextScaled = true
  203. UpArrowVol.TextWrapped = true
  204. DownArrowVol.Name = "DownArrowVol"
  205. DownArrowVol.Parent = Frame25
  206. DownArrowVol.Rotation = 180
  207. DownArrowVol.Size = UDim2.new(0, 50, 0, 39)
  208. DownArrowVol.Text = "V"
  209. DownArrowVol.Position = UDim2.new(0, 250, 0, 22)
  210. DownArrowVol.BackgroundColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  211. DownArrowVol.BorderSizePixel = 0
  212. DownArrowVol.Font = Enum.Font.SourceSans
  213. DownArrowVol.FontSize = Enum.FontSize.Size14
  214. DownArrowVol.TextScaled = true
  215. DownArrowVol.TextWrapped = true
  216. NumberValue30.Name = "Volume"
  217. NumberValue30.Parent = Frame25
  218. Pitch.Name = "Pitch"
  219. Pitch.Parent = Frame25
  220. Pitch.Size = UDim2.new(0, 200, 0, 20)
  221. Pitch.Text = "Pitch = 1"
  222. Pitch.Position = UDim2.new(0, 0, 0, 40)
  223. Pitch.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  224. Pitch.BorderSizePixel = 0
  225. Pitch.Font = Enum.Font.SourceSans
  226. Pitch.FontSize = Enum.FontSize.Size14
  227. Pitch.TextScaled = true
  228. Pitch.TextWrapped = true
  229. v2.Name = "UpArrowPitch"
  230. v2.Parent = Frame25
  231. v2.Size = UDim2.new(0, 50, 0, 19)
  232. v2.Text = "V-2"
  233. v2.Position = UDim2.new(0, 0, 0, 79)
  234. v2.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  235. v2.BorderSizePixel = 0
  236. v2.Font = Enum.Font.SourceSans
  237. v2.FontSize = Enum.FontSize.Size14
  238. v2.TextScaled = true
  239. v2.TextWrapped = true
  240. v3.Name = "DownArrowPitch"
  241. v3.Parent = Frame25
  242. v3.Rotation = 180
  243. v3.Size = UDim2.new(0, 50, 0, 19)
  244. v3.Text = "V-2"
  245. v3.Position = UDim2.new(0, 0, 0, 60)
  246. v3.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  247. v3.BorderSizePixel = 0
  248. v3.Font = Enum.Font.SourceSans
  249. v3.FontSize = Enum.FontSize.Size14
  250. v3.TextScaled = true
  251. v3.TextWrapped = true
  252. TextButton34.Name = "Play"
  253. TextButton34.Parent = Frame25
  254. TextButton34.Size = UDim2.new(0, 100, 0, 23)
  255. TextButton34.Text = "Play"
  256. TextButton34.Position = UDim2.new(0, 0, 0, 170)
  257. TextButton34.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  258. TextButton34.BorderSizePixel = 0
  259. TextButton34.Font = Enum.Font.SourceSans
  260. TextButton34.FontSize = Enum.FontSize.Size14
  261. TextButton34.TextColor3 = Color3.new(0, 0, 0)
  262. TextButton34.TextScaled = true
  263. TextButton34.TextWrapped = true
  264. TextButton35.Name = "Stop"
  265. TextButton35.Parent = Frame25
  266. TextButton35.Size = UDim2.new(0, 100, 0, 23)
  267. TextButton35.Text = "Stop"
  268. TextButton35.Position = UDim2.new(0, 200, 0, 170)
  269. TextButton35.BackgroundColor3 = Color3.new(1, 0, 0)
  270. TextButton35.BorderSizePixel = 0
  271. TextButton35.Font = Enum.Font.SourceSans
  272. TextButton35.FontSize = Enum.FontSize.Size14
  273. TextButton35.TextColor3 = Color3.new(0, 0, 0)
  274. TextButton35.TextScaled = true
  275. TextButton35.TextWrapped = true
  276. TextButton36.Name = "Close"
  277. TextButton36.Parent = ScreenGui24
  278. TextButton36.Size = UDim2.new(0, 100, 0, 33)
  279. TextButton36.Text = "Close"
  280. TextButton36.Position = UDim2.new(0, 300, 0, 170)
  281. TextButton36.BackgroundColor3 = Color3.new(1, 1, 1)
  282. TextButton36.BorderSizePixel = 0
  283. TextButton36.Font = Enum.Font.SourceSans
  284. TextButton36.FontSize = Enum.FontSize.Size14
  285. TextButton36.TextScaled = true
  286. TextButton36.TextWrapped = true
  287. TextButton37.Name = "Open"
  288. TextButton37.Parent = ScreenGui24
  289. TextButton37.Size = UDim2.new(0, 100, 0, 33)
  290. TextButton37.Text = "Open"
  291. TextButton37.Position = UDim2.new(0, 300, 0, 170)
  292. TextButton37.Visible = false
  293. TextButton37.BackgroundColor3 = Color3.new(1, 1, 1)
  294. TextButton37.BorderSizePixel = 0
  295. TextButton37.Font = Enum.Font.SourceSans
  296. TextButton37.FontSize = Enum.FontSize.Size14
  297. TextButton37.TextScaled = true
  298. TextButton37.TextWrapped = true
  299. TextLabel38.Parent = ScreenGui24
  300. TextLabel38.Size = UDim2.new(0, 300, 0, 50)
  301. TextLabel38.Text = "v-Visualizer-v"
  302. TextLabel38.BackgroundColor3 = Color3.new(1, 1, 1)
  303. TextLabel38.BorderSizePixel = 0
  304. TextLabel38.Font = Enum.Font.SourceSans
  305. TextLabel38.FontSize = Enum.FontSize.Size14
  306. TextLabel38.TextScaled = true
  307. TextLabel38.TextWrapped = true
  308. ScreenGui24.Parent = mas
  309. Frame25.Parent = ScreenGui24
  310. Frame25.Size = UDim2.new(0, 300, 0, 200)
  311. Frame25.Position = UDim2.new(0, 0, 0, 50)
  312. Frame25.BackgroundColor3 = Color3.new(0.796079, 0.796079, 0.796079)
  313. Frame25.BorderSizePixel = 0
  314. SoundId.Parent = Frame25
  315. SoundId.Transparency = 0.20000000298023
  316. SoundId.Size = UDim2.new(0, 200, 0, 20)
  317. SoundId.Text = "PutSoundIdHere"
  318. SoundId.BackgroundColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  319. SoundId.BackgroundTransparency = 0.20000000298023
  320. SoundId.BorderSizePixel = 0
  321. SoundId.Font = Enum.Font.SourceSans
  322. SoundId.FontSize = Enum.FontSize.Size14
  323. SoundId.TextScaled = true
  324. SoundId.TextWrapped = true
  325. volume.Name = "Vol"
  326. volume.Parent = Frame25
  327. volume.Size = UDim2.new(0, 200, 0, 20)
  328. volume.Text = "Volume = ".. NumberValue30.Value
  329. volume.Position = UDim2.new(0, 0, 0, 20)
  330. volume.BackgroundColor3 = Color3.new(1, 1, 1)
  331. volume.BorderSizePixel = 0
  332. volume.Font = Enum.Font.SourceSans
  333. volume.FontSize = Enum.FontSize.Size14
  334. volume.TextScaled = true
  335. volume.TextWrapped = true
  336. UpArrowVol.Name = "UpArrowVol"
  337. UpArrowVol.Parent = Frame25
  338. UpArrowVol.Size = UDim2.new(0, 50, 0, 39)
  339. UpArrowVol.Text = "V"
  340. UpArrowVol.Position = UDim2.new(0, 250, 0, 60)
  341. UpArrowVol.BackgroundColor3 = Color3.new(1, 1, 1)
  342. UpArrowVol.BorderSizePixel = 0
  343. UpArrowVol.Font = Enum.Font.SourceSans
  344. UpArrowVol.FontSize = Enum.FontSize.Size14
  345. UpArrowVol.TextScaled = true
  346. UpArrowVol.TextWrapped = true
  347. DownArrowVol.Name = "DownArrowVol"
  348. DownArrowVol.Parent = Frame25
  349. DownArrowVol.Rotation = 180
  350. DownArrowVol.Size = UDim2.new(0, 50, 0, 39)
  351. DownArrowVol.Text = "V"
  352. DownArrowVol.Position = UDim2.new(0, 250, 0, 22)
  353. DownArrowVol.BackgroundColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  354. DownArrowVol.BorderSizePixel = 0
  355. DownArrowVol.Font = Enum.Font.SourceSans
  356. DownArrowVol.FontSize = Enum.FontSize.Size14
  357. DownArrowVol.TextScaled = true
  358. DownArrowVol.TextWrapped = true
  359. NumberValue30.Name = "Volume"
  360. NumberValue30.Parent = Frame25
  361. Pitch.Name = "Pitch"
  362. Pitch.Parent = Frame25
  363. Pitch.Size = UDim2.new(0, 200, 0, 20)
  364. Pitch.Text = "Pitch = 1"
  365. Pitch.Position = UDim2.new(0, 0, 0, 40)
  366. Pitch.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  367. Pitch.BorderSizePixel = 0
  368. Pitch.Font = Enum.Font.SourceSans
  369. Pitch.FontSize = Enum.FontSize.Size14
  370. Pitch.TextScaled = true
  371. Pitch.TextWrapped = true
  372. v2.Name = "UpArrowPitch"
  373. v2.Parent = Frame25
  374. v2.Size = UDim2.new(0, 50, 0, 19)
  375. v2.Text = "V-2"
  376. v2.Position = UDim2.new(0, 0, 0, 79)
  377. v2.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  378. v2.BorderSizePixel = 0
  379. v2.Font = Enum.Font.SourceSans
  380. v2.FontSize = Enum.FontSize.Size14
  381. v2.TextScaled = true
  382. v2.TextWrapped = true
  383. v3.Name = "DownArrowPitch"
  384. v3.Parent = Frame25
  385. v3.Rotation = 180
  386. v3.Size = UDim2.new(0, 50, 0, 19)
  387. v3.Text = "V-2"
  388. v3.Position = UDim2.new(0, 0, 0, 60)
  389. v3.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  390. v3.BorderSizePixel = 0
  391. v3.Font = Enum.Font.SourceSans
  392. v3.FontSize = Enum.FontSize.Size14
  393. v3.TextScaled = true
  394. v3.TextWrapped = true
  395. TextButton34.Name = "Play"
  396. TextButton34.Parent = Frame25
  397. TextButton34.Size = UDim2.new(0, 100, 0, 23)
  398. TextButton34.Text = "Play"
  399. TextButton34.Position = UDim2.new(0, 0, 0, 170)
  400. TextButton34.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  401. TextButton34.BorderSizePixel = 0
  402. TextButton34.Font = Enum.Font.SourceSans
  403. TextButton34.FontSize = Enum.FontSize.Size14
  404. TextButton34.TextColor3 = Color3.new(0, 0, 0)
  405. TextButton34.TextScaled = true
  406. TextButton34.TextWrapped = true
  407. TextButton35.Name = "Stop"
  408. TextButton35.Parent = Frame25
  409. TextButton35.Size = UDim2.new(0, 100, 0, 23)
  410. TextButton35.Text = "Stop"
  411. TextButton35.Position = UDim2.new(0, 200, 0, 170)
  412. TextButton35.BackgroundColor3 = Color3.new(1, 0, 0)
  413. TextButton35.BorderSizePixel = 0
  414. TextButton35.Font = Enum.Font.SourceSans
  415. TextButton35.FontSize = Enum.FontSize.Size14
  416. TextButton35.TextColor3 = Color3.new(0, 0, 0)
  417. TextButton35.TextScaled = true
  418. TextButton35.TextWrapped = true
  419. TextButton36.Name = "Close"
  420. TextButton36.Parent = ScreenGui24
  421. TextButton36.Size = UDim2.new(0, 100, 0, 33)
  422. TextButton36.Text = "Close"
  423. TextButton36.Position = UDim2.new(0, 300, 0, 170)
  424. TextButton36.BackgroundColor3 = Color3.new(1, 1, 1)
  425. TextButton36.BorderSizePixel = 0
  426. TextButton36.Font = Enum.Font.SourceSans
  427. TextButton36.FontSize = Enum.FontSize.Size14
  428. TextButton36.TextScaled = true
  429. TextButton36.TextWrapped = true
  430. TextButton37.Name = "Open"
  431. TextButton37.Parent = ScreenGui24
  432. TextButton37.Size = UDim2.new(0, 100, 0, 33)
  433. TextButton37.Text = "Open"
  434. TextButton37.Position = UDim2.new(0, 300, 0, 170)
  435. TextButton37.Visible = false
  436. TextButton37.BackgroundColor3 = Color3.new(1, 1, 1)
  437. TextButton37.BorderSizePixel = 0
  438. TextButton37.Font = Enum.Font.SourceSans
  439. TextButton37.FontSize = Enum.FontSize.Size14
  440. TextButton37.TextScaled = true
  441. TextButton37.TextWrapped = true
  442. TextLabel38.Parent = ScreenGui24
  443. TextLabel38.Size = UDim2.new(0, 300, 0, 50)
  444. TextLabel38.Text = "v-Sound Changer-v"
  445. TextLabel38.BackgroundColor3 = Color3.new(1, 1, 1)
  446. TextLabel38.BorderSizePixel = 0
  447. TextLabel38.Font = Enum.Font.SourceSans
  448. TextLabel38.FontSize = Enum.FontSize.Size14
  449. TextLabel38.TextScaled = true
  450. TextLabel38.TextWrapped = true
  451. NumberValue0.Value = 1
  452. NumberValue0.Name = "Pitch"
  453.  
  454. TextButton36.MouseButton1Click:Connect(function()
  455. Frame25.Visible = false
  456. TextButton36.Visible = false
  457. TextButton37.Visible = true
  458. end)
  459.  
  460. TextButton37.MouseButton1Click:Connect(function()
  461. Frame25.Visible = true
  462. TextButton36.Visible = true
  463. TextButton37.Visible = false
  464.  
  465. end)
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474. TextButton34.MouseButton1Click:Connect(function()
  475. Sound.SoundId = "rbxassetid://".. SoundId.Text
  476. Sound:Play()
  477.  
  478.  
  479. end)
  480. TextButton35.MouseButton1Click:Connect(function()
  481. Sound:Stop()
  482. end)
  483.  
  484.  
  485. function vol0()
  486. NumberValue30.Value = NumberValue30.Value - 0.1
  487. Sound.Volume = NumberValue30.Value
  488. volume.Text = "Volume = ".. NumberValue30.Value
  489.  
  490. end
  491.  
  492. function vol1()
  493. NumberValue30.Value = NumberValue30.Value + 0.1
  494. Sound.Volume = NumberValue30.Value
  495. volume.Text = "Volume = ".. NumberValue30.Value
  496.  
  497. end
  498.  
  499.  
  500. UpArrowVol.MouseButton1Click:Connect(vol0)
  501.  
  502. DownArrowVol.MouseButton1Click:Connect(vol1)
  503.  
  504.  
  505.  
  506. part = Instance.new("Part")
  507. part.Name = "Explosion"
  508. part.Material = Enum.Material.Neon
  509. part.BrickColor = workspace["Base"].BrickColor
  510. part.Size = Vector3.new(2,5,2)
  511.  
  512. part.Position = Torso.Position
  513.  
  514. part.Parent = fold
  515. part.CanCollide = false
  516. part.Anchored = true
  517. part.Transparency = 0.6 --2, 2, 1
  518.  
  519.  
  520. Torso2 = Instance.new("Part")
  521. Torso2.Name = "Torso"
  522. Torso2.Material = Enum.Material.Neon
  523. Torso2.BrickColor = workspace["Base"].BrickColor
  524. Torso2.Size = Vector3.new(2, 2, 1)
  525.  
  526. Torso2.Position = Torso.Position
  527.  
  528. Torso2.Parent = fold
  529. Torso2.CanCollide = false
  530. Torso2.Anchored = true
  531. Torso2.Transparency = 0.6 --2, 2, 1
  532.  
  533. p = Instance.new("Part")
  534. p.Name = " leg"
  535. p.Material = Enum.Material.Neon
  536. p.BrickColor = workspace["Base"].BrickColor
  537. p.Size = Vector3.new(1, 2, 1)
  538.  
  539. p.Position = Torso.Position
  540.  
  541. p.Parent = fold
  542. p.CanCollide = false
  543. p.Anchored = true
  544. p.Transparency = 0.6 --1, 2, 1
  545.  
  546. p2 = Instance.new("Part")
  547. p2.Name = " leg"
  548. p2.Material = Enum.Material.Neon
  549. p2.BrickColor = workspace["Base"].BrickColor
  550. p2.Size = Vector3.new(1, 2, 1)
  551.  
  552. p2.Position = Torso.Position
  553.  
  554. p2.Parent = fold
  555. p2.CanCollide = false
  556. p2.Anchored = true
  557. p2.Transparency = 0.6 --1, 2, 1
  558.  
  559.  
  560.  
  561. p23 = Instance.new("Part")
  562. p23.Name = " arm"
  563. p23.Material = Enum.Material.Neon
  564. p23.BrickColor = workspace["Base"].BrickColor
  565. p23.Size = Vector3.new(1, 2, 1)
  566.  
  567. p23.Position = Torso.Position
  568.  
  569. p23.Parent = fold
  570. p23.CanCollide = false
  571. p23.Anchored = true
  572. p23.Transparency = 0.6 --1, 2, 1
  573.  
  574.  
  575.  
  576. p234 = Instance.new("Part")
  577. p234.Name = " arm"
  578. p234.Material = Enum.Material.Neon
  579. p234.BrickColor = workspace["Base"].BrickColor
  580. p234.Size = Vector3.new(1, 2, 1)
  581.  
  582. p234.Position = Torso.Position
  583.  
  584. p234.Parent = fold
  585. p234.CanCollide = false
  586. p234.Anchored = true
  587. p234.Transparency = 0.6 --1, 2, 1
  588.  
  589.  
  590.  
  591. Path = Instance.new("Part")
  592. Path.Name = "Trail"
  593. Path.Material = Enum.Material.Neon
  594. Path.BrickColor = workspace["Base"].BrickColor
  595. Path.Size = Vector3.new(1,5,1)
  596.  
  597. Path.Position = Torso.Position
  598.  
  599. Path.Parent = fold
  600. Path.CanCollide = false
  601. Path.Anchored = true
  602. Path.Transparency = 0.7
  603.  
  604. Path2 = Instance.new("Part")
  605. Path2.Name = "Trail2"
  606. Path2.BrickColor = workspace["Base"].BrickColor
  607. Path2.Size = Vector3.new(0.1,5,0.1)
  608.  
  609. Path2.Position = Torso.Position
  610.  
  611. Path2.Parent = fold
  612. Path2.CanCollide = false
  613. Path2.Anchored = true
  614. Path2.Transparency = 0.9
  615.  
  616.  
  617.  
  618.  
  619.  
  620. Debris = game:GetService("Debris")
  621.  
  622.  
  623.  
  624.  
  625. Still = Vector3.new(0,0,0)
  626. while true do--Trail
  627. wait()
  628. part.Position = Torso.Position
  629. part.Orientation = Torso.Orientation
  630. Path.Orientation = part.Orientation
  631. Path.Position = part.Position
  632. Path2.Orientation = Path.Orientation
  633. Path2.Position = Path.Position
  634. Torso2.Position = Torso.Position
  635. Torso2.Orientation = Torso.Orientation
  636. p.Position = Torso.Parent["Left Leg"].Position
  637. p.Orientation = Torso.Parent["Left Leg"].Orientation
  638. p2.Position = Torso.Parent["Right Leg"].Position
  639. p2.Orientation = Torso.Parent["Right Leg"].Orientation
  640. p23.Position = Torso.Parent["Left Arm"].Position
  641. p23.Orientation = Torso.Parent["Left Arm"].Orientation
  642. p234.Position = Torso.Parent["Right Arm"].Position
  643. p234.Orientation = Torso.Parent["Right Arm"].Orientation
  644. wait()
  645. if Character.Humanoid.MoveDirection ~= Still then
  646. Path.Transparency = 0.5
  647. Path2.Transparency = 0.7
  648. part.Transparency = 0.8
  649. Torso2.Transparency = 0.5
  650. p2.Transparency = 0.5
  651. p.Transparency = 0.5
  652. p23.Transparency = 0.5
  653. p234.Transparency = 0.5
  654. else
  655. Path.Transparency = 1
  656. Path2.Transparency =1
  657. part.Transparency = 1
  658. Torso2.Transparency = 1
  659. p2.Transparency = 1
  660. p.Transparency = 1
  661. p23.Transparency = 1
  662. p234.Transparency = 1
  663. end
  664.  
  665. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement