Advertisement
Guest User

OP Build A Boat GUI

a guest
Dec 29th, 2018
7,828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.13 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Label = Instance.new("TextLabel")
  5. local Label_2 = Instance.new("TextLabel")
  6. local Label_3 = Instance.new("TextLabel")
  7. local Yellow = Instance.new("TextButton")
  8. local black = Instance.new("TextButton")
  9. local blue = Instance.new("TextButton")
  10. local white = Instance.new("TextButton")
  11. local blue_2 = Instance.new("TextButton")
  12. local red = Instance.new("TextButton")
  13. local Green = Instance.new("TextButton")
  14. local black_2 = Instance.new("TextButton")
  15. local red_2 = Instance.new("TextButton")
  16. local chicken = Instance.new("TextButton")
  17. local Yellow_2 = Instance.new("TextButton")
  18. local Green_2 = Instance.new("TextButton")
  19. local Gold = Instance.new("TextButton")
  20. local MorphToFox = Instance.new("TextButton")
  21. local Speed = Instance.new("TextButton")
  22. local Penguin = Instance.new("TextButton")
  23. local Label_4 = Instance.new("TextLabel")
  24. local AFK = Instance.new("TextButton")
  25.  
  26. -- Properties
  27.  
  28. ScreenGui.Parent = game.CoreGui
  29.  
  30. Frame.Parent = ScreenGui
  31. Frame.Active = true
  32. Frame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  33. Frame.BackgroundTransparency = 0.10000000149012
  34. Frame.BorderColor3 = Color3.new(1, 1, 1)
  35. Frame.Draggable = true
  36. Frame.Position = UDim2.new(0.136999995, 0, 0.0149999997, 0)
  37. Frame.Selectable = true
  38. Frame.Size = UDim2.new(0.0699999928, 372, 0.00999999978, 441)
  39.  
  40. Label.Name = "Label"
  41. Label.Parent = Frame
  42. Label.BackgroundColor3 = Color3.new(0, 0, 0)
  43. Label.BackgroundTransparency = 1
  44. Label.BorderColor3 = Color3.new(1, 1, 1)
  45. Label.BorderSizePixel = 2
  46. Label.Position = UDim2.new(0.0857142806, 0, 0.669999659, 0)
  47. Label.Size = UDim2.new(0.0899999887, 288, -0.0299999993, 48)
  48. Label.Font = Enum.Font.Cartoon
  49. Label.Text = "Team Changes"
  50. Label.TextColor3 = Color3.new(1, 1, 1)
  51. Label.TextScaled = true
  52. Label.TextSize = 14
  53. Label.TextWrapped = true
  54.  
  55. Label_2.Name = "Label"
  56. Label_2.Parent = Frame
  57. Label_2.BackgroundColor3 = Color3.new(0, 0, 0)
  58. Label_2.BackgroundTransparency = 1
  59. Label_2.BorderColor3 = Color3.new(1, 1, 1)
  60. Label_2.BorderSizePixel = 2
  61. Label_2.Position = UDim2.new(0.115714274, 0, 0.389999926, 0)
  62. Label_2.Size = UDim2.new(0.0799999908, 288, -0.0299999993, 48)
  63. Label_2.Font = Enum.Font.Cartoon
  64. Label_2.Text = "Flood"
  65. Label_2.TextColor3 = Color3.new(1, 1, 1)
  66. Label_2.TextScaled = true
  67. Label_2.TextSize = 14
  68. Label_2.TextWrapped = true
  69.  
  70. Label_3.Name = "Label"
  71. Label_3.Parent = Frame
  72. Label_3.BackgroundColor3 = Color3.new(0, 0, 0)
  73. Label_3.BackgroundTransparency = 1
  74. Label_3.BorderColor3 = Color3.new(1, 1, 1)
  75. Label_3.BorderSizePixel = 2
  76. Label_3.Position = UDim2.new(0.135714278, 0, 0, 0)
  77. Label_3.Size = UDim2.new(0, 288, 0, 48)
  78. Label_3.ZIndex = 6
  79. Label_3.Font = Enum.Font.Code
  80. Label_3.Text = "Build A boat For Treasure killer V3.0"
  81. Label_3.TextColor3 = Color3.new(1, 1, 1)
  82. Label_3.TextScaled = true
  83. Label_3.TextSize = 17
  84. Label_3.TextStrokeTransparency = 5
  85. Label_3.TextWrapped = true
  86.  
  87. Yellow.Name = "Yellow"
  88. Yellow.Parent = Frame
  89. Yellow.AnchorPoint = Vector2.new(0.5, 0)
  90. Yellow.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  91. Yellow.BorderColor3 = Color3.new(1, 1, 1)
  92. Yellow.Position = UDim2.new(0.483886153, 0, 0.480000019, 0)
  93. Yellow.Size = UDim2.new(0, 100, 0, 30)
  94. Yellow.AutoButtonColor = false
  95. Yellow.Font = Enum.Font.SourceSansBold
  96. Yellow.Text = "Flood Yellow"
  97. Yellow.TextColor3 = Color3.new(1, 1, 0)
  98. Yellow.TextSize = 14
  99.  
  100. black.Name = "black"
  101. black.Parent = Frame
  102. black.AnchorPoint = Vector2.new(0.5, 0)
  103. black.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  104. black.BorderColor3 = Color3.new(1, 1, 1)
  105. black.Position = UDim2.new(0.191469193, 0, 0.480000019, 0)
  106. black.Size = UDim2.new(0, 100, 0, 30)
  107. black.AutoButtonColor = false
  108. black.Font = Enum.Font.SourceSansBold
  109. black.Text = "Flood Black"
  110. black.TextColor3 = Color3.new(0, 0, 0)
  111. black.TextSize = 14
  112.  
  113. blue.Name = "blue"
  114. blue.Parent = Frame
  115. blue.AnchorPoint = Vector2.new(0.5, 0)
  116. blue.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  117. blue.BorderColor3 = Color3.new(1, 1, 1)
  118. blue.Position = UDim2.new(0.801999509, 0, 0.579999924, 0)
  119. blue.Size = UDim2.new(0, 100, 0, 30)
  120. blue.AutoButtonColor = false
  121. blue.Font = Enum.Font.SourceSansBold
  122. blue.Text = "Flood Blue"
  123. blue.TextColor3 = Color3.new(0.380392, 0.419608, 1)
  124. blue.TextSize = 14
  125.  
  126. white.Name = "white"
  127. white.Parent = Frame
  128. white.AnchorPoint = Vector2.new(0.5, 0)
  129. white.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  130. white.BorderColor3 = Color3.new(1, 1, 1)
  131. white.Position = UDim2.new(0.180000007, 0, 0.909999907, 0)
  132. white.Size = UDim2.new(0, 100, 0, 30)
  133. white.AutoButtonColor = false
  134. white.Font = Enum.Font.SourceSansBold
  135. white.Text = "Team all white"
  136. white.TextColor3 = Color3.new(1, 1, 1)
  137. white.TextSize = 14
  138.  
  139. blue_2.Name = "blue"
  140. blue_2.Parent = Frame
  141. blue_2.AnchorPoint = Vector2.new(0.5, 0)
  142. blue_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  143. blue_2.BorderColor3 = Color3.new(1, 1, 1)
  144. blue_2.Position = UDim2.new(0.791999519, 0, 0.809999704, 0)
  145. blue_2.Size = UDim2.new(0, 100, 0, 30)
  146. blue_2.AutoButtonColor = false
  147. blue_2.Font = Enum.Font.SourceSansBold
  148. blue_2.Text = "Team all Blue"
  149. blue_2.TextColor3 = Color3.new(0.380392, 0.419608, 1)
  150. blue_2.TextSize = 14
  151.  
  152. red.Name = "red"
  153. red.Parent = Frame
  154. red.AnchorPoint = Vector2.new(0.5, 0)
  155. red.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  156. red.BorderColor3 = Color3.new(1, 1, 1)
  157. red.Position = UDim2.new(0.791999996, 0, 0.910000026, 0)
  158. red.Size = UDim2.new(0, 100, 0, 30)
  159. red.AutoButtonColor = false
  160. red.Font = Enum.Font.SourceSansBold
  161. red.Text = "Team all Red"
  162. red.TextColor3 = Color3.new(1, 0.168627, 0.180392)
  163. red.TextSize = 14
  164.  
  165. Green.Name = "Green"
  166. Green.Parent = Frame
  167. Green.AnchorPoint = Vector2.new(0.5, 0)
  168. Green.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  169. Green.BorderColor3 = Color3.new(1, 1, 1)
  170. Green.Position = UDim2.new(0.180999979, 0, 0.810000002, 0)
  171. Green.Size = UDim2.new(0, 100, 0, 30)
  172. Green.AutoButtonColor = false
  173. Green.Font = Enum.Font.SourceSansBold
  174. Green.Text = "Team all Green"
  175. Green.TextColor3 = Color3.new(0, 0.333333, 0)
  176. Green.TextSize = 14
  177.  
  178. black_2.Name = "black"
  179. black_2.Parent = Frame
  180. black_2.AnchorPoint = Vector2.new(0.5, 0)
  181. black_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  182. black_2.BorderColor3 = Color3.new(1, 1, 1)
  183. black_2.Position = UDim2.new(0.473999977, 0, 0.810000122, 0)
  184. black_2.Size = UDim2.new(0, 100, 0, 30)
  185. black_2.AutoButtonColor = false
  186. black_2.Font = Enum.Font.SourceSansBold
  187. black_2.Text = "Team all Black"
  188. black_2.TextColor3 = Color3.new(0, 0, 0)
  189. black_2.TextSize = 14
  190.  
  191. red_2.Name = "red"
  192. red_2.Parent = Frame
  193. red_2.AnchorPoint = Vector2.new(0.5, 0)
  194. red_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  195. red_2.BorderColor3 = Color3.new(1, 1, 1)
  196. red_2.Position = UDim2.new(0.483886153, 0, 0.579999924, 0)
  197. red_2.Size = UDim2.new(0, 100, 0, 30)
  198. red_2.AutoButtonColor = false
  199. red_2.Font = Enum.Font.SourceSansBold
  200. red_2.Text = "Flood Red"
  201. red_2.TextColor3 = Color3.new(1, 0.168627, 0.180392)
  202. red_2.TextSize = 14
  203.  
  204. chicken.Name = "chicken"
  205. chicken.Parent = Frame
  206. chicken.AnchorPoint = Vector2.new(0.5, 0)
  207. chicken.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  208. chicken.BorderColor3 = Color3.new(1, 1, 1)
  209. chicken.Position = UDim2.new(0.800999999, 0, 0.230000004, 0)
  210. chicken.Size = UDim2.new(0, 100, 0, 30)
  211. chicken.AutoButtonColor = false
  212. chicken.Modal = true
  213. chicken.Font = Enum.Font.SourceSansBold
  214. chicken.Text = "Morph To Chicken"
  215. chicken.TextColor3 = Color3.new(1, 1, 1)
  216. chicken.TextSize = 14
  217.  
  218. Yellow_2.Name = "Yellow"
  219. Yellow_2.Parent = Frame
  220. Yellow_2.AnchorPoint = Vector2.new(0.5, 0)
  221. Yellow_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  222. Yellow_2.BorderColor3 = Color3.new(1, 1, 1)
  223. Yellow_2.Position = UDim2.new(0.473886162, 0, 0.909999609, 0)
  224. Yellow_2.Size = UDim2.new(0, 100, 0, 30)
  225. Yellow_2.AutoButtonColor = false
  226. Yellow_2.Font = Enum.Font.SourceSansBold
  227. Yellow_2.Text = "Team all Yellow"
  228. Yellow_2.TextColor3 = Color3.new(1, 1, 0)
  229. Yellow_2.TextSize = 14
  230.  
  231. Green_2.Name = "Green"
  232. Green_2.Parent = Frame
  233. Green_2.AnchorPoint = Vector2.new(0.5, 0)
  234. Green_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  235. Green_2.BorderColor3 = Color3.new(1, 1, 1)
  236. Green_2.Position = UDim2.new(0.801421285, 0, 0.480000019, 0)
  237. Green_2.Size = UDim2.new(0, 100, 0, 30)
  238. Green_2.AutoButtonColor = false
  239. Green_2.Font = Enum.Font.SourceSansBold
  240. Green_2.Text = "Flood Green"
  241. Green_2.TextColor3 = Color3.new(0, 0.333333, 0)
  242. Green_2.TextSize = 14
  243.  
  244. Gold.Name = "Gold"
  245. Gold.Parent = Frame
  246. Gold.AnchorPoint = Vector2.new(0.5, 0)
  247. Gold.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  248. Gold.BorderColor3 = Color3.new(1, 1, 1)
  249. Gold.Position = UDim2.new(0.490999997, 0, 0.230000004, 0)
  250. Gold.Size = UDim2.new(0, 100, 0, 30)
  251. Gold.AutoButtonColor = false
  252. Gold.Font = Enum.Font.SourceSansBold
  253. Gold.Text = "Gold!"
  254. Gold.TextColor3 = Color3.new(1, 1, 1)
  255. Gold.TextSize = 14
  256.  
  257. MorphToFox.Name = "Morph To Fox"
  258. MorphToFox.Parent = Frame
  259. MorphToFox.AnchorPoint = Vector2.new(0.5, 0)
  260. MorphToFox.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  261. MorphToFox.BorderColor3 = Color3.new(1, 1, 1)
  262. MorphToFox.Position = UDim2.new(0.191, 0, 0.230000004, 0)
  263. MorphToFox.Size = UDim2.new(0, 100, 0, 30)
  264. MorphToFox.AutoButtonColor = false
  265. MorphToFox.Font = Enum.Font.SourceSansBold
  266. MorphToFox.Text = "Morph To Fox"
  267. MorphToFox.TextColor3 = Color3.new(1, 1, 1)
  268. MorphToFox.TextSize = 14
  269.  
  270. Speed.Name = "Speed"
  271. Speed.Parent = Frame
  272. Speed.AnchorPoint = Vector2.new(0.5, 0)
  273. Speed.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  274. Speed.BorderColor3 = Color3.new(1, 1, 1)
  275. Speed.Position = UDim2.new(0.191000193, 0, 0.319999933, 0)
  276. Speed.Size = UDim2.new(0, 100, -0.00999999978, 30)
  277. Speed.AutoButtonColor = false
  278. Speed.Font = Enum.Font.SourceSansBold
  279. Speed.Text = "Speed"
  280. Speed.TextColor3 = Color3.new(1, 1, 1)
  281. Speed.TextSize = 14
  282.  
  283. Penguin.Name = "Penguin"
  284. Penguin.Parent = Frame
  285. Penguin.AnchorPoint = Vector2.new(0.5, 0)
  286. Penguin.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  287. Penguin.BorderColor3 = Color3.new(1, 1, 1)
  288. Penguin.Position = UDim2.new(0.490999997, 0, 0.319999933, 0)
  289. Penguin.Size = UDim2.new(0, 100, -0.00999999978, 30)
  290. Penguin.AutoButtonColor = false
  291. Penguin.Font = Enum.Font.SourceSansBold
  292. Penguin.Text = "Morph To Penguin"
  293. Penguin.TextColor3 = Color3.new(1, 1, 1)
  294. Penguin.TextSize = 14
  295.  
  296.  
  297. Penguin.MouseButton1Down:connect(function()
  298. local A_1 = "PenguinCharacter"
  299. local Event = game:GetService("Workspace").ChangeCharacter
  300. Event:FireServer(A_1)
  301. end)
  302.  
  303. Label_4.Name = "Label"
  304. Label_4.Parent = Frame
  305. Label_4.BackgroundColor3 = Color3.new(0, 0, 0)
  306. Label_4.BackgroundTransparency = 1
  307. Label_4.BorderColor3 = Color3.new(1, 1, 1)
  308. Label_4.BorderSizePixel = 2
  309. Label_4.Position = UDim2.new(0.115714274, 0, 0.129999995, 0)
  310. Label_4.Size = UDim2.new(0.0799999908, 288, -0.0299999993, 48)
  311. Label_4.Font = Enum.Font.Cartoon
  312. Label_4.Text = "LocalPlayer Stuff"
  313. Label_4.TextColor3 = Color3.new(1, 1, 1)
  314. Label_4.TextScaled = true
  315. Label_4.TextSize = 14
  316. Label_4.TextWrapped = true
  317.  
  318. AFK.Name = "AFK"
  319. AFK.Parent = Frame
  320. AFK.AnchorPoint = Vector2.new(0.5, 0)
  321. AFK.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  322. AFK.BorderColor3 = Color3.new(1, 1, 1)
  323. AFK.Position = UDim2.new(0.800999701, 0, 0.319999933, 0)
  324. AFK.Size = UDim2.new(0, 100, -0.00999999978, 30)
  325. AFK.AutoButtonColor = false
  326. AFK.Font = Enum.Font.SourceSansBold
  327. AFK.Text = "AFK Gold Farm."
  328. AFK.TextColor3 = Color3.new(1, 1, 1)
  329. AFK.TextSize = 14
  330.  
  331.  
  332.  
  333. Yellow.MouseButton1Down:connect(function()
  334. local YellowEvent = game:GetService("Workspace")["New YellerZone"].RE
  335. YellowEvent:FireServer()
  336. end)
  337.  
  338. black.MouseButton1Down:connect(function()
  339. local BlackEvent = game:GetService("Workspace").BlackZone.RE
  340. BlackEvent:FireServer()
  341. end)
  342.  
  343. blue.MouseButton1Down:connect(function()
  344. local BlueEvent = game:GetService("Workspace")["Really blueZone"].RE
  345. BlueEvent:FireServer()
  346. end)
  347.  
  348. white.MouseButton1Down:connect(function()
  349. local ASD = game.Teams:GetChildren()
  350. for _,obj in pairs(ASD) do
  351. obj.Name = "Team".._
  352. end
  353.  
  354. for i, v in pairs(game.Players:GetPlayers()) do
  355.  
  356. game.Workspace.ChangeTeam:FireServer(game.Teams["Team1"].TeamColor, v)
  357. end
  358. end)
  359.  
  360. blue_2.MouseButton1Down:connect(function()
  361. local ASD = game.Teams:GetChildren()
  362. for _,obj in pairs(ASD) do
  363. obj.Name = "Team".._
  364. end
  365.  
  366. for i, v in pairs(game.Players:GetPlayers()) do
  367.  
  368. game.Workspace.ChangeTeam:FireServer(game.Teams["Team2"].TeamColor, v)
  369. end
  370. end)
  371.  
  372. red.MouseButton1Down:connect(function()
  373. local ASD = game.Teams:GetChildren()
  374. for _,obj in pairs(ASD) do
  375. obj.Name = "Team".._
  376. end
  377.  
  378. for i, v in pairs(game.Players:GetPlayers()) do
  379.  
  380. game.Workspace.ChangeTeam:FireServer(game.Teams["Team4"].TeamColor, v)
  381. end
  382. end)
  383.  
  384.  
  385. Green.MouseButton1Down:connect(function()
  386. local ASD = game.Teams:GetChildren()
  387. for _,obj in pairs(ASD) do
  388. obj.Name = "Team".._
  389. end
  390.  
  391. for i, v in pairs(game.Players:GetPlayers()) do
  392.  
  393. game.Workspace.ChangeTeam:FireServer(game.Teams["Team3"].TeamColor, v)
  394. end
  395. end)
  396.  
  397. black_2.MouseButton1Down:connect(function()
  398. local ASD = game.Teams:GetChildren()
  399. for _,obj in pairs(ASD) do
  400. obj.Name = "Team".._
  401. end
  402.  
  403. for i, v in pairs(game.Players:GetPlayers()) do
  404.  
  405. game.Workspace.ChangeTeam:FireServer(game.Teams["Team5"].TeamColor, v)
  406. end
  407. end)
  408.  
  409.  
  410. red_2.MouseButton1Down:connect(function()
  411. local RedEvent = game:GetService("Workspace")["Really redZone"].RE
  412. RedEvent:FireServer()
  413. end)
  414.  
  415. Green_2.MouseButton1Down:connect(function()
  416. local GreenEvent = game:GetService("Workspace").CamoZone.RE
  417. GreenEvent:FireServer()
  418. end)
  419.  
  420. Gold.MouseButton1Down:connect(function()
  421. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1360)
  422. wait(0,6)
  423. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1606)
  424. wait(0,6)
  425. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2110)
  426. wait(0,6)
  427. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2356)
  428. wait(0,6)
  429. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2860)
  430. wait(0,6)
  431. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3610)
  432. wait(0,6)
  433. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3856)
  434. wait(0,6)
  435. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4360)
  436. wait(0,6)
  437. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4606)
  438. wait(0,6)
  439. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5111)
  440. wait(0,6)
  441. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5356)
  442. wait(0,6)
  443. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5860)
  444. wait(0,6)
  445. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6106)
  446. wait(0,6)
  447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6610)
  448. wait(0,6)
  449. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6857)
  450. wait(0,6)
  451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7360)
  452. wait(0,6)
  453. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7606)
  454. wait(0,6)
  455. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8110)
  456. wait(0,6)
  457. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8356)
  458. wait(0,6)
  459. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-60,-250,9523)
  460. wait(0,6)
  461. end)
  462.  
  463.  
  464.  
  465. Yellow_2.MouseButton1Down:connect(function()
  466. local ASD = game.Teams:GetChildren()
  467. for _,obj in pairs(ASD) do
  468. obj.Name = "Team".._
  469. end
  470.  
  471. for i, v in pairs(game.Players:GetPlayers()) do
  472.  
  473. game.Workspace.ChangeTeam:FireServer(game.Teams["Team6"].TeamColor, v)
  474. end
  475. end)
  476.  
  477. MorphToFox.MouseButton1Down:connect(function()
  478. local A_1 = "FoxCharacter"
  479. local Event = game:GetService("Workspace").ChangeCharacter
  480. Event:FireServer(A_1)
  481. end)
  482.  
  483. chicken.MouseButton1Down:connect(function()
  484. local A_1 = "ChickenCharacter"
  485. local Event = game:GetService("Workspace").ChangeCharacter
  486. Event:FireServer(A_1)
  487. end)
  488.  
  489. Speed.MouseButton1Down:connect(function()
  490. while true do
  491. wait()
  492. local char = game.Players.LocalPlayer.Character
  493. if char:FindFirstChild("Humanoid") ~= nil then
  494. char.Humanoid.WalkSpeed = 50
  495. --[[else
  496. print("w0t's goin onn??")]]
  497. end
  498. end
  499. end)
  500.  
  501.  
  502.  
  503. AFK.MouseButton1Down:connect(function()
  504. while true do
  505. wait(4)
  506. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1360)
  507. wait(0,6)
  508. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1606)
  509. wait(0,6)
  510. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2110)
  511. wait(0,6)
  512. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2356)
  513. wait(0,6)
  514. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2860)
  515. wait(0,6)
  516. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3610)
  517. wait(0,6)
  518. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3856)
  519. wait(0,6)
  520. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4360)
  521. wait(0,6)
  522. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4606)
  523. wait(0,6)
  524. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5111)
  525. wait(0,6)
  526. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5356)
  527. wait(0,6)
  528. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5860)
  529. wait(0,6)
  530. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6106)
  531. wait(0,6)
  532. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6610)
  533. wait(0,6)
  534. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6857)
  535. wait(0,6)
  536. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7360)
  537. wait(0,6)
  538. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7606)
  539. wait(0,6)
  540. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8110)
  541. wait(0,6)
  542. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8356)
  543. wait(0,6)
  544. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-60,-250,9523)
  545. wait(0,6)
  546. end
  547. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement