BiggerHeadBigHead

Dinosaur World Mobile

Feb 28th, 2021 (edited)
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 21.64 KB | None | 0 0
  1. --[[
  2. Instructions:
  3.  
  4. Choose any free dinosaur and spawn with it. Then execute, and choose any dinosaur.
  5.  
  6. (If you fall down, use Creator Dragon to fly up and then choose a dinosaur)
  7. ]]
  8.  
  9.  
  10.  
  11. gamepass = 14323923 -- Put an ID of a gamepass you own.
  12.  
  13. local Amazing = Instance.new("ScreenGui")
  14. local Gamepasses = Instance.new("ImageLabel")
  15. local CreatorDragon = Instance.new("TextButton")
  16. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  17. local Rex = Instance.new("TextButton")
  18. local TextButton_Roundify_12px_2 = Instance.new("ImageLabel")
  19. local Diplocodus = Instance.new("TextButton")
  20. local TextButton_Roundify_12px_3 = Instance.new("ImageLabel")
  21. local Spino = Instance.new("TextButton")
  22. local TextButton_Roundify_12px_4 = Instance.new("ImageLabel")
  23. local Ankylosaurus = Instance.new("TextButton")
  24. local TextButton_Roundify_12px_5 = Instance.new("ImageLabel")
  25. local Dako = Instance.new("TextButton")
  26. local TextButton_Roundify_12px_6 = Instance.new("ImageLabel")
  27. local Mapusaurus = Instance.new("TextButton")
  28. local TextButton_Roundify_12px_7 = Instance.new("ImageLabel")
  29. local Baryonx = Instance.new("TextButton")
  30. local TextButton_Roundify_12px_8 = Instance.new("ImageLabel")
  31. local Shuno = Instance.new("TextButton")
  32. local TextButton_Roundify_12px_9 = Instance.new("ImageLabel")
  33. local Quetzalcoatlus = Instance.new("TextButton")
  34. local TextButton_Roundify_12px_10 = Instance.new("ImageLabel")
  35. local Xiphactinus = Instance.new("TextButton")
  36. local TextButton_Roundify_12px_11 = Instance.new("ImageLabel")
  37. local TextLabel = Instance.new("TextLabel")
  38. local TextLabel_Roundify_12px = Instance.new("ImageLabel")
  39. local TextButton_Roundify_12px_12 = Instance.new("ImageLabel")
  40. local Kills = Instance.new("ImageLabel")
  41. local KillAll = Instance.new("ImageLabel")
  42. local KillAll_2 = Instance.new("TextButton")
  43. local TextButton_Roundify_12px_13 = Instance.new("ImageLabel")
  44. local LoopKillAll = Instance.new("TextButton")
  45. local TextButton_Roundify_12px_14 = Instance.new("ImageLabel")
  46. local LoopKill = Instance.new("ImageLabel")
  47. local LoopKill_2 = Instance.new("TextButton")
  48. local TextButton_Roundify_12px_15 = Instance.new("ImageLabel")
  49. local LoopName = Instance.new("TextBox")
  50. local TextLabel_Roundify_12px_2 = Instance.new("ImageLabel")
  51. local Kill = Instance.new("ImageLabel")
  52. local Kill_2 = Instance.new("TextButton")
  53. local TextButton_Roundify_12px_16 = Instance.new("ImageLabel")
  54. local Name = Instance.new("TextBox")
  55. local TextLabel_Roundify_12px_3 = Instance.new("ImageLabel")
  56. local TextButton_Roundify_12px_17 = Instance.new("ImageLabel")
  57.  
  58. --Properties:
  59.  
  60. Amazing.Name = "Amazing"
  61. Amazing.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  62.  
  63. Gamepasses.Name = "Gamepasses"
  64. Gamepasses.Parent = Amazing
  65. Gamepasses.Active = true
  66. Gamepasses.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. Gamepasses.BackgroundTransparency = 1.000
  68. Gamepasses.Position = UDim2.new(0.26188156, 0, 0.0291412864, 0)
  69. Gamepasses.Size = UDim2.new(0, 317, 0, 687)
  70. Gamepasses.Image = "rbxassetid://3570695787"
  71. Gamepasses.ImageColor3 = Color3.fromRGB(66, 66, 66)
  72. Gamepasses.ScaleType = Enum.ScaleType.Slice
  73. Gamepasses.SliceCenter = Rect.new(100, 100, 100, 100)
  74. Gamepasses.SliceScale = 0.120
  75. Gamepasses.Draggable = true
  76. Gamepasses.Visible = true
  77.  
  78. CreatorDragon.Name = "CreatorDragon"
  79. CreatorDragon.Parent = Gamepasses
  80. CreatorDragon.BackgroundColor3 = Color3.fromRGB(80, 103, 255)
  81. CreatorDragon.BackgroundTransparency = 1.000
  82. CreatorDragon.BorderSizePixel = 0
  83. CreatorDragon.Position = UDim2.new(0.158884436, 0, 0.0506353788, 0)
  84. CreatorDragon.Size = UDim2.new(0, 215, 0, 34)
  85. CreatorDragon.ZIndex = 6
  86. CreatorDragon.Font = Enum.Font.SourceSans
  87. CreatorDragon.Text = "Creator Dragon"
  88. CreatorDragon.TextColor3 = Color3.fromRGB(255, 233, 64)
  89. CreatorDragon.TextScaled = true
  90. CreatorDragon.TextSize = 14.000
  91. CreatorDragon.TextWrapped = true
  92. CreatorDragon.MouseButton1Down:connect(function()
  93.     local A_1 = "R15"
  94.     local A_2 = "EarthDragon1"
  95.     local A_3 = gamepass
  96.     local Event = game:GetService("ReplicatedStorage").SpawnEventsGamepass.Standard
  97.     Event:FireServer(A_1, A_2, A_3)
  98. end)
  99.  
  100. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  101. TextButton_Roundify_12px.Parent = CreatorDragon
  102. TextButton_Roundify_12px.Active = true
  103. TextButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  104. TextButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  105. TextButton_Roundify_12px.BackgroundTransparency = 1.000
  106. TextButton_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  107. TextButton_Roundify_12px.Selectable = true
  108. TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  109. TextButton_Roundify_12px.Image = "rbxassetid://3570695787"
  110. TextButton_Roundify_12px.ImageColor3 = Color3.fromRGB(80, 103, 255)
  111. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  112. TextButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  113. TextButton_Roundify_12px.SliceScale = 0.120
  114.  
  115. Rex.Name = "Rex"
  116. Rex.Parent = Gamepasses
  117. Rex.BackgroundColor3 = Color3.fromRGB(80, 103, 255)
  118. Rex.BackgroundTransparency = 1.000
  119. Rex.BorderSizePixel = 0
  120. Rex.Position = UDim2.new(0.158884436, 0, 0.131271765, 0)
  121. Rex.Size = UDim2.new(0, 215, 0, 34)
  122. Rex.ZIndex = 6
  123. Rex.Font = Enum.Font.SourceSans
  124. Rex.Text = "T-Rex"
  125. Rex.TextColor3 = Color3.fromRGB(255, 233, 64)
  126. Rex.TextScaled = true
  127. Rex.TextSize = 14.000
  128. Rex.TextWrapped = true
  129. Rex.MouseButton1Down:connect(function()
  130.     local A_1 = "Animals"
  131.     local A_2 = "Tyrannosaurus1"
  132.     local A_3 = gamepass
  133.     local Event = game:GetService("ReplicatedStorage").SpawnEventsGamepass.Standard
  134.     Event:FireServer(A_1, A_2, A_3)
  135. end)
  136.  
  137. TextButton_Roundify_12px_2.Name = "TextButton_Roundify_12px"
  138. TextButton_Roundify_12px_2.Parent = Rex
  139. TextButton_Roundify_12px_2.Active = true
  140. TextButton_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  141. TextButton_Roundify_12px_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  142. TextButton_Roundify_12px_2.BackgroundTransparency = 1.000
  143. TextButton_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  144. TextButton_Roundify_12px_2.Selectable = true
  145. TextButton_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
  146. TextButton_Roundify_12px_2.Image = "rbxassetid://3570695787"
  147. TextButton_Roundify_12px_2.ImageColor3 = Color3.fromRGB(80, 103, 255)
  148. TextButton_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
  149. TextButton_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  150. TextButton_Roundify_12px_2.SliceScale = 0.120
  151.  
  152. Diplocodus.Name = "Diplocodus"
  153. Diplocodus.Parent = Gamepasses
  154. Diplocodus.BackgroundColor3 = Color3.fromRGB(80, 103, 255)
  155. Diplocodus.BackgroundTransparency = 1.000
  156. Diplocodus.BorderSizePixel = 0
  157. Diplocodus.Position = UDim2.new(0.158884436, 0, 0.212483823, 0)
  158. Diplocodus.Size = UDim2.new(0, 215, 0, 34)
  159. Diplocodus.ZIndex = 6
  160. Diplocodus.Font = Enum.Font.SourceSans
  161. Diplocodus.Text = "Diplocodus"
  162. Diplocodus.TextColor3 = Color3.fromRGB(255, 233, 64)
  163. Diplocodus.TextScaled = true
  164. Diplocodus.TextSize = 14.000
  165. Diplocodus.TextWrapped = true
  166. Diplocodus.MouseButton1Down:connect(function()
  167.     local A_1 = "Animals"
  168.     local A_2 = "Diplodocus1"
  169.     local A_3 = gamepass
  170.     local Event = game:GetService("ReplicatedStorage").SpawnEventsGamepass.Standard
  171.     Event:FireServer(A_1, A_2, A_3)
  172. end)
  173.  
  174.  
  175. TextButton_Roundify_12px_3.Name = "TextButton_Roundify_12px"
  176. TextButton_Roundify_12px_3.Parent = Diplocodus
  177. TextButton_Roundify_12px_3.Active = true
  178. TextButton_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
  179. TextButton_Roundify_12px_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. TextButton_Roundify_12px_3.BackgroundTransparency = 1.000
  181. TextButton_Roundify_12px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  182. TextButton_Roundify_12px_3.Selectable = true
  183. TextButton_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
  184. TextButton_Roundify_12px_3.Image = "rbxassetid://3570695787"
  185. TextButton_Roundify_12px_3.ImageColor3 = Color3.fromRGB(80, 103, 255)
  186. TextButton_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
  187. TextButton_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
  188. TextButton_Roundify_12px_3.SliceScale = 0.120
  189.  
  190. Spino.Name = "Spino"
  191. Spino.Parent = Gamepasses
  192. Spino.BackgroundColor3 = Color3.fromRGB(80, 103, 255)
  193. Spino.BackgroundTransparency = 1.000
  194. Spino.BorderSizePixel = 0
  195. Spino.Position = UDim2.new(0.158884406, 0, 0.289739311, 0)
  196. Spino.Size = UDim2.new(0, 215, 0, 34)
  197. Spino.ZIndex = 6
  198. Spino.Font = Enum.Font.SourceSans
  199. Spino.Text = "Spinosaurus"
  200. Spino.TextColor3 = Color3.fromRGB(255, 233, 64)
  201. Spino.TextScaled = true
  202. Spino.TextSize = 14.000
  203. Spino.TextWrapped = true
  204. Spino.MouseButton1Down:connect(function()
  205.     local A_1 = "Animals"
  206.     local A_2 = "Spinosaurus1"
  207.     local A_3 = gamepass
  208.     local Event = game:GetService("ReplicatedStorage").SpawnEventsGamepass.Standard
  209.     Event:FireServer(A_1, A_2, A_3)
  210. end)
  211.  
  212. TextButton_Roundify_12px_4.Name = "TextButton_Roundify_12px"
  213. TextButton_Roundify_12px_4.Parent = Spino
  214. TextButton_Roundify_12px_4.Active = true
  215. TextButton_Roundify_12px_4.AnchorPoint = Vector2.new(0.5, 0.5)
  216. TextButton_Roundify_12px_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  217. TextButton_Roundify_12px_4.BackgroundTransparency = 1.000
  218. TextButton_Roundify_12px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
  219. TextButton_Roundify_12px_4.Selectable = true
  220. TextButton_Roundify_12px_4.Size = UDim2.new(1, 0, 1, 0)
  221. TextButton_Roundify_12px_4.Image = "rbxassetid://3570695787"
  222. TextButton_Roundify_12px_4.ImageColor3 = Color3.fromRGB(80, 103, 255)
  223. TextButton_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
  224. TextButton_Roundify_12px_4.SliceCenter = Rect.new(100, 100, 100, 100)
  225. TextButton_Roundify_12px_4.SliceScale = 0.120
  226.  
  227. Ankylosaurus.Name = "Ankylosaurus"
  228. Ankylosaurus.Parent = Gamepasses
  229. Ankylosaurus.BackgroundColor3 = Color3.fromRGB(80, 103, 255)
  230. Ankylosaurus.BackgroundTransparency = 1.000
  231. Ankylosaurus.BorderSizePixel = 0
  232. Ankylosaurus.Position = UDim2.new(0.158884436, 0, 0.368054301, 0)
  233. Ankylosaurus.Size = UDim2.new(0, 215, 0, 34)
  234. Ankylosaurus.ZIndex = 6
  235. Ankylosaurus.Font = Enum.Font.SourceSans
  236. Ankylosaurus.Text = "Ankylosaurus"
  237. Ankylosaurus.TextColor3 = Color3.fromRGB(255, 233, 64)
  238. Ankylosaurus.TextScaled = true
  239. Ankylosaurus.TextSize = 14.000
  240. Ankylosaurus.TextWrapped = true
  241. Ankylosaurus.MouseButton1Down:connect(function()
  242.     local A_1 = "Animals"
  243.     local A_2 = "Ankylosaurus1"
  244.     local A_3 = gamepass
  245.     local Event = game:GetService("ReplicatedStorage").SpawnEventsGamepass.Standard
  246.     Event:FireServer(A_1, A_2, A_3)
  247. end)
  248.  
  249. TextButton_Roundify_12px_5.Name = "TextButton_Roundify_12px"
  250. TextButton_Roundify_12px_5.Parent = Ankylosaurus
  251. TextButton_Roundify_12px_5.Active = true
  252. TextButton_Roundify_12px_5.AnchorPoint = Vector2.new(0.5, 0.5)
  253. TextButton_Roundify_12px_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  254. TextButton_Roundify_12px_5.BackgroundTransparency = 1.000
  255. TextButton_Roundify_12px_5.Position = UDim2.new(0.5, 0, 0.5, 0)
  256. TextButton_Roundify_12px_5.Selectable = true
  257. TextButton_Roundify_12px_5.Size = UDim2.new(1, 0, 1, 0)
  258. TextButton_Roundify_12px_5.Image = "rbxassetid://3570695787"
  259. TextButton_Roundify_12px_5.ImageColor3 = Color3.fromRGB(80, 103, 255)
  260. TextButton_Roundify_12px_5.ScaleType = Enum.ScaleType.Slice
  261. TextButton_Roundify_12px_5.SliceCenter = Rect.new(100, 100, 100, 100)
  262. TextButton_Roundify_12px_5.SliceScale = 0.120
  263.  
  264. Dako.Name = "Dako"
  265. Dako.Parent = Gamepasses
  266. Dako.BackgroundColor3 = Color3.fromRGB(80, 103, 255)
  267. Dako.BackgroundTransparency = 1.000
  268. Dako.BorderSizePixel = 0
  269. Dako.Position = UDim2.new(0.158884436, 0, 0.44726932, 0)
  270. Dako.Size = UDim2.new(0, 215, 0, 34)
  271. Dako.ZIndex = 6
  272. Dako.Font = Enum.Font.SourceSans
  273. Dako.Text = "Dakotaraptor"
  274. Dako.TextColor3 = Color3.fromRGB(255, 233, 64)
  275. Dako.TextScaled = true
  276. Dako.TextSize = 14.000
  277. Dako.TextWrapped = true
  278. Dako.MouseButton1Down:connect(function()
  279.     local A_1 = "Animals"
  280.     local A_2 = "Dakotaraptor1"
  281.     local A_3 = gamepass
  282.     local Event = game:GetService("ReplicatedStorage").SpawnEventsGamepass.Standard
  283.     Event:FireServer(A_1, A_2, A_3)
  284. end)
  285.  
  286. TextButton_Roundify_12px_6.Name = "TextButton_Roundify_12px"
  287. TextButton_Roundify_12px_6.Parent = Dako
  288. TextButton_Roundify_12px_6.Active = true
  289. TextButton_Roundify_12px_6.AnchorPoint = Vector2.new(0.5, 0.5)
  290. TextButton_Roundify_12px_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  291. TextButton_Roundify_12px_6.BackgroundTransparency = 1.000
  292. TextButton_Roundify_12px_6.Position = UDim2.new(0.5, 0, 0.5, 0)
  293. TextButton_Roundify_12px_6.Selectable = true
  294. TextButton_Roundify_12px_6.Size = UDim2.new(1, 0, 1, 0)
  295. TextButton_Roundify_12px_6.Image = "rbxassetid://3570695787"
  296. TextButton_Roundify_12px_6.ImageColor3 = Color3.fromRGB(80, 103, 255)
  297. TextButton_Roundify_12px_6.ScaleType = Enum.ScaleType.Slice
  298. TextButton_Roundify_12px_6.SliceCenter = Rect.new(100, 100, 100, 100)
  299. TextButton_Roundify_12px_6.SliceScale = 0.120
  300.  
  301. Mapusaurus.Name = "Mapusaurus"
  302. Mapusaurus.Parent = Gamepasses
  303. Mapusaurus.BackgroundColor3 = Color3.fromRGB(80, 103, 255)
  304. Mapusaurus.BackgroundTransparency = 1.000
  305. Mapusaurus.BorderSizePixel = 0
  306. Mapusaurus.Position = UDim2.new(0.158884406, 0, 0.520149529, 0)
  307. Mapusaurus.Size = UDim2.new(0, 215, 0, 34)
  308. Mapusaurus.ZIndex = 6
  309. Mapusaurus.Font = Enum.Font.SourceSans
  310. Mapusaurus.Text = "Mapusaurus"
  311. Mapusaurus.TextColor3 = Color3.fromRGB(255, 233, 64)
  312. Mapusaurus.TextScaled = true
  313. Mapusaurus.TextSize = 14.000
  314. Mapusaurus.TextWrapped = true
  315. Mapusaurus.MouseButton1Down:connect(function()
  316.     local A_1 = "Animals"
  317.     local A_2 = "Mapusaurus1"
  318.     local A_3 = gamepass
  319.     local Event = game:GetService("ReplicatedStorage").SpawnEventsGamepass.Standard
  320.     Event:FireServer(A_1, A_2, A_3)
  321. end)
  322.  
  323. TextButton_Roundify_12px_7.Name = "TextButton_Roundify_12px"
  324. TextButton_Roundify_12px_7.Parent = Mapusaurus
  325. TextButton_Roundify_12px_7.Active = true
  326. TextButton_Roundify_12px_7.AnchorPoint = Vector2.new(0.5, 0.5)
  327. TextButton_Roundify_12px_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  328. TextButton_Roundify_12px_7.BackgroundTransparency = 1.000
  329. TextButton_Roundify_12px_7.Position = UDim2.new(0.5, 0, 0.5, 0)
  330. TextButton_Roundify_12px_7.Selectable = true
  331. TextButton_Roundify_12px_7.Size = UDim2.new(1, 0, 1, 0)
  332. TextButton_Roundify_12px_7.Image = "rbxassetid://3570695787"
  333. TextButton_Roundify_12px_7.ImageColor3 = Color3.fromRGB(80, 103, 255)
  334. TextButton_Roundify_12px_7.ScaleType = Enum.ScaleType.Slice
  335. TextButton_Roundify_12px_7.SliceCenter = Rect.new(100, 100, 100, 100)
  336. TextButton_Roundify_12px_7.SliceScale = 0.120
  337.  
  338. Baryonx.Name = "Baryonx"
  339. Baryonx.Parent = Gamepasses
  340. Baryonx.BackgroundColor3 = Color3.fromRGB(80, 103, 255)
  341. Baryonx.BackgroundTransparency = 1.000
  342. Baryonx.BorderSizePixel = 0
  343. Baryonx.Position = UDim2.new(0.158884436, 0, 0.594567299, 0)
  344. Baryonx.Size = UDim2.new(0, 215, 0, 34)
  345. Baryonx.ZIndex = 6
  346. Baryonx.Font = Enum.Font.SourceSans
  347. Baryonx.Text = "Baryonx"
  348. Baryonx.TextColor3 = Color3.fromRGB(255, 233, 64)
  349. Baryonx.TextScaled = true
  350. Baryonx.TextSize = 14.000
  351. Baryonx.TextWrapped = true
  352. Baryonx.MouseButton1Down:connect(function()
  353.     local A_1 = "Animals"
  354.     local A_2 = "Baryonyx1"
  355.     local A_3 = gamepass
  356.     local Event = game:GetService("ReplicatedStorage").SpawnEventsGamepass.Standard
  357.     Event:FireServer(A_1, A_2, A_3)
  358. end)
  359.  
  360. TextButton_Roundify_12px_8.Name = "TextButton_Roundify_12px"
  361. TextButton_Roundify_12px_8.Parent = Baryonx
  362. TextButton_Roundify_12px_8.Active = true
  363. TextButton_Roundify_12px_8.AnchorPoint = Vector2.new(0.5, 0.5)
  364. TextButton_Roundify_12px_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  365. TextButton_Roundify_12px_8.BackgroundTransparency = 1.000
  366. TextButton_Roundify_12px_8.Position = UDim2.new(0.5, 0, 0.5, 0)
  367. TextButton_Roundify_12px_8.Selectable = true
  368. TextButton_Roundify_12px_8.Size = UDim2.new(1, 0, 1, 0)
  369. TextButton_Roundify_12px_8.Image = "rbxassetid://3570695787"
  370. TextButton_Roundify_12px_8.ImageColor3 = Color3.fromRGB(80, 103, 255)
  371. TextButton_Roundify_12px_8.ScaleType = Enum.ScaleType.Slice
  372. TextButton_Roundify_12px_8.SliceCenter = Rect.new(100, 100, 100, 100)
  373. TextButton_Roundify_12px_8.SliceScale = 0.120
  374.  
  375. Shuno.Name = "Shuno"
  376. Shuno.Parent = Gamepasses
  377. Shuno.BackgroundColor3 = Color3.fromRGB(80, 103, 255)
  378. Shuno.BackgroundTransparency = 1.000
  379. Shuno.BorderSizePixel = 0
  380. Shuno.Position = UDim2.new(0.158884436, 0, 0.667076886, 0)
  381. Shuno.Size = UDim2.new(0, 215, 0, 34)
  382. Shuno.ZIndex = 6
  383. Shuno.Font = Enum.Font.SourceSans
  384. Shuno.Text = "Shunosaurus"
  385. Shuno.TextColor3 = Color3.fromRGB(255, 233, 64)
  386. Shuno.TextScaled = true
  387. Shuno.TextSize = 14.000
  388. Shuno.TextWrapped = true
  389. Shuno.MouseButton1Down:connect(function()
  390.     local A_1 = "Animals"
  391.     local A_2 = "Shunosaurus1"
  392.     local A_3 = gamepass
  393.     local Event = game:GetService("ReplicatedStorage").SpawnEventsGamepass.Standard
  394.     Event:FireServer(A_1, A_2, A_3)
  395. end)
  396.  
  397. TextButton_Roundify_12px_9.Name = "TextButton_Roundify_12px"
  398. TextButton_Roundify_12px_9.Parent = Shuno
  399. TextButton_Roundify_12px_9.Active = true
  400. TextButton_Roundify_12px_9.AnchorPoint = Vector2.new(0.5, 0.5)
  401. TextButton_Roundify_12px_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  402. TextButton_Roundify_12px_9.BackgroundTransparency = 1.000
  403. TextButton_Roundify_12px_9.Position = UDim2.new(0.5, 0, 0.5, 0)
  404. TextButton_Roundify_12px_9.Selectable = true
  405. TextButton_Roundify_12px_9.Size = UDim2.new(1, 0, 1, 0)
  406. TextButton_Roundify_12px_9.Image = "rbxassetid://3570695787"
  407. TextButton_Roundify_12px_9.ImageColor3 = Color3.fromRGB(80, 103, 255)
  408. TextButton_Roundify_12px_9.ScaleType = Enum.ScaleType.Slice
  409. TextButton_Roundify_12px_9.SliceCenter = Rect.new(100, 100, 100, 100)
  410. TextButton_Roundify_12px_9.SliceScale = 0.120
  411.  
  412. Quetzalcoatlus.Name = "Quetzalcoatlus"
  413. Quetzalcoatlus.Parent = Gamepasses
  414. Quetzalcoatlus.BackgroundColor3 = Color3.fromRGB(80, 103, 255)
  415. Quetzalcoatlus.BackgroundTransparency = 1.000
  416. Quetzalcoatlus.BorderSizePixel = 0
  417. Quetzalcoatlus.Position = UDim2.new(0.158884436, 0, 0.739233315, 0)
  418. Quetzalcoatlus.Size = UDim2.new(0, 215, 0, 34)
  419. Quetzalcoatlus.ZIndex = 6
  420. Quetzalcoatlus.Font = Enum.Font.SourceSans
  421. Quetzalcoatlus.Text = "Quetzalcoatlus"
  422. Quetzalcoatlus.TextColor3 = Color3.fromRGB(255, 233, 64)
  423. Quetzalcoatlus.TextScaled = true
  424. Quetzalcoatlus.TextSize = 14.000
  425. Quetzalcoatlus.TextWrapped = true
  426. Quetzalcoatlus.MouseButton1Down:connect(function()
  427.     local A_1 = "Animals"
  428.     local A_2 = "Quetzalcoatlus1"
  429.     local A_3 = gamepass
  430.     local Event = game:GetService("ReplicatedStorage").SpawnEventsGamepass.Standard
  431.     Event:FireServer(A_1, A_2, A_3)
  432. end)
  433.  
  434. TextButton_Roundify_12px_10.Name = "TextButton_Roundify_12px"
  435. TextButton_Roundify_12px_10.Parent = Quetzalcoatlus
  436. TextButton_Roundify_12px_10.Active = true
  437. TextButton_Roundify_12px_10.AnchorPoint = Vector2.new(0.5, 0.5)
  438. TextButton_Roundify_12px_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  439. TextButton_Roundify_12px_10.BackgroundTransparency = 1.000
  440. TextButton_Roundify_12px_10.Position = UDim2.new(0.5, 0, 0.5, 0)
  441. TextButton_Roundify_12px_10.Selectable = true
  442. TextButton_Roundify_12px_10.Size = UDim2.new(1, 0, 1, 0)
  443. TextButton_Roundify_12px_10.Image = "rbxassetid://3570695787"
  444. TextButton_Roundify_12px_10.ImageColor3 = Color3.fromRGB(80, 103, 255)
  445. TextButton_Roundify_12px_10.ScaleType = Enum.ScaleType.Slice
  446. TextButton_Roundify_12px_10.SliceCenter = Rect.new(100, 100, 100, 100)
  447. TextButton_Roundify_12px_10.SliceScale = 0.120
  448.  
  449. Xiphactinus.Name = "Xiphactinus"
  450. Xiphactinus.Parent = Gamepasses
  451. Xiphactinus.BackgroundColor3 = Color3.fromRGB(80, 103, 255)
  452. Xiphactinus.BackgroundTransparency = 1.000
  453. Xiphactinus.BorderSizePixel = 0
  454. Xiphactinus.Position = UDim2.new(0.158884436, 0, 0.809102237, 0)
  455. Xiphactinus.Size = UDim2.new(0, 215, 0, 34)
  456. Xiphactinus.ZIndex = 6
  457. Xiphactinus.Font = Enum.Font.SourceSans
  458. Xiphactinus.Text = "Xiphactinus"
  459. Xiphactinus.TextColor3 = Color3.fromRGB(255, 233, 64)
  460. Xiphactinus.TextScaled = true
  461. Xiphactinus.TextSize = 14.000
  462. Xiphactinus.TextWrapped = true
  463. Xiphactinus.MouseButton1Down:connect(function()
  464.     local A_1 = "Maritime"
  465.     local A_2 = "Xiphactinus1"
  466.     local A_3 = gamepass
  467.     local Event = game:GetService("ReplicatedStorage").SpawnEventsGamepass.Standard
  468.     Event:FireServer(A_1, A_2, A_3)
  469. end)
  470.  
  471. TextButton_Roundify_12px_11.Name = "TextButton_Roundify_12px"
  472. TextButton_Roundify_12px_11.Parent = Xiphactinus
  473. TextButton_Roundify_12px_11.Active = true
  474. TextButton_Roundify_12px_11.AnchorPoint = Vector2.new(0.5, 0.5)
  475. TextButton_Roundify_12px_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  476. TextButton_Roundify_12px_11.BackgroundTransparency = 1.000
  477. TextButton_Roundify_12px_11.Position = UDim2.new(0.5, 0, 0.5, 0)
  478. TextButton_Roundify_12px_11.Selectable = true
  479. TextButton_Roundify_12px_11.Size = UDim2.new(1, 0, 1, 0)
  480. TextButton_Roundify_12px_11.Image = "rbxassetid://3570695787"
  481. TextButton_Roundify_12px_11.ImageColor3 = Color3.fromRGB(80, 103, 255)
  482. TextButton_Roundify_12px_11.ScaleType = Enum.ScaleType.Slice
  483. TextButton_Roundify_12px_11.SliceCenter = Rect.new(100, 100, 100, 100)
  484. TextButton_Roundify_12px_11.SliceScale = 0.120
  485.  
  486. TextLabel.Parent = Gamepasses
  487. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 87, 87)
  488. TextLabel.BackgroundTransparency = 1.000
  489. TextLabel.BorderSizePixel = 0
  490. TextLabel.Position = UDim2.new(0.110410094, 0, 0.890829682, 0)
  491. TextLabel.Size = UDim2.new(0, 253, 0, 50)
  492. TextLabel.ZIndex = 2
  493. TextLabel.Font = Enum.Font.SourceSans
  494. TextLabel.Text = "Tiie#0001"
  495. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  496. TextLabel.TextScaled = true
  497. TextLabel.TextSize = 14.000
  498. TextLabel.TextWrapped = true
  499.  
  500. TextLabel_Roundify_12px.Name = "TextLabel_Roundify_12px"
  501. TextLabel_Roundify_12px.Parent = TextLabel
  502. TextLabel_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  503. TextLabel_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  504. TextLabel_Roundify_12px.BackgroundTransparency = 1.000
  505. TextLabel_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
  506. TextLabel_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  507. TextLabel_Roundify_12px.Image = "rbxassetid://3570695787"
  508. TextLabel_Roundify_12px.ImageColor3 = Color3.fromRGB(255, 87, 87)
  509. TextLabel_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  510. TextLabel_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  511. TextLabel_Roundify_12px.SliceScale = 0.120
Add Comment
Please, Sign In to add comment