Advertisement
subaru112g

???

May 9th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.77 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. char = plr.Character
  3.  
  4. -- Defining RenderStepped?
  5. renders = game:GetService("RunService").RenderStepped
  6.  
  7. char.Humanoid.WalkSpeed = 0
  8. char.Humanoid.JumpPower = 0
  9. char.Humanoid.MaxHealth = 1000000
  10. char.Humanoid.Health = 1000000
  11.  
  12. char["Body Colors"]:Destroy()
  13.  
  14. local humanv = Instance.new("BoolValue",char)
  15. humanv.Value = false
  16.  
  17. local hum = char.Humanoid
  18. local animnew = Instance.new("AnimationController",hum)
  19. char.Humanoid.Animator.Parent = animnew
  20.  
  21. local part = Instance.new("Part",char)
  22. part.Transparency = 0
  23. part.Size = Vector3.new(1, 0.05, 1)
  24. part.Color = Color3.new(0,0,0)
  25. part.CanCollide = false
  26. local m = Instance.new("SpecialMesh",part)
  27. m.MeshType = "Sphere"
  28. local weld = Instance.new("Weld",part)
  29. weld.Part0 = part
  30. weld.Part1 = char.HumanoidRootPart
  31. for i = 0,1 , 0.05 do
  32. weld.C0 = weld.C0:lerp(CFrame.new(0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1),i)
  33. game:GetService("RunService").RenderStepped:wait()
  34. end
  35.  
  36. for i = 1,5 do
  37. m.Scale = m.Scale + Vector3.new(0.5,100,0.5)
  38. game:GetService("RunService").Stepped:wait()
  39. end
  40.  
  41. wait(2)
  42.  
  43. for i = 1,5 do
  44. m.Scale = m.Scale - Vector3.new(0.5,100,0.5)
  45. game:GetService("RunService").Stepped:wait()
  46. end
  47.  
  48. local You = "Subaru112"
  49. local head = workspace[You].Head:Clone()
  50. local model = Instance.new("Model",char)
  51. head.Parent = model
  52. head.Size = Vector3.new(1,1,1)
  53. local w = Instance.new("Weld",model)
  54. w.Part0,w.Part1 = workspace[You].Head,head
  55. w.Name = "HeadWeld"
  56.  
  57. local head2 = workspace[You].Head:Clone()
  58. local model2 = Instance.new("Model",char)
  59. head2.Parent = model2
  60. head2.Transparency = 1
  61. head2.Size = Vector3.new(1,1,1)
  62. local h2 = Instance.new("Humanoid",model2)
  63. h2.MaxHealth = 0
  64. h2.Health = 0
  65. local w = Instance.new("Weld",model)
  66. w.Part0,w.Part1 = workspace[You].Head,head2
  67. w.Name = "HeadWeld"
  68. model2.Name = " "
  69. head2.face.Texture = "http://www.roblox.com/asset/?id=145302972"
  70.  
  71. local torso = workspace[You].Torso:Clone()
  72. torso.Parent = model
  73. local we = Instance.new("Weld",model)
  74. we.Part0,we.Part1 = workspace[You].Torso,torso
  75. we.Name = "TorsoWeld"
  76.  
  77. local larm = workspace[You]["Left Arm"]:Clone()
  78. larm.Parent = model
  79. local wel = Instance.new("Weld",model)
  80. wel.Part0,wel.Part1 = workspace[You]["Left Arm"],larm
  81. wel.Name = "LeftArmWeld"
  82.  
  83. local rarm = workspace[You]["Right Arm"]:Clone()
  84. rarm.Parent = model
  85. local weld = Instance.new("Weld",model)
  86. weld.Part0,weld.Part1 = workspace[You]["Right Arm"],rarm
  87. weld.Name = "RightArmWeld"
  88.  
  89. local lleg = workspace[You]["Left Leg"]:Clone()
  90. lleg.Parent = model
  91. local llweld = Instance.new("Weld",model)
  92. llweld.Part0,llweld.Part1 = workspace[You]["Left Leg"],lleg
  93. llweld.Name = "LeftLegWeld"
  94.  
  95. local rleg = workspace[You]["Right Leg"]:Clone()
  96. rleg.Parent = model
  97. local rlweld = Instance.new("Weld",model)
  98. rlweld.Part0,rlweld.Part1 = workspace[You]["Right Leg"],rleg
  99. rlweld.Name = "RightLegWeld"
  100.  
  101. char.Model.Head.face.Texture = "http://www.roblox.com/asset/?id=0"
  102. char.Head.face.Texture = "http://www.roblox.com/asset/?id=0"
  103.  
  104. char.Model["Left Leg"].BrickColor = BrickColor.new("Really black")
  105. char.Model["Right Leg"].BrickColor = BrickColor.new("Really black")
  106. char.Model["Left Arm"].BrickColor = BrickColor.new("Really black")
  107. char.Model["Right Arm"].BrickColor = BrickColor.new("Really black")
  108. char.Model["Torso"].BrickColor = BrickColor.new("Really black")
  109. char.Model["Head"].BrickColor = BrickColor.new("Really black")
  110. char.Head.Transparency = 1
  111. char.Torso.Transparency = 1
  112. char["Left Arm"].Transparency = 1
  113. char["Right Arm"].Transparency = 1
  114. char["Right Leg"].Transparency = 1
  115. char["Left Leg"].Transparency = 1
  116.  
  117. --Hat Remove
  118. for _, child in pairs(char:GetChildren()) do
  119. if child.ClassName == 'Accessory' then
  120. child:Destroy()
  121. end
  122. end
  123.  
  124. --Hat Remove
  125. for _, child in pairs(char:GetChildren()) do
  126. if child.ClassName == 'CharacterMesh' then
  127. child:Destroy()
  128. end
  129. end
  130.  
  131.  
  132. wait(0.1)
  133.  
  134. for i = 1,5 do
  135. m.Scale = m.Scale + Vector3.new(0.5,0,0.5)
  136. game:GetService("RunService").Stepped:wait()
  137. end
  138.  
  139. wait(2)
  140. local h = Instance.new("Humanoid",model)
  141. h.MaxHealth = 0
  142. h.Health = 0
  143. model.Name = " "
  144.  
  145. char.Humanoid.WalkSpeed = 50
  146. char.Humanoid.JumpPower = 55
  147.  
  148. local torsoc = Instance.new("CharacterMesh", game.Workspace)
  149. torsoc.BodyPart = "Torso"
  150. torsoc.MeshId = "1112228624"
  151. torsoc.Parent = char
  152.  
  153. local llegc = Instance.new("CharacterMesh", game.Workspace)
  154. llegc.BodyPart = "LeftLeg"
  155. llegc.MeshId = "1112275294"
  156. llegc.Parent = char
  157.  
  158. local rlegc = Instance.new("CharacterMesh", game.Workspace)
  159. rlegc.BodyPart = "RightLeg"
  160. rlegc.MeshId = "1112267576"
  161. rlegc.Parent = char
  162.  
  163. local larmc = Instance.new("CharacterMesh", game.Workspace)
  164. larmc.BodyPart = "LeftArm"
  165. larmc.MeshId = "1112256772"
  166. larmc.Parent = char
  167.  
  168. local rarmc = Instance.new("CharacterMesh", game.Workspace)
  169. rarmc.BodyPart = "RightArm"
  170. rarmc.MeshId = "1112244824"
  171. rarmc.Parent = char
  172.  
  173. ha = Instance.new("Hat")
  174. p = Instance.new("Part")
  175. ha.Name = "Hat"
  176. p.Parent = ha
  177. p.Position = char.Head.Position
  178. p.Name = "Handle"
  179. p.formFactor = 0
  180. p.Size = Vector3.new(1, 1, 1)
  181. p.BottomSurface = 0
  182. p.TopSurface = 0
  183. p.Locked = true
  184. p.Transparency = 1
  185. ha.Parent = char
  186. ha.AttachmentPos = Vector3.new(0, 2.175, 0)
  187.  
  188. hm = Instance.new("Hat")
  189. pm = Instance.new("Part")
  190. hm.Name = "Hat"
  191. pm.Parent = hm
  192. pm.Position = char.Head.Position
  193. pm.Name = "Handle"
  194. pm.formFactor = 0
  195. pm.Size = Vector3.new(1, 1, 1)
  196. pm.BottomSurface = 0
  197. pm.TopSurface = 0
  198. pm.Locked = true
  199. pm.Transparency = 1
  200. hm.Parent = model
  201. local w1 = Instance.new("Weld",hm)
  202. w1.Part0 = pm
  203. w1.Part1 = head
  204.  
  205. hm2 = Instance.new("Hat")
  206. pm2 = Instance.new("Part")
  207. hm2.Name = "Hat"
  208. pm2.Parent = hm2
  209. pm2.Position = head2.Position
  210. pm2.Name = "Handle"
  211. pm2.formFactor = 0
  212. pm2.Size = Vector3.new(1, 1, 1)
  213. pm2.BottomSurface = 0
  214. pm2.TopSurface = 0
  215. pm2.Locked = true
  216. pm2.Transparency = 1
  217. hm2.Parent = model2
  218. local w2 = Instance.new("Weld",hm2)
  219. w2.Part0 = pm2
  220. w2.Part1 = head2
  221.  
  222. function onTouched(brick)
  223. if humanv.Value == false then
  224. local humn = brick.Parent:FindFirstChildOfClass("Part")
  225. if humn then
  226. for i,v in pairs(humn.Parent:GetChildren()) do
  227. if v.ClassName == "Part" then
  228. v.CanCollide = true
  229. v.Anchored = false
  230. v.Color = Color3.new(0,0,0)
  231. v:BreakJoints()
  232. end
  233. end
  234. end
  235. end
  236. end
  237. torso.Touched:connect(onTouched)
  238.  
  239. function onTouched(brick)
  240. if humanv.Value == false then
  241. local humn = brick.Parent:FindFirstChildOfClass("Humanoid")
  242. if humn then
  243. for i,v in pairs(humn.Parent:GetChildren()) do
  244. if v.ClassName == "Part" then
  245. humn:Destroy()
  246. end
  247. end
  248. end
  249. end
  250. end
  251. torso.Touched:connect(onTouched)
  252.  
  253. function onTouched(brick)
  254. if humanv.Value == false then
  255. local humn = brick.Parent:FindFirstChildOfClass("MeshPart")
  256. if humn then
  257. for i,v in pairs(humn.Parent:GetChildren()) do
  258. if v.ClassName == "MeshPart" then
  259. v.CanCollide = true
  260. v.Anchored = false
  261. v.Color = Color3.new(0,0,0)
  262. v:BreakJoints()
  263. end
  264. end
  265. end
  266. end
  267. end
  268. torso.Touched:connect(onTouched)
  269.  
  270. function onTouched(brick)
  271. if humanv.Value == false then
  272. local humn = brick.Parent:FindFirstChildOfClass("UnionOperation")
  273. if humn then
  274. for i,v in pairs(humn.Parent:GetChildren()) do
  275. if v.ClassName == "UnionOperation" then
  276. v.CanCollide = true
  277. v.Anchored = false
  278. v.Color = Color3.new(0,0,0)
  279. v:BreakJoints()
  280. end
  281. end
  282. end
  283. end
  284. end
  285. torso.Touched:connect(onTouched)
  286.  
  287. local music = Instance.new("Sound",char)
  288. music.Volume = 1
  289. music.SoundId = "rbxassetid://885996042"
  290. music:Play()
  291.  
  292. local ScreenGui = Instance.new("ScreenGui")
  293. local TextButton_3 = Instance.new("TextButton")
  294.  
  295. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  296.  
  297. TextButton_3.Parent = ScreenGui
  298. TextButton_3.BackgroundColor3 = Color3.new(0.25098, 0.964706, 1)
  299. TextButton_3.Position = UDim2.new(0, -142,0, 452)
  300. TextButton_3.Size = UDim2.new(0, 142, 0, 50)
  301. TextButton_3.Font = Enum.Font.SourceSans
  302. TextButton_3.Text = "Toggle invisibility off"
  303. TextButton_3.TextScaled = true
  304. TextButton_3.TextSize = 14
  305.  
  306.  
  307. local ScreenGui = Instance.new("ScreenGui")
  308. local TextButton = Instance.new("TextButton")
  309.  
  310. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  311.  
  312. TextButton.Parent = ScreenGui
  313. TextButton.BackgroundColor3 = Color3.new(0.25098, 0.964706, 1)
  314. TextButton.Position = UDim2.new(0, 0, 0, 452)
  315. TextButton.Size = UDim2.new(0, 142, 0, 50)
  316. TextButton.Font = Enum.Font.SourceSans
  317. TextButton.Text = "Toggle invisibility on"
  318. TextButton.TextScaled = true
  319. TextButton.TextSize = 14
  320.  
  321. TextButton.MouseButton1Down:connect(function()
  322. hm:Destroy()
  323. model.Humanoid:Destroy()
  324. music.Pitch = 2
  325. larm.Transparency = 0.1
  326. rarm.Transparency = 0.1
  327. lleg.Transparency = 0.1
  328. rleg.Transparency = 0.1
  329. head.Transparency = 0.1
  330. torso.Transparency = 0.1
  331. wait(0.1)
  332. larm.Transparency = 0.2
  333. rarm.Transparency = 0.2
  334. lleg.Transparency = 0.2
  335. rleg.Transparency = 0.2
  336. head.Transparency = 0.2
  337. torso.Transparency = 0.2
  338. wait(0.1)
  339. larm.Transparency = 0.3
  340. rarm.Transparency = 0.3
  341. lleg.Transparency = 0.3
  342. rleg.Transparency = 0.3
  343. head.Transparency = 0.3
  344. torso.Transparency = 0.3
  345. wait(0.1)
  346. larm.Transparency = 0.4
  347. rarm.Transparency = 0.4
  348. lleg.Transparency = 0.4
  349. rleg.Transparency = 0.4
  350. head.Transparency = 0.4
  351. torso.Transparency = 0.4
  352. wait(0.1)
  353. larm.Transparency = 0.5
  354. rarm.Transparency = 0.5
  355. lleg.Transparency = 0.5
  356. rleg.Transparency = 0.5
  357. head.Transparency = 0.5
  358. torso.Transparency = 0.5
  359. wait(0.1)
  360. larm.Transparency = 0.6
  361. rarm.Transparency = 0.6
  362. lleg.Transparency = 0.6
  363. rleg.Transparency = 0.6
  364. head.Transparency = 0.6
  365. torso.Transparency = 0.6
  366. wait(0.1)
  367. larm.Transparency = 0.7
  368. rarm.Transparency = 0.7
  369. lleg.Transparency = 0.7
  370. rleg.Transparency = 0.7
  371. head.Transparency = 0.7
  372. torso.Transparency = 0.7
  373. wait(0.1)
  374. larm.Transparency = 0.8
  375. rarm.Transparency = 0.8
  376. lleg.Transparency = 0.8
  377. rleg.Transparency = 0.8
  378. head.Transparency = 0.8
  379. head.Transparency = 0.8
  380. wait(0.1)
  381. larm.Transparency = 0.9
  382. rarm.Transparency = 0.9
  383. lleg.Transparency = 0.9
  384. rleg.Transparency = 0.9
  385. head.Transparency = 0.9
  386. torso.Transparency = 0.9
  387. wait(0.1)
  388. larm.Transparency = 1
  389. rarm.Transparency = 1
  390. lleg.Transparency = 1
  391. rleg.Transparency = 1
  392. head.Transparency = 1
  393. torso.Transparency = 1
  394. larm.CanCollide = false
  395. rarm.CanCollide = false
  396. lleg.CanCollide = false
  397. rleg.CanCollide = false
  398. head.CanCollide = false
  399. torso.CanCollide = false
  400. char.Humanoid.WalkSpeed = 30
  401. TextButton.Position = UDim2.new(0, -142,0, 452)
  402. wait(0.1)
  403. part.Transparency = 1
  404. wait(0.3)
  405. for i = 1,5 do
  406. m.Scale = m.Scale - Vector3.new(0.5,0,0.5)
  407. game:GetService("RunService").Stepped:wait()
  408. end
  409. TextButton.Position = UDim2.new(0, -142,0, 452)
  410. TextButton_3.Position = UDim2.new(0, 0, 0, 452)
  411. end)
  412.  
  413. local ScreenGui = Instance.new("ScreenGui")
  414. local TextButton_2 = Instance.new("TextButton")
  415.  
  416. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  417.  
  418. TextButton_2.Parent = ScreenGui
  419. TextButton_2.BackgroundColor3 = Color3.new(0.247059, 0.964706, 1)
  420. TextButton_2.Position = UDim2.new(0, 1200,0, 452)
  421. TextButton_2.Size = UDim2.new(0, 142, 0, 50)
  422. TextButton_2.Font = Enum.Font.SourceSans
  423. TextButton_2.Text = "reset song"
  424. TextButton_2.TextScaled = true
  425. TextButton_2.TextSize = 14
  426. TextButton_2.TextWrapped = true
  427.  
  428. TextButton_2.MouseButton1Down:connect(function()
  429. music:Play()
  430. end)
  431.  
  432. TextButton_3.MouseButton1Down:connect(function()
  433. wait(0.1)
  434. music.Pitch = 1
  435. char.Humanoid.WalkSpeed = 50
  436. larm.Transparency = 0.9
  437. rarm.Transparency = 0.9
  438. lleg.Transparency = 0.9
  439. rleg.Transparency = 0.9
  440. head.Transparency = 0.9
  441. torso.Transparency = 0.9
  442. wait(0.1)
  443. larm.Transparency = 0.8
  444. rarm.Transparency = 0.8
  445. lleg.Transparency = 0.8
  446. rleg.Transparency = 0.8
  447. head.Transparency = 0.8
  448. torso.Transparency = 0.8
  449. wait(0.3)
  450. larm.Transparency = 0.8
  451. rarm.Transparency = 0.8
  452. lleg.Transparency = 0.8
  453. rleg.Transparency = 0.8
  454. head.Transparency = 0.8
  455. head.Transparency = 0.8
  456. wait(0.3)
  457. larm.Transparency = 0.7
  458. rarm.Transparency = 0.7
  459. lleg.Transparency = 0.7
  460. rleg.Transparency = 0.7
  461. head.Transparency = 0.7
  462. torso.Transparency = 0.7
  463. wait(0.3)
  464. larm.Transparency = 0.6
  465. rarm.Transparency = 0.6
  466. lleg.Transparency = 0.6
  467. rleg.Transparency = 0.6
  468. head.Transparency = 0.6
  469. torso.Transparency = 0.6
  470. wait(0.3)
  471. larm.Transparency = 0.5
  472. rarm.Transparency = 0.5
  473. lleg.Transparency = 0.5
  474. rleg.Transparency = 0.5
  475. head.Transparency = 0.5
  476. torso.Transparency = 0.5
  477. wait(0.3)
  478. larm.Transparency = 0.4
  479. rarm.Transparency = 0.4
  480. lleg.Transparency = 0.4
  481. rleg.Transparency = 0.4
  482. head.Transparency = 0.4
  483. torso.Transparency = 0.4
  484. wait(0.3)
  485. larm.Transparency = 0.3
  486. rarm.Transparency = 0.3
  487. lleg.Transparency = 0.3
  488. rleg.Transparency = 0.3
  489. head.Transparency = 0.3
  490. torso.Transparency = 0.3
  491. wait(0.3)
  492. larm.Transparency = 0.2
  493. rarm.Transparency = 0.2
  494. lleg.Transparency = 0.2
  495. rleg.Transparency = 0.2
  496. head.Transparency = 0.2
  497. torso.Transparency = 0.2
  498. wait(0.3)
  499. larm.Transparency = 0.1
  500. rarm.Transparency = 0.1
  501. lleg.Transparency = 0.1
  502. rleg.Transparency = 0.1
  503. head.Transparency = 0.1
  504. torso.Transparency = 0.1
  505. wait(0.3)
  506. larm.Transparency = 0
  507. rarm.Transparency = 0
  508. lleg.Transparency = 0
  509. rleg.Transparency = 0
  510. head.Transparency = 0
  511. torso.Transparency = 0
  512. larm.CanCollide = true
  513. rarm.CanCollide = true
  514. lleg.CanCollide = true
  515. rleg.CanCollide = true
  516. head.CanCollide = true
  517. torso.CanCollide = true
  518. local h = Instance.new("Humanoid",model)
  519. h.MaxHealth = 0
  520. h.Health = 0
  521. part.Transparency = 0
  522. for i = 1,5 do
  523. m.Scale = m.Scale + Vector3.new(0.5,0,0.5)
  524. game:GetService("RunService").Stepped:wait()
  525. end
  526. TextButton_3.Position = UDim2.new(0, -142,0, 452)
  527. TextButton.Position = UDim2.new(0, 0, 0, 452)
  528. wait(0.00000000000000000000000000000000000001)
  529. hm = Instance.new("Hat")
  530. pm = Instance.new("Part")
  531. hm.Name = "Hat"
  532. pm.Parent = hm
  533. pm.Position = char.Head.Position
  534. pm.Name = "Handle"
  535. pm.formFactor = 0
  536. pm.Size = Vector3.new(1, 1, 2)
  537. pm.BottomSurface = 0
  538. pm.TopSurface = 0
  539. pm.Locked = true
  540. pm.Transparency = 1
  541. hm.Parent = model
  542. end)
  543.  
  544. local gui_2 = Instance.new("ScreenGui")
  545. local earsv = Instance.new("BoolValue")
  546. local brickv = Instance.new("BoolValue")
  547. local boyv = Instance.new("BoolValue")
  548. local girlv = Instance.new("BoolValue")
  549. local TextButton_5 = Instance.new("TextButton")
  550. local TextButton_4 = Instance.new("TextButton")
  551. local TextBox = Instance.new("TextBox")
  552. local TextButton_6 = Instance.new("TextButton")
  553. local ImageButton = Instance.new("ImageButton")
  554. local Frame_1 = Instance.new("Frame")
  555. local TextButton_13 = Instance.new("TextButton")
  556. local TextButton_16 = Instance.new("TextButton")
  557. local TextButton_11 = Instance.new("TextButton")
  558. local TextButton_18 = Instance.new("TextButton")
  559. local TextButton_15 = Instance.new("TextButton")
  560. local TextButton_12 = Instance.new("TextButton")
  561. local TextButton_17 = Instance.new("TextButton")
  562. local TextButton_14 = Instance.new("TextButton")
  563. local TextButton_19 = Instance.new("TextButton")
  564. local TextButton_20 = Instance.new("TextButton")
  565. local TextBox_2 = Instance.new("TextBox")
  566. local Label_1 = Instance.new("TextLabel")
  567. local Label_2 = Instance.new("TextLabel")
  568. local Label_3 = Instance.new("TextLabel")
  569. local Label_4 = Instance.new("TextLabel")
  570.  
  571. gui_2.Name = "gui_2"
  572. gui_2.Parent = game.Players.LocalPlayer.PlayerGui
  573.  
  574. TextButton_5.Name = "TextButton_5"
  575. TextButton_5.Parent = gui_2
  576. TextButton_5.BackgroundColor3 = Color3.new(0.25098, 0.964706, 1)
  577. TextButton_5.Position = UDim2.new(0, 0, 0, 383)
  578. TextButton_5.Size = UDim2.new(0, 142, 0, 50)
  579. TextButton_5.Font = Enum.Font.SourceSans
  580. TextButton_5.Text = "don't turn around"
  581. TextButton_5.TextScaled = true
  582. TextButton_5.TextSize = 14
  583. TextButton_5.TextWrapped = true
  584.  
  585. earsv.Parent = gui_2
  586. earsv.Value = false
  587. earsv.Name = "earsv"
  588. boyv.Parent = gui_2
  589. boyv.Value = false
  590. boyv.Name = "boyv"
  591. girlv.Parent = gui_2
  592. girlv.Value = false
  593. girlv.Name = "girlv"
  594. brickv.Parent = gui_2
  595. brickv.Value = true
  596. brickv.Name = "brickv"
  597.  
  598. TextButton_4.Name = "TextButton_4"
  599. TextButton_4.Parent = gui_2
  600. TextButton_4.BackgroundColor3 = Color3.new(0.25098, 0.964706, 1)
  601. TextButton_4.Position = UDim2.new(0, 0, 0, 255)
  602. TextButton_4.Size = UDim2.new(0, 140, 0, 22)
  603. TextButton_4.Visible = false
  604. TextButton_4.Font = Enum.Font.SourceSans
  605. TextButton_4.Text = "say"
  606. TextButton_4.TextScaled = true
  607. TextButton_4.TextSize = 14
  608. TextButton_4.TextWrapped = true
  609.  
  610. TextBox.Parent = gui_2
  611. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  612. TextBox.Position = UDim2.new(0, 0, 0, 281)
  613. TextBox.Size = UDim2.new(0, 139, 0, 16)
  614. TextBox.Visible = false
  615. TextBox.Font = Enum.Font.SourceSans
  616. TextBox.Text = "say something"
  617. TextBox.TextSize = 14
  618.  
  619. TextButton_6.Name = "TextButton_6"
  620. TextButton_6.Parent = gui_2
  621. TextButton_6.BackgroundColor3 = Color3.new(0.25098, 0.964706, 1)
  622. TextButton_6.Position = UDim2.new(0, 0, 0, 315)
  623. TextButton_6.Size = UDim2.new(0, 142, 0, 50)
  624. TextButton_6.Font = Enum.Font.SourceSans
  625. TextButton_6.Text = "be a human"
  626. TextButton_6.TextScaled = true
  627. TextButton_6.TextSize = 14
  628. TextButton_6.TextWrapped = true
  629.  
  630. TextButton_20.Name = "TextButton_20"
  631. TextButton_20.Parent = gui_2
  632. TextButton_20.BackgroundColor3 = Color3.new(0.25098, 0.964706, 1)
  633. TextButton_20.Position = UDim2.new(0, 0, 0, 315)
  634. TextButton_20.Size = UDim2.new(0, 142, 0, 50)
  635. TextButton_20.Font = Enum.Font.SourceSans
  636. TextButton_20.Text = "turn back"
  637. TextButton_20.TextScaled = true
  638. TextButton_20.TextSize = 14
  639. TextButton_20.TextWrapped = true
  640. TextButton_20.Visible = false
  641.  
  642. ImageButton.Parent = gui_2
  643. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  644. ImageButton.BackgroundTransparency = 1
  645. ImageButton.Position = UDim2.new(0, 0, 0, 208)
  646. ImageButton.Size = UDim2.new(0, 35, 0, 31)
  647. ImageButton.Image = "rbxassetid://135740223"
  648.  
  649. Frame_1.Name = "Frame_1"
  650. Frame_1.Parent = ImageButton
  651. Frame_1.BackgroundColor3 = Color3.new(0, 0, 0)
  652. Frame_1.BackgroundTransparency = 0.69999998807907
  653. Frame_1.Position = UDim2.new(0, 35, 0, -58)
  654. Frame_1.Size = UDim2.new(0, 204, 0, 89)
  655. Frame_1.Visible = false
  656.  
  657. TextButton_13.Name = "TextButton_13"
  658. TextButton_13.Parent = Frame_1
  659. TextButton_13.BackgroundColor3 = Color3.new(1, 0, 0)
  660. TextButton_13.Position = UDim2.new(0, 102, 0, 63)
  661. TextButton_13.Size = UDim2.new(0, 46, 0, 26)
  662. TextButton_13.Visible = false
  663. TextButton_13.Font = Enum.Font.SourceSans
  664. TextButton_13.Text = "is on"
  665. TextButton_13.TextSize = 14
  666. TextButton_13.TextWrapped = true
  667.  
  668. TextButton_16.Name = "TextButton_16"
  669. TextButton_16.Parent = Frame_1
  670. TextButton_16.BackgroundColor3 = Color3.new(1, 0, 0)
  671. TextButton_16.Position = UDim2.new(0, 56, 0, 63)
  672. TextButton_16.Size = UDim2.new(0, 46, 0, 26)
  673. TextButton_16.Visible = false
  674. TextButton_16.Font = Enum.Font.SourceSans
  675. TextButton_16.Text = "is on"
  676. TextButton_16.TextSize = 14
  677.  
  678. TextButton_11.Name = "TextButton_11"
  679. TextButton_11.Parent = Frame_1
  680. TextButton_11.BackgroundColor3 = Color3.new(1, 0, 0)
  681. TextButton_11.Position = UDim2.new(0, 102, 0, 18)
  682. TextButton_11.Size = UDim2.new(0, 46, 0, 26)
  683. TextButton_11.Visible = false
  684. TextButton_11.Font = Enum.Font.SourceSans
  685. TextButton_11.Text = "is off"
  686. TextButton_11.TextSize = 14
  687.  
  688. TextButton_18.Name = "TextButton_18"
  689. TextButton_18.Parent = Frame_1
  690. TextButton_18.BackgroundColor3 = Color3.new(1, 0, 0)
  691. TextButton_18.Position = UDim2.new(0, 56, 0, 18)
  692. TextButton_18.Size = UDim2.new(0, 46, 0, 26)
  693. TextButton_18.Visible = false
  694. TextButton_18.Font = Enum.Font.SourceSans
  695. TextButton_18.Text = "is on"
  696. TextButton_18.TextSize = 14
  697.  
  698. TextButton_15.Name = "TextButton_15"
  699. TextButton_15.Parent = Frame_1
  700. TextButton_15.BackgroundColor3 = Color3.new(1, 0, 0)
  701. TextButton_15.Position = UDim2.new(0, 102, 0, 18)
  702. TextButton_15.Size = UDim2.new(0, 46, 0, 26)
  703. TextButton_15.Visible = false
  704. TextButton_15.Font = Enum.Font.SourceSans
  705. TextButton_15.Text = "is on"
  706. TextButton_15.TextSize = 14
  707.  
  708. TextButton_12.Name = "TextButton_12"
  709. TextButton_12.Parent = Frame_1
  710. TextButton_12.BackgroundColor3 = Color3.new(1, 0, 0)
  711. TextButton_12.Position = UDim2.new(0, 56, 0, 63)
  712. TextButton_12.Size = UDim2.new(0, 46, 0, 26)
  713. TextButton_12.Visible = false
  714. TextButton_12.Font = Enum.Font.SourceSans
  715. TextButton_12.Text = "is off"
  716. TextButton_12.TextSize = 14
  717.  
  718. TextButton_17.Name = "TextButton_17"
  719. TextButton_17.Parent = Frame_1
  720. TextButton_17.BackgroundColor3 = Color3.new(1, 0, 0)
  721. TextButton_17.Position = UDim2.new(0, 102, 0, 63)
  722. TextButton_17.Size = UDim2.new(0, 46, 0, 26)
  723. TextButton_17.Visible = false
  724. TextButton_17.Font = Enum.Font.SourceSans
  725. TextButton_17.Text = "is off"
  726. TextButton_17.TextSize = 14
  727. TextButton_17.TextWrapped = true
  728.  
  729. TextButton_14.Name = "TextButton_14"
  730. TextButton_14.Parent = Frame_1
  731. TextButton_14.BackgroundColor3 = Color3.new(1, 0, 0)
  732. TextButton_14.Position = UDim2.new(0, 56, 0, 18)
  733. TextButton_14.Size = UDim2.new(0, 46, 0, 26)
  734. TextButton_14.Visible = false
  735. TextButton_14.Font = Enum.Font.SourceSans
  736. TextButton_14.Text = "is off"
  737. TextButton_14.TextSize = 14
  738.  
  739. TextBox_2.Name = "TextBox_2"
  740. TextBox_2.Parent = Frame_1
  741. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  742. TextBox_2.Position = UDim2.new(0, 17, 0, 0)
  743. TextBox_2.Size = UDim2.new(0, 170, 0, 10)
  744. TextBox_2.Visible = false
  745. TextBox_2.Font = Enum.Font.SourceSans
  746. TextBox_2.Text = "human name"
  747. TextBox_2.TextSize = 14
  748.  
  749. Label_1.Name = "Label_1"
  750. Label_1.Parent = Frame_1
  751. Label_1.Active = true
  752. Label_1.BackgroundColor3 = Color3.new(0, 1, 0)
  753. Label_1.Position = UDim2.new(0, 158, 0, 18)
  754. Label_1.Size = UDim2.new(0, 46, 0, 26)
  755. Label_1.Visible = false
  756. Label_1.Font = Enum.Font.SourceSans
  757. Label_1.Text = "boy"
  758. Label_1.TextSize = 14
  759.  
  760. Label_2.Name = "Label_2"
  761. Label_2.Parent = Frame_1
  762. Label_2.Active = true
  763. Label_2.BackgroundColor3 = Color3.new(0, 1, 0)
  764. Label_2.Position = UDim2.new(0, 0, 0, 63)
  765. Label_2.Size = UDim2.new(0, 46, 0, 26)
  766. Label_2.Visible = false
  767. Label_2.Font = Enum.Font.SourceSans
  768. Label_2.Text = "cat ears"
  769. Label_2.TextSize = 14
  770.  
  771. Label_3.Name = "Label_3"
  772. Label_3.Parent = Frame_1
  773. Label_3.Active = true
  774. Label_3.BackgroundColor3 = Color3.new(0, 1, 0)
  775. Label_3.Position = UDim2.new(0, 158, 0, 63)
  776. Label_3.Size = UDim2.new(0, 46, 0, 26)
  777. Label_3.Visible = false
  778. Label_3.Font = Enum.Font.SourceSans
  779. Label_3.Text = "Brick human"
  780. Label_3.TextScaled = true
  781. Label_3.TextSize = 14
  782. Label_3.TextWrapped = true
  783.  
  784. Label_4.Name = "Label_4"
  785. Label_4.Parent = Frame_1
  786. Label_4.Active = true
  787. Label_4.BackgroundColor3 = Color3.new(0, 1, 0)
  788. Label_4.Position = UDim2.new(0, 0, 0, 18)
  789. Label_4.Size = UDim2.new(0, 46, 0, 26)
  790. Label_4.Visible = false
  791. Label_4.Font = Enum.Font.SourceSans
  792. Label_4.Text = "girl"
  793. Label_4.TextSize = 14
  794.  
  795. -- Scripts
  796.  
  797. ImageButton.MouseButton1Down:connect(function()
  798. Frame_1.Visible = true
  799. TextButton_19.Visible = true
  800. if brickv.Value == true then
  801. TextButton_13.Visible = true
  802. TextButton_17.Visible = false
  803. end
  804. if brickv.Value == false then
  805. TextButton_17.Visible = true
  806. TextButton_13.Visible = false
  807. end
  808. Label_1.Visible = true
  809. Label_2.Visible = true
  810. Label_3.Visible = true
  811. Label_4.Visible = true
  812. TextBox_2.Visible = true
  813. ImageButton.Image = "http://www.roblox.com/asset/?id=145302972"
  814. if boyv.Value == false then
  815. TextButton_11.Visible = true
  816. TextButton_15.Visible = false
  817. end
  818. if boyv.Value == true then
  819. TextButton_15.Visible = true
  820. TextButton_11.Visible = false
  821. end
  822. if earsv.Value == false then
  823. TextButton_12.Visible = true
  824. TextButton_16.Visible = false
  825. end
  826. if earsv.Value == true then
  827. TextButton_12.Visible = false
  828. TextButton_16.Visible = true
  829. end
  830. if girlv.Value == true then
  831. TextButton_14.Visible = false
  832. TextButton_18.Visible = true
  833. end
  834. if girlv.Value == false then
  835. TextButton_14.Visible = true
  836. TextButton_18.Visible = false
  837. end
  838. end)
  839.  
  840. TextButton_19.Name = "TextButton_19"
  841. TextButton_19.Parent = Frame_1
  842. TextButton_19.BackgroundColor3 = Color3.new(1, 0, 0)
  843. TextButton_19.Position = UDim2.new(0, -28,0, 63)
  844. TextButton_19.Size = UDim2.new(0, 28,0, 26)
  845. TextButton_19.Visible = false
  846. TextButton_19.Font = Enum.Font.SourceSans
  847. TextButton_19.Text = "X"
  848. TextButton_19.TextSize = 14
  849. TextButton_19.TextScaled = true
  850. TextButton_19.TextWrapped = true
  851.  
  852. TextButton_19.MouseButton1Down:connect(function()
  853. Frame_1.Visible = false
  854. TextButton_19.Visible = false
  855. TextButton_11.Visible = false
  856. TextButton_12.Visible = false
  857. TextButton_13.Visible = false
  858. TextButton_14.Visible = false
  859. TextButton_15.Visible = false
  860. TextButton_16.Visible = false
  861. TextButton_17.Visible = false
  862. TextButton_18.Visible = false
  863. Label_1.Visible = false
  864. Label_2.Visible = false
  865. Label_3.Visible = false
  866. Label_4.Visible = false
  867. TextBox_2.Visible = false
  868. ImageButton.Image = "rbxassetid://135740223"
  869. end)
  870.  
  871. TextButton_6.MouseButton1Down:connect(function()
  872. animnew.Animator.Parent = char.Humanoid
  873. TextButton_6.Visible = false
  874. TextButton_20.Visible = true
  875. TextButton_4.Visible = true
  876. TextBox.Visible = true
  877. model2.Name = TextBox_2.Text
  878.  
  879. char.Torso.Transparency = 0
  880. char.Head.Transparency = 1
  881. char["Left Leg"].Transparency = 0
  882. char["Left Arm"].Transparency = 0
  883. char["Right Leg"].Transparency = 0
  884. char["Right Arm"].Transparency = 0
  885. torso.Transparency = 1
  886. head.Transparency = 1
  887. lleg.Transparency = 1
  888. larm.Transparency = 1
  889. rleg.Transparency = 1
  890. rarm.Transparency = 1
  891. humanv.Value = true
  892. head2.Transparency = 0
  893. model.Humanoid:Destroy()
  894. ha.AttachmentPos = Vector3.new(0, -100, 0)
  895. char.Humanoid.WalkSpeed = 16
  896. char.Humanoid.JumpPower = 50
  897.  
  898. if brickv.Value == true then
  899. head2.face.Texture = "http://www.roblox.com/asset/?id=288072938"
  900. char.Shirt.ShirtTemplate = ""
  901. char.Pants.PantsTemplate = ""
  902.  
  903. torsoc.MeshId = "1112228624"
  904.  
  905. llegc.MeshId = "1112275294"
  906.  
  907. rlegc.MeshId = "1112267576"
  908.  
  909. larmc.MeshId = "1112256772"
  910.  
  911. rarmc.MeshId = "1112244824"
  912.  
  913. char.Torso.BrickColor = BrickColor.new("Cyan")
  914. head2.BrickColor = BrickColor.new("New Yeller")
  915. char["Left Leg"].BrickColor = BrickColor.new("Lime green")
  916. char["Left Arm"].BrickColor = BrickColor.new("New Yeller")
  917. char["Right Leg"].BrickColor = BrickColor.new("Lime green")
  918. char["Right Arm"].BrickColor = BrickColor.new("New Yeller")
  919. end
  920.  
  921. part.Transparency = 1
  922. for i = 1,5 do
  923. m.Scale = m.Scale - Vector3.new(0.5,0,0.5)
  924. game:GetService("RunService").Stepped:wait()
  925.  
  926.  
  927. end
  928. if boyv.Value == true then
  929. head2.face.Texture = "http://www.roblox.com/asset/?id=31117192"
  930. torsoc.MeshId = "82907945"
  931.  
  932. llegc.MeshId = "81487640"
  933.  
  934. rlegc.MeshId = "81487710"
  935.  
  936. larmc.MeshId = "82907977"
  937.  
  938. rarmc.MeshId = "82908019"
  939.  
  940. char.Torso.BrickColor = BrickColor.new("Bright orange")
  941. head2.BrickColor = BrickColor.new("Bright orange")
  942. char["Left Leg"].BrickColor = BrickColor.new("Bright orange")
  943. char["Left Arm"].BrickColor = BrickColor.new("Bright orange")
  944. char["Right Leg"].BrickColor = BrickColor.new("Bright orange")
  945. char["Right Arm"].BrickColor = BrickColor.new("Bright orange")
  946.  
  947. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=144076357"
  948. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=319334584"
  949.  
  950. hb = Instance.new("Hat")
  951. pb = Instance.new("Part")
  952. hb.Name = "Hat"
  953. pb.Parent = hb
  954. pb.Position = char.Head.Position
  955. pb.Name = "Handle"
  956. pb.formFactor = 0
  957. pb.Size = Vector3.new(1.2, 1, 1.6)
  958. pb.BottomSurface = 0
  959. pb.TopSurface = 0
  960. pb.Locked = true
  961. local bm = Instance.new("SpecialMesh",pb)
  962. bm.MeshType = "FileMesh"
  963. bm.Scale = Vector3.new(1.05, 1, 1.05)
  964. bm.MeshId = "http://www.roblox.com/asset/?id=74878559"
  965. bm.TextureId = "http://www.roblox.com/asset/?id=75975802"
  966. hb.Parent = char
  967. hb.AttachmentPos = Vector3.new(0, 0.075, 0.05)
  968. hb.AttachmentForward = Vector3.new(0, 0, -1)
  969. hb.AttachmentRight = Vector3.new(1, 0, 0)
  970. hb.AttachmentUp = Vector3.new(0, 1, 0)
  971. end
  972. if earsv.Value == true then
  973. he = Instance.new("Hat")
  974. pe = Instance.new("Part")
  975. he.Name = "Hat"
  976. pe.Parent = he
  977. pe.Position = char.Head.Position
  978. pe.Name = "Handle"
  979. pe.formFactor = 0
  980. pe.Size = Vector3.new(1, 0.8, 1)
  981. pe.BottomSurface = 0
  982. pe.TopSurface = 0
  983. pe.Locked = true
  984. local em = Instance.new("SpecialMesh",pe)
  985. em.MeshType = "FileMesh"
  986. em.Scale = Vector3.new(1, 1, 1)
  987. em.MeshId = "http://www.roblox.com/asset/?id=1374148"
  988. em.TextureId = "http://www.roblox.com/asset/?id=413143035"
  989. he.Parent = char
  990. he.AttachmentPos = Vector3.new(-0.025, -0.26, 0)
  991. he.AttachmentForward = Vector3.new(0, 0, -1)
  992. he.AttachmentRight = Vector3.new(1, 0, 0)
  993. he.AttachmentUp = Vector3.new(0, 1, 0)
  994. end
  995. if girlv.Value == true then
  996. head2.face.Texture = "rbxasset://textures/face.png"
  997. torsoc.MeshId = "82987757"
  998.  
  999. llegc.MeshId = "746826007"
  1000.  
  1001. rlegc.MeshId = "746825633"
  1002.  
  1003. larmc.MeshId = "83001137"
  1004.  
  1005. rarmc.MeshId = "83001181"
  1006.  
  1007. char.Torso.BrickColor = BrickColor.new("Pastel brown")
  1008. head2.BrickColor = BrickColor.new("Pastel brown")
  1009. char["Left Leg"].BrickColor = BrickColor.new("Pastel brown")
  1010. char["Left Arm"].BrickColor = BrickColor.new("Pastel brown")
  1011. char["Right Leg"].BrickColor = BrickColor.new("Pastel brown")
  1012. char["Right Arm"].BrickColor = BrickColor.new("Pastel brown")
  1013.  
  1014. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=382537084"
  1015. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=382537805"
  1016.  
  1017. hg = Instance.new("Hat")
  1018. pg = Instance.new("Part")
  1019. hg.Name = "Hat"
  1020. pg.Parent = hg
  1021. pg.Position = char.Head.Position
  1022. pg.Name = "Handle"
  1023. pg.formFactor = 0
  1024. pg.Size = Vector3.new(1.33, 2.18, 1.7)
  1025. pg.BottomSurface = 0
  1026. pg.TopSurface = 0
  1027. pg.Locked = true
  1028. local gm = Instance.new("SpecialMesh",pg)
  1029. gm.MeshType = "FileMesh"
  1030. gm.Scale = Vector3.new(0.5, 0.5, 0.5)
  1031. gm.MeshId = "http://www.roblox.com/asset/?id=319354652"
  1032. gm.TextureId = "http://www.roblox.com/asset/?id=376186990"
  1033. hg.Parent = char
  1034. hg.AttachmentPos = Vector3.new(0, 0.8, -0.02)
  1035. hg.AttachmentForward = Vector3.new(0, 0, -1)
  1036. hg.AttachmentRight = Vector3.new(1, 0, 0)
  1037. hg.AttachmentUp = Vector3.new(0, 1, 0)
  1038. end
  1039. end)
  1040.  
  1041. TextButton_20.MouseButton1Down:connect(function()
  1042. char.Humanoid.Animator.Parent = animnew
  1043. TextButton_6.Visible = true
  1044. TextButton_20.Visible = false
  1045. TextButton_4.Visible = false
  1046. TextBox.Visible = false
  1047. model2.Name = " "
  1048. local h = Instance.new("Humanoid",model)
  1049. h.MaxHealth = 0
  1050. h.Health = 0
  1051. ha.AttachmentPos = Vector3.new(0, 2.175, 0)
  1052. char.Humanoid.WalkSpeed = 50
  1053. char.Humanoid.JumpPower = 55
  1054. head2.face.Texture = ""
  1055. char.Torso.Transparency = 1
  1056. char.Head.Transparency = 1
  1057. char["Left Leg"].Transparency = 1
  1058. char["Left Arm"].Transparency = 1
  1059. char["Right Leg"].Transparency = 1
  1060. char["Right Arm"].Transparency = 1
  1061. torso.Transparency = 0
  1062. head.Transparency = 0
  1063. lleg.Transparency = 0
  1064. larm.Transparency = 0
  1065. rleg.Transparency = 0
  1066. rarm.Transparency = 0
  1067. head2.Transparency = 1
  1068. part.Transparency = 0
  1069. humanv.Value = false
  1070. if boyv.Value == true then
  1071. hb:Destroy()
  1072. end
  1073. for i = 1,5 do
  1074. m.Scale = m.Scale + Vector3.new(0.5,0,0.5)
  1075. game:GetService("RunService").Stepped:wait()
  1076. end
  1077. if earsv.Value == true then
  1078. he:Destroy()
  1079. end
  1080. if girlv.Value == true then
  1081. hg:Destroy()
  1082. end
  1083. end)
  1084.  
  1085. TextButton_4.MouseButton1Down:connect(function()
  1086. local saytag = Instance.new("BillboardGui",char.Head)
  1087. saytag.StudsOffset = Vector3.new(0,2,0)
  1088. saytag.Adornee = char.Head
  1089. saytag.Size = UDim2.new(0,200,0,50)
  1090.  
  1091. local text = Instance.new("TextLabel",saytag)
  1092. text.Size = UDim2.new(0,200,0,50)
  1093. text.BackgroundTransparency = 1
  1094. text.TextColor3 = Color3.new(255, 255, 255)
  1095. text.TextStrokeColor3 = Color3.new(0,0,0)
  1096. text.Font = Enum.Font.Fantasy
  1097. text.TextScaled = true
  1098. text.TextStrokeTransparency = 0
  1099. text.Text = TextBox.Text
  1100. wait(3)
  1101. saytag:Destroy()
  1102. end)
  1103.  
  1104. TextButton_5.MouseButton1Down:connect(function()
  1105. local dsaytag = Instance.new("BillboardGui",char.Head)
  1106. dsaytag.StudsOffset = Vector3.new(0,2,0)
  1107. dsaytag.Adornee = char.Head
  1108. dsaytag.Size = UDim2.new(0,200,0,50)
  1109.  
  1110. local text = Instance.new("TextLabel",dsaytag)
  1111. text.Size = UDim2.new(0,200,0,50)
  1112. text.BackgroundTransparency = 1
  1113. text.TextColor3 = Color3.new(0, 0, 0)
  1114. text.TextStrokeColor3 = Color3.new(0,0,0)
  1115. text.Font = Enum.Font.Fantasy
  1116. text.TextScaled = true
  1117. text.TextStrokeTransparency = 0
  1118. text.Text = "Don't turn around"
  1119. wait(0.3)
  1120. text.Size = UDim2.new(0,100,0,25)
  1121. wait(0.3)
  1122. text.Size = UDim2.new(0,50,0,12)
  1123. wait(0.3)
  1124. dsaytag:Destroy()
  1125. end)
  1126.  
  1127. TextButton_17.MouseButton1Down:connect(function()
  1128. brickv.Value = true
  1129. girlv.Value = false
  1130. boyv.Value = false
  1131. TextButton_13.Visible = true
  1132. TextButton_17.Visible = false
  1133. TextButton_11.Visible = true
  1134. TextButton_15.Visible = false
  1135. TextButton_14.Visible = true
  1136. TextButton_18.Visible = false
  1137. end)
  1138.  
  1139. TextButton_11.MouseButton1Down:connect(function()
  1140. brickv.Value = false
  1141. girlv.Value = false
  1142. boyv.Value = true
  1143. TextButton_13.Visible = false
  1144. TextButton_17.Visible = true
  1145. TextButton_15.Visible = true
  1146. TextButton_14.Visible = true
  1147. TextButton_18.Visible = false
  1148. end)
  1149.  
  1150. TextButton_12.MouseButton1Down:connect(function()
  1151. earsv.Value = true
  1152. TextButton_12.Visible = false
  1153. TextButton_16.Visible = true
  1154. end)
  1155.  
  1156. TextButton_16.MouseButton1Down:connect(function()
  1157. earsv.Value = false
  1158. TextButton_12.Visible = true
  1159. TextButton_16.Visible = false
  1160. end)
  1161.  
  1162. TextButton_14.MouseButton1Down:connect(function()
  1163. girlv.Value = true
  1164. boyv.Value = false
  1165. brickv.Value = false
  1166. TextButton_14.Visible = false
  1167. TextButton_18.Visible = true
  1168. TextButton_11.Visible = true
  1169. TextButton_13.Visible = false
  1170. TextButton_15.Visible = false
  1171. TextButton_17.Visible = true
  1172. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement