Advertisement
iiWolfie

music player gui

Jul 11th, 2016
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
  2. <External>null</External>
  3. <External>nil</External>
  4. <Item class="ScreenGui" referent="RBX9EED03AAD37049A79D72C60F5E6FAFC9">
  5. <Properties>
  6. <string name="Name">EarphonesGUI</string>
  7. </Properties>
  8. <Item class="Frame" referent="RBX93452A57C8E74722BB3089C9093BBBC1">
  9. <Properties>
  10. <bool name="Active">false</bool>
  11. <Color3 name="BackgroundColor3">4294967295</Color3>
  12. <float name="BackgroundTransparency">0</float>
  13. <Color3 name="BorderColor3">4279970357</Color3>
  14. <int name="BorderSizePixel">1</int>
  15. <bool name="ClipsDescendants">false</bool>
  16. <bool name="Draggable">false</bool>
  17. <string name="Name">Frame</string>
  18. <Ref name="NextSelectionDown">null</Ref>
  19. <Ref name="NextSelectionLeft">null</Ref>
  20. <Ref name="NextSelectionRight">null</Ref>
  21. <Ref name="NextSelectionUp">null</Ref>
  22. <UDim2 name="Position">
  23. <XS>0.5</XS>
  24. <XO>-125</XO>
  25. <YS>0.5</YS>
  26. <YO>-125</YO>
  27. </UDim2>
  28. <float name="Rotation">0</float>
  29. <bool name="Selectable">false</bool>
  30. <Ref name="SelectionImageObject">null</Ref>
  31. <UDim2 name="Size">
  32. <XS>0</XS>
  33. <XO>250</XO>
  34. <YS>0</YS>
  35. <YO>250</YO>
  36. </UDim2>
  37. <token name="SizeConstraint">0</token>
  38. <token name="Style">6</token>
  39. <bool name="Visible">true</bool>
  40. <int name="ZIndex">1</int>
  41. </Properties>
  42. <Item class="TextBox" referent="RBXB7193BFFD8F84BA1A657703723024DE1">
  43. <Properties>
  44. <bool name="Active">true</bool>
  45. <Color3 name="BackgroundColor3">4294967295</Color3>
  46. <float name="BackgroundTransparency">0</float>
  47. <Color3 name="BorderColor3">4279970357</Color3>
  48. <int name="BorderSizePixel">1</int>
  49. <bool name="ClearTextOnFocus">true</bool>
  50. <bool name="ClipsDescendants">false</bool>
  51. <bool name="Draggable">false</bool>
  52. <token name="Font">3</token>
  53. <token name="FontSize">5</token>
  54. <bool name="MultiLine">false</bool>
  55. <string name="Name">TextBox</string>
  56. <Ref name="NextSelectionDown">null</Ref>
  57. <Ref name="NextSelectionLeft">null</Ref>
  58. <Ref name="NextSelectionRight">null</Ref>
  59. <Ref name="NextSelectionUp">null</Ref>
  60. <UDim2 name="Position">
  61. <XS>0</XS>
  62. <XO>0</XO>
  63. <YS>0.5</YS>
  64. <YO>0</YO>
  65. </UDim2>
  66. <float name="Rotation">0</float>
  67. <bool name="Selectable">true</bool>
  68. <Ref name="SelectionImageObject">null</Ref>
  69. <UDim2 name="Size">
  70. <XS>1</XS>
  71. <XO>0</XO>
  72. <YS>0</YS>
  73. <YO>50</YO>
  74. </UDim2>
  75. <token name="SizeConstraint">0</token>
  76. <string name="Text">Sound ID</string>
  77. <Color3 name="TextColor3">4279970357</Color3>
  78. <bool name="TextScaled">true</bool>
  79. <Color3 name="TextStrokeColor3">4278190080</Color3>
  80. <float name="TextStrokeTransparency">1</float>
  81. <float name="TextTransparency">0</float>
  82. <bool name="TextWrapped">true</bool>
  83. <token name="TextXAlignment">2</token>
  84. <token name="TextYAlignment">1</token>
  85. <bool name="Visible">true</bool>
  86. <int name="ZIndex">1</int>
  87. </Properties>
  88. </Item>
  89. <Item class="TextButton" referent="RBXDB334911968047D3B3038CE7089CDCF6">
  90. <Properties>
  91. <bool name="Active">true</bool>
  92. <bool name="AutoButtonColor">true</bool>
  93. <Color3 name="BackgroundColor3">4281991018</Color3>
  94. <float name="BackgroundTransparency">0</float>
  95. <Color3 name="BorderColor3">4279970357</Color3>
  96. <int name="BorderSizePixel">1</int>
  97. <bool name="ClipsDescendants">false</bool>
  98. <bool name="Draggable">false</bool>
  99. <token name="Font">3</token>
  100. <token name="FontSize">5</token>
  101. <bool name="Modal">false</bool>
  102. <string name="Name">PlaySound</string>
  103. <Ref name="NextSelectionDown">null</Ref>
  104. <Ref name="NextSelectionLeft">null</Ref>
  105. <Ref name="NextSelectionRight">null</Ref>
  106. <Ref name="NextSelectionUp">null</Ref>
  107. <UDim2 name="Position">
  108. <XS>0</XS>
  109. <XO>0</XO>
  110. <YS>0</YS>
  111. <YO>0</YO>
  112. </UDim2>
  113. <float name="Rotation">0</float>
  114. <bool name="Selectable">true</bool>
  115. <bool name="Selected">false</bool>
  116. <Ref name="SelectionImageObject">null</Ref>
  117. <UDim2 name="Size">
  118. <XS>0.5</XS>
  119. <XO>0</XO>
  120. <YS>0</YS>
  121. <YO>50</YO>
  122. </UDim2>
  123. <token name="SizeConstraint">0</token>
  124. <token name="Style">0</token>
  125. <string name="Text">PLAY SOUND</string>
  126. <Color3 name="TextColor3">4279970357</Color3>
  127. <bool name="TextScaled">false</bool>
  128. <Color3 name="TextStrokeColor3">4278190080</Color3>
  129. <float name="TextStrokeTransparency">1</float>
  130. <float name="TextTransparency">0</float>
  131. <bool name="TextWrapped">false</bool>
  132. <token name="TextXAlignment">2</token>
  133. <token name="TextYAlignment">1</token>
  134. <bool name="Visible">true</bool>
  135. <int name="ZIndex">1</int>
  136. </Properties>
  137. <Item class="LocalScript" referent="RBX17C4C0430B6445DCA3B8A46A977D7620">
  138. <Properties>
  139. <bool name="Disabled">false</bool>
  140. <Content name="LinkedSource"><null></null></Content>
  141. <string name="Name">LocalScript</string>
  142. <ProtectedString name="Source"><![CDATA[script.Parent.MouseButton1Click:connect(function()
  143. local textbuttoninput = script.Parent.Parent.TextBox.Text
  144. local sound = script.Parent.Parent.Parent.PlayableSound
  145. sound.SoundId = 'rbxassetid://'..textbuttoninput
  146. sound:Play()
  147. end)]]></ProtectedString>
  148. </Properties>
  149. </Item>
  150. </Item>
  151. <Item class="TextButton" referent="RBX450C23D8C6114AEE9B7CD757A46C7C76">
  152. <Properties>
  153. <bool name="Active">true</bool>
  154. <bool name="AutoButtonColor">true</bool>
  155. <Color3 name="BackgroundColor3">4294916632</Color3>
  156. <float name="BackgroundTransparency">0</float>
  157. <Color3 name="BorderColor3">4279970357</Color3>
  158. <int name="BorderSizePixel">1</int>
  159. <bool name="ClipsDescendants">false</bool>
  160. <bool name="Draggable">false</bool>
  161. <token name="Font">3</token>
  162. <token name="FontSize">5</token>
  163. <bool name="Modal">false</bool>
  164. <string name="Name">StopSound</string>
  165. <Ref name="NextSelectionDown">null</Ref>
  166. <Ref name="NextSelectionLeft">null</Ref>
  167. <Ref name="NextSelectionRight">null</Ref>
  168. <Ref name="NextSelectionUp">null</Ref>
  169. <UDim2 name="Position">
  170. <XS>0.5</XS>
  171. <XO>0</XO>
  172. <YS>0</YS>
  173. <YO>0</YO>
  174. </UDim2>
  175. <float name="Rotation">0</float>
  176. <bool name="Selectable">true</bool>
  177. <bool name="Selected">false</bool>
  178. <Ref name="SelectionImageObject">null</Ref>
  179. <UDim2 name="Size">
  180. <XS>0.5</XS>
  181. <XO>0</XO>
  182. <YS>0</YS>
  183. <YO>50</YO>
  184. </UDim2>
  185. <token name="SizeConstraint">0</token>
  186. <token name="Style">0</token>
  187. <string name="Text">STOP SOUND</string>
  188. <Color3 name="TextColor3">4279970357</Color3>
  189. <bool name="TextScaled">false</bool>
  190. <Color3 name="TextStrokeColor3">4278190080</Color3>
  191. <float name="TextStrokeTransparency">1</float>
  192. <float name="TextTransparency">0</float>
  193. <bool name="TextWrapped">false</bool>
  194. <token name="TextXAlignment">2</token>
  195. <token name="TextYAlignment">1</token>
  196. <bool name="Visible">true</bool>
  197. <int name="ZIndex">1</int>
  198. </Properties>
  199. <Item class="LocalScript" referent="RBXC3423550B9734BFFB802300439FF3A79">
  200. <Properties>
  201. <bool name="Disabled">false</bool>
  202. <Content name="LinkedSource"><null></null></Content>
  203. <string name="Name">LocalScript</string>
  204. <ProtectedString name="Source"><![CDATA[script.Parent.MouseButton1Click:connect(function()
  205. script.Parent.Parent.Parent.PlayableSound:Stop()
  206. end)]]></ProtectedString>
  207. </Properties>
  208. </Item>
  209. </Item>
  210. </Item>
  211. <Item class="Sound" referent="RBXC52A77CAB7FD4AF0989CB8C88673C95D">
  212. <Properties>
  213. <bool name="Looped">false</bool>
  214. <string name="Name">PlayableSound</string>
  215. <float name="Pitch">1</float>
  216. <bool name="PlayOnRemove">false</bool>
  217. <bool name="Playing">false</bool>
  218. <Content name="SoundId"><null></null></Content>
  219. <double name="TimePosition">0</double>
  220. <float name="Volume">0.5</float>
  221. <float name="xmlRead_MaxDistance_2">0</float>
  222. <float name="xmlRead_MinDistance_2">0</float>
  223. </Properties>
  224. </Item>
  225. </Item>
  226. </roblox>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement