Advertisement
StenHisDirt

Morph!

Jun 18th, 2019
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Morph = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local ImageLabel = Instance.new("ImageLabel")
  7. local ImageLabel_2 = Instance.new("ImageLabel")
  8. local Open = Instance.new("TextButton")
  9. local MainFrame = Instance.new("Frame")
  10. local Madebystenhisdirt = Instance.new("TextLabel")
  11. local DirtsLabel = Instance.new("TextLabel")
  12. local Sonic = Instance.new("TextButton")
  13. local ExitButton = Instance.new("TextButton")
  14. local EvilDuck = Instance.new("TextButton")
  15. local Duck = Instance.new("TextButton")
  16. local Dragon = Instance.new("TextButton")
  17. local Cake = Instance.new("TextButton")
  18. local Bowser = Instance.new("TextButton")
  19. --Properties:
  20. Morph.Name = "Morph!"
  21. Morph.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. Morph.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. OpenFrame.Name = "OpenFrame"
  25. OpenFrame.Parent = Morph
  26. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  27. OpenFrame.BackgroundTransparency = 0.55000001192093
  28. OpenFrame.Position = UDim2.new(0.475106627, 0, 0, 0)
  29. OpenFrame.Size = UDim2.new(0, 70, 0, 33)
  30.  
  31. ImageLabel.Parent = OpenFrame
  32. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  33. ImageLabel.Position = UDim2.new(0.00367808435, 0, 0, 0)
  34. ImageLabel.Size = UDim2.new(0, 69, 0, 5)
  35. ImageLabel.Image = "rbxassetid://73278435"
  36.  
  37. ImageLabel_2.Parent = OpenFrame
  38. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  39. ImageLabel_2.Position = UDim2.new(0.00367780402, 0, 0.151515156, 0)
  40. ImageLabel_2.Size = UDim2.new(0, 69, 0, 28)
  41. ImageLabel_2.Image = "rbxassetid://2752638393"
  42.  
  43. Open.Name = "Open"
  44. Open.Parent = ImageLabel_2
  45. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Open.BackgroundTransparency = 0.55000001192093
  47. Open.Position = UDim2.new(0.0822656602, 0, 0.234822512, 0)
  48. Open.Size = UDim2.new(0, 58, 0, 14)
  49. Open.Font = Enum.Font.SourceSans
  50. Open.Text = "Open"
  51. Open.TextColor3 = Color3.new(0, 0, 0)
  52. Open.TextSize = 14
  53. Open.MouseButton1Down:connect(function()
  54. MainFrame.Visible = true
  55. OpenFrame.Visible = false
  56. end)
  57.  
  58. MainFrame.Name = "MainFrame"
  59. MainFrame.Parent = Morph
  60. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  61. MainFrame.Position = UDim2.new(-0.000369876623, 0, -0.000270277262, 0)
  62. MainFrame.Size = UDim2.new(0, 267, 0, 211)
  63. MainFrame.Visible = false
  64. MainFrame.Style = Enum.FrameStyle.RobloxRound
  65. MainFrame.Draggable = true
  66.  
  67. Madebystenhisdirt.Name = "Madebystenhisdirt"
  68. Madebystenhisdirt.Parent = MainFrame
  69. Madebystenhisdirt.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Madebystenhisdirt.BackgroundTransparency = 1
  71. Madebystenhisdirt.Position = UDim2.new(0.439990044, 0, 0, 0)
  72. Madebystenhisdirt.Size = UDim2.new(0, 113, 0, 34)
  73. Madebystenhisdirt.Font = Enum.Font.SciFi
  74. Madebystenhisdirt.Text = "Made By StenHisDirt"
  75. Madebystenhisdirt.TextColor3 = Color3.new(0, 0, 0)
  76. Madebystenhisdirt.TextScaled = true
  77. Madebystenhisdirt.TextSize = 11
  78. Madebystenhisdirt.TextWrapped = true
  79.  
  80. DirtsLabel.Name = "DirtsLabel"
  81. DirtsLabel.Parent = MainFrame
  82. DirtsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  83. DirtsLabel.BackgroundTransparency = 1
  84. DirtsLabel.Position = UDim2.new(0.00375939859, 0, 0, 0)
  85. DirtsLabel.Size = UDim2.new(0, 116, 0, 34)
  86. DirtsLabel.Font = Enum.Font.SciFi
  87. DirtsLabel.Text = "MORPH!"
  88. DirtsLabel.TextColor3 = Color3.new(0, 0, 0)
  89. DirtsLabel.TextScaled = true
  90. DirtsLabel.TextSize = 14
  91. DirtsLabel.TextWrapped = true
  92.  
  93. Sonic.Name = "Sonic"
  94. Sonic.Parent = MainFrame
  95. Sonic.BackgroundColor3 = Color3.new(1, 1, 1)
  96. Sonic.BackgroundTransparency = 0.60000002384186
  97. Sonic.Position = UDim2.new(0.558620155, 0, 0.184962392, 0)
  98. Sonic.Size = UDim2.new(0, 100, 0, 50)
  99. Sonic.Font = Enum.Font.SciFi
  100. Sonic.Text = "Sonic"
  101. Sonic.TextColor3 = Color3.new(0, 0, 0)
  102. Sonic.TextSize = 18
  103. Sonic.TextWrapped = true
  104. Sonic.MouseButton1Down:connect(function()
  105. local pchar = game.Players.LocalPlayer.Character
  106. local morph = Instance.new("SpecialMesh", pchar.Torso)
  107. morph.MeshType = "FileMesh"
  108. morph.MeshId = "http://www.roblox.com/asset/?id=430069460"
  109. morph.TextureId = "http://www.roblox.com/asset/?id=430069464"
  110. morph.Scale = Vector3.new(0.08, 0.08, 0.08)
  111. pchar.Head.Transparency = 1
  112. pchar["Left Arm"].Transparency = 1
  113. pchar["Right Arm"].Transparency = 1
  114. pchar["Left Leg"].Transparency = 1
  115. pchar["Right Leg"].Transparency = 1
  116. end)
  117.  
  118. ExitButton.Name = "Exit Button"
  119. ExitButton.Parent = MainFrame
  120. ExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  121. ExitButton.BackgroundTransparency = 1
  122. ExitButton.Position = UDim2.new(0.869018793, 0, -0.00179797411, 0)
  123. ExitButton.Size = UDim2.new(0, 34, 0, 34)
  124. ExitButton.Font = Enum.Font.SciFi
  125. ExitButton.Text = "X"
  126. ExitButton.TextColor3 = Color3.new(0, 0, 0)
  127. ExitButton.TextSize = 14
  128. ExitButton.TextWrapped = true
  129. ExitButton.MouseButton1Down:connect(function()
  130. MainFrame.Visible = false
  131. OpenFrame.Visible = true
  132. end)
  133.  
  134. EvilDuck.Name = "Evil Duck"
  135. EvilDuck.Parent = MainFrame
  136. EvilDuck.BackgroundColor3 = Color3.new(1, 1, 1)
  137. EvilDuck.BackgroundTransparency = 0.60000002384186
  138. EvilDuck.Position = UDim2.new(0.558620155, 0, 0.699542344, 0)
  139. EvilDuck.Size = UDim2.new(0, 100, 0, 50)
  140. EvilDuck.Font = Enum.Font.SciFi
  141. EvilDuck.Text = "Evil Duck"
  142. EvilDuck.TextColor3 = Color3.new(0, 0, 0)
  143. EvilDuck.TextSize = 18
  144. EvilDuck.TextWrapped = true
  145. EvilDuck.MouseButton1Down:connect(function()
  146. local pchar = game.Players.LocalPlayer.Character
  147. local duck = Instance.new("SpecialMesh", pchar.Torso)
  148. duck.MeshType = "FileMesh"
  149. duck.MeshId = "http://www.roblox.com/asset/?id=14810664"
  150. duck.TextureId = "http://www.roblox.com/asset/?id=14810649"
  151. duck.Scale = Vector3.new(5, 5, 5)
  152. pchar.Head.Transparency = 1
  153. pchar["Left Arm"].Transparency = 1
  154. pchar["Right Arm"].Transparency = 1
  155. pchar["Left Leg"].Transparency = 1
  156. pchar["Right Leg"].Transparency = 1
  157. end)
  158.  
  159. Duck.Name = "Duck"
  160. Duck.Parent = MainFrame
  161. Duck.BackgroundColor3 = Color3.new(1, 1, 1)
  162. Duck.BackgroundTransparency = 0.60000002384186
  163. Duck.Position = UDim2.new(0.0565454513, 0, 0.699542344, 0)
  164. Duck.Size = UDim2.new(0, 100, 0, 50)
  165. Duck.Font = Enum.Font.SciFi
  166. Duck.Text = "Duck"
  167. Duck.TextColor3 = Color3.new(0, 0, 0)
  168. Duck.TextSize = 18
  169. Duck.TextWrapped = true
  170. Duck.MouseButton1Down:connect(function()
  171. local pchar = game.Players.LocalPlayer.Character
  172. local duck = Instance.new("SpecialMesh", pchar.Torso)
  173. duck.MeshType = "FileMesh"
  174. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  175. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  176. duck.Scale = Vector3.new(5, 5, 5)
  177. pchar.Head.Transparency = 1
  178. pchar["Left Arm"].Transparency = 1
  179. pchar["Right Arm"].Transparency = 1
  180. pchar["Left Leg"].Transparency = 1
  181. pchar["Right Leg"].Transparency = 1
  182. end)
  183.  
  184. Dragon.Name = "Dragon"
  185. Dragon.Parent = MainFrame
  186. Dragon.BackgroundColor3 = Color3.new(1, 1, 1)
  187. Dragon.BackgroundTransparency = 0.60000002384186
  188. Dragon.Position = UDim2.new(0.0565454513, 0, 0.444426268, 0)
  189. Dragon.Size = UDim2.new(0, 100, 0, 50)
  190. Dragon.Font = Enum.Font.SciFi
  191. Dragon.Text = "Dragon"
  192. Dragon.TextColor3 = Color3.new(0, 0, 0)
  193. Dragon.TextSize = 18
  194. Dragon.TextWrapped = true
  195. Dragon.MouseButton1Down:connect(function()
  196. local pchar = game.Players.LocalPlayer.Character
  197. local dragon = Instance.new("SpecialMesh", pchar.Torso)
  198. dragon.MeshType = "FileMesh"
  199. dragon.MeshId = "http://www.roblox.com/asset/?id=31516811"
  200. dragon.TextureId = "http://www.roblox.com/asset/?id=77991526"
  201. dragon.Scale = Vector3.new(5, 5, 5)
  202. pchar.Head.Transparency = 1
  203. pchar["Left Arm"].Transparency = 1
  204. pchar["Right Arm"].Transparency = 1
  205. pchar["Left Leg"].Transparency = 1
  206. pchar["Right Leg"].Transparency = 1
  207. end)
  208.  
  209. Cake.Name = "Cake"
  210. Cake.Parent = MainFrame
  211. Cake.BackgroundColor3 = Color3.new(1, 1, 1)
  212. Cake.BackgroundTransparency = 0.60000002384186
  213. Cake.Position = UDim2.new(0.558620155, 0, 0.444426268, 0)
  214. Cake.Size = UDim2.new(0, 100, 0, 50)
  215. Cake.Font = Enum.Font.SciFi
  216. Cake.Text = "Cake"
  217. Cake.TextColor3 = Color3.new(0, 0, 0)
  218. Cake.TextSize = 18
  219. Cake.TextWrapped = true
  220. Cake.MouseButton1Down:connect(function()
  221. local pchar = game.Players.LocalPlayer.Character
  222. local morph = Instance.new("SpecialMesh", pchar.Torso)
  223. morph.MeshType = "FileMesh"
  224. morph.MeshId = "http://www.roblox.com/asset/?id=1376455"
  225. morph.TextureId = "http://www.roblox.com/asset/?id=1376454"
  226. morph.Scale = Vector3.new(5, 5, 5)
  227. pchar.Head.Transparency = 1
  228. pchar["Left Arm"].Transparency = 1
  229. pchar["Right Arm"].Transparency = 1
  230. pchar["Left Leg"].Transparency = 1
  231. pchar["Right Leg"].Transparency = 1
  232. end)
  233.  
  234. Bowser.Name = "Bowser"
  235. Bowser.Parent = MainFrame
  236. Bowser.BackgroundColor3 = Color3.new(1, 1, 1)
  237. Bowser.BackgroundTransparency = 0.60000002384186
  238. Bowser.Position = UDim2.new(0.0565454513, 0, 0.184962392, 0)
  239. Bowser.Size = UDim2.new(0, 100, 0, 50)
  240. Bowser.Font = Enum.Font.SciFi
  241. Bowser.Text = "Bowser"
  242. Bowser.TextColor3 = Color3.new(0, 0, 0)
  243. Bowser.TextSize = 18
  244. Bowser.TextWrapped = true
  245. Bowser.MouseButton1Down:connect(function()
  246. local pchar = game.Players.LocalPlayer.Character
  247. local morph = Instance.new("SpecialMesh", pchar.Torso)
  248. morph.MeshType = "FileMesh"
  249. morph.MeshId = "http://www.roblox.com/asset/?id=430331583"
  250. morph.TextureId = "http://www.roblox.com/asset/?id=430331587"
  251. morph.Scale = Vector3.new(1, 1, 1)
  252. pchar.Head.Transparency = 1
  253. pchar["Left Arm"].Transparency = 1
  254. pchar["Right Arm"].Transparency = 1
  255. pchar["Left Leg"].Transparency = 1
  256. pchar["Right Leg"].Transparency = 1
  257. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement