OOOFHi43ism

Mabye

Apr 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.99 KB | None | 0 0
  1. --Converted with ttyyuu12345's model to script plugin v4
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(self,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. Tool0 = Instance.new("Tool")
  19. Script1 = Instance.new("Script")
  20. Script2 = Instance.new("Script")
  21. LocalScript3 = Instance.new("LocalScript")
  22. Part4 = Instance.new("Part")
  23. Part5 = Instance.new("Part")
  24. SpecialMesh6 = Instance.new("SpecialMesh")
  25. Weld7 = Instance.new("Weld")
  26. Part8 = Instance.new("Part")
  27. CylinderMesh9 = Instance.new("CylinderMesh")
  28. Weld10 = Instance.new("Weld")
  29. Part11 = Instance.new("Part")
  30. CylinderMesh12 = Instance.new("CylinderMesh")
  31. Weld13 = Instance.new("Weld")
  32. Part14 = Instance.new("Part")
  33. SpecialMesh15 = Instance.new("SpecialMesh")
  34. Weld16 = Instance.new("Weld")
  35. Part17 = Instance.new("Part")
  36. CylinderMesh18 = Instance.new("CylinderMesh")
  37. Weld19 = Instance.new("Weld")
  38. Part20 = Instance.new("Part")
  39. CylinderMesh21 = Instance.new("CylinderMesh")
  40. Weld22 = Instance.new("Weld")
  41. Part23 = Instance.new("Part")
  42. SpecialMesh24 = Instance.new("SpecialMesh")
  43. Weld25 = Instance.new("Weld")
  44. Part26 = Instance.new("Part")
  45. CylinderMesh27 = Instance.new("CylinderMesh")
  46. Decal28 = Instance.new("Decal")
  47. Weld29 = Instance.new("Weld")
  48. Part30 = Instance.new("Part")
  49. SpecialMesh31 = Instance.new("SpecialMesh")
  50. Weld32 = Instance.new("Weld")
  51. Part33 = Instance.new("Part")
  52. SpecialMesh34 = Instance.new("SpecialMesh")
  53. Part35 = Instance.new("Part")
  54. SpecialMesh36 = Instance.new("SpecialMesh")
  55. Fire37 = Instance.new("Fire")
  56. ScreenGui38 = Instance.new("ScreenGui")
  57. Frame39 = Instance.new("Frame")
  58. ImageButton40 = Instance.new("ImageButton")
  59. Configuration41 = Instance.new("Configuration")
  60. Script42 = Instance.new("Script")
  61. StringValue43 = Instance.new("StringValue")
  62. StringValue44 = Instance.new("StringValue")
  63. StringValue45 = Instance.new("StringValue")
  64. Part46 = Instance.new("Part")
  65. Script47 = Instance.new("Script")
  66. SpecialMesh48 = Instance.new("SpecialMesh")
  67. StringValue49 = Instance.new("StringValue")
  68. StringValue50 = Instance.new("StringValue")
  69. StringValue51 = Instance.new("StringValue")
  70. StringValue52 = Instance.new("StringValue")
  71. StringValue53 = Instance.new("StringValue")
  72. TextLabel54 = Instance.new("TextLabel")
  73. LocalScript55 = Instance.new("LocalScript")
  74. ImageButton56 = Instance.new("ImageButton")
  75. Configuration57 = Instance.new("Configuration")
  76. Script58 = Instance.new("Script")
  77. StringValue59 = Instance.new("StringValue")
  78. StringValue60 = Instance.new("StringValue")
  79. StringValue61 = Instance.new("StringValue")
  80. Hat62 = Instance.new("Hat")
  81. Part63 = Instance.new("Part")
  82. SpecialMesh64 = Instance.new("SpecialMesh")
  83. Hat65 = Instance.new("Hat")
  84. Part66 = Instance.new("Part")
  85. SpecialMesh67 = Instance.new("SpecialMesh")
  86. StringValue68 = Instance.new("StringValue")
  87. StringValue69 = Instance.new("StringValue")
  88. StringValue70 = Instance.new("StringValue")
  89. StringValue71 = Instance.new("StringValue")
  90. StringValue72 = Instance.new("StringValue")
  91. TextLabel73 = Instance.new("TextLabel")
  92. LocalScript74 = Instance.new("LocalScript")
  93. Tool0.Name = "Omnitrix"
  94. Tool0.Parent = mas
  95. Tool0.GripPos = Vector3.new(0.0599999987, -0.100000001, -0.100000001)
  96. Script1.Name = "RadarScript"
  97. Script1.Parent = Tool0
  98. table.insert(cors,sandbox(Script1,function()
  99. local Tool = script.Parent
  100. local gui = Tool.OmniGui
  101. local guiEnabled = false
  102. local guiOnPlayer = nil
  103. local range = 300
  104. local torso = nil
  105. local zIndex = 4
  106. local radarCenter = Vector2.new(140,155)
  107.  
  108. enabled = true
  109.  
  110.  
  111. -- when activated, either bring gui up or down, depending on current state
  112.  
  113. function onActivated()
  114.  
  115. if not enabled then
  116. return
  117. end
  118.  
  119. enabled = false
  120.  
  121. local h = Tool.Parent:FindFirstChild("Humanoid")
  122. if (h ~= nil) then
  123. if guiEnabled == false then
  124. local p = game.Players:GetPlayerFromCharacter(Tool.Parent)
  125. if(guiOnPlayer == nil) then
  126. guiOnPlayer = gui:Clone()
  127. guiOnPlayer.Parent = p.PlayerGui
  128. end
  129. guiEnabled = true
  130. guiOnPlayer.Frame.Visible = true
  131. else
  132. guiOnPlayer.Frame.Visible = false
  133. guiEnabled = false
  134. end
  135. end
  136.  
  137. enabled = true
  138.  
  139. end
  140.  
  141. -- remove gui when item is unequipped
  142.  
  143. function onUnequipped()
  144.  
  145. if guiEnabled == true then
  146. guiEnabled = false
  147. guiOnPlayer.Frame.Visible = false
  148. end
  149. torso = nil
  150.  
  151. end
  152.  
  153. function onEquipped()
  154.  
  155. torso = Tool.Parent:FindFirstChild("Torso")
  156.  
  157. end
  158.  
  159. Tool.Equipped:connect(onEquipped)
  160. Tool.Unequipped:connect(onUnequipped)
  161. Tool.Activated:connect(onActivated)
  162.  
  163.  
  164. function removeGUIPlayers()
  165.  
  166. local guiPlayers = guiOnPlayer.Frame.Players:GetChildren()
  167. for i = 1, #guiPlayers do
  168. guiPlayers[i]:remove()
  169. end
  170.  
  171. end
  172.  
  173. function incrementZIndex()
  174.  
  175. zIndex = zIndex + 1
  176. if zIndex > 10000 then
  177. zIndex = 2
  178. end
  179.  
  180. end
  181.  
  182. function createPlayerGUINode(pos, playerText)
  183.  
  184. local playerIcon = Instance.new("ImageLabel")
  185. playerIcon.Image = "http://www.roblox.com/asset/?id=28625552"
  186. playerIcon.BackgroundTransparency = 1
  187. playerIcon.BorderSizePixel = 0
  188. playerIcon.Size = UDim2.new(0,22.5,0,40.5)
  189. playerIcon.Position = UDim2.new(0,pos.x,0,pos.y)
  190. playerIcon.Parent = guiOnPlayer.Frame.Players
  191. playerIcon.ZIndex = zIndex
  192. incrementZIndex()
  193.  
  194. local playerName = Instance.new("TextLabel")
  195. playerName.BackgroundTransparency = 1
  196. playerName.BorderSizePixel = 1
  197.  
  198. playerName.Text = tostring(playerText)
  199. playerName.Size = UDim2.new(0,150,0,25)
  200. playerName.Parent = playerIcon
  201. playerName.Position = UDim2.new(0,-65,0,0)
  202. playerName.TextColor3 = Color3.new(1,0,0.4)
  203. playerName.ZIndex = zIndex
  204. incrementZIndex()
  205. end
  206.  
  207.  
  208. function updateGUI()
  209.  
  210. removeGUIPlayers()
  211.  
  212.  
  213. local players = game.Players:GetChildren()
  214.  
  215. for i = 1, #players do
  216.  
  217. local playerTorso = players[i].Character:FindFirstChild("Torso")
  218.  
  219. if playerTorso ~= nil then
  220.  
  221. local posDiff = Vector3.new(torso.Position.x - playerTorso.Position.x,0,torso.Position.z - playerTorso.Position.z)
  222.  
  223. if posDiff.magnitude < range and playerTorso.Parent.Name ~= torso.Parent.Name then
  224.  
  225. -- translate coordinates to radar coordinates
  226. posDiff = Vector2.new((posDiff.x + range) * 0.5,(posDiff.z + range) * 0.5)
  227.  
  228. local rotationVector = Tool.Angle.Value
  229. local denom = math.abs(rotationVector.x) + math.abs(rotationVector.z)
  230.  
  231. local xDirect = (rotationVector.x/denom)
  232. local zDirect = (rotationVector.z/denom)
  233.  
  234. local angle = math.atan2(1,0) - math.atan2(zDirect,xDirect)
  235.  
  236. local point = Vector2.new(((posDiff.x - radarCenter.x) * math.cos(angle)) - ((posDiff.y - radarCenter.y) * math.sin(angle)) + radarCenter.x,
  237. ((posDiff.x - radarCenter.x) * math.sin(angle)) + ((posDiff.y - radarCenter.y) * math.cos(angle)) + radarCenter.y)
  238.  
  239. createPlayerGUINode(point, playerTorso.Parent)
  240.  
  241. elseif playerTorso.Parent.Name == torso.Parent.Name then
  242.  
  243. createPlayerGUINode(radarCenter,playerTorso.Parent)
  244.  
  245. end
  246. end
  247.  
  248. end
  249.  
  250. end
  251.  
  252.  
  253. while true do
  254.  
  255. if guiEnabled then
  256. updateGUI()
  257. end
  258. wait()
  259.  
  260. end
  261.  
  262.  
  263.  
  264.  
  265. end))
  266. Script2.Name = "Weld"
  267. Script2.Parent = Tool0
  268. table.insert(cors,sandbox(Script2,function()
  269. local prev
  270. local parts = script.Parent:GetChildren()
  271.  
  272. for i = 1,#parts do
  273. if (parts[i].className == "Part") then
  274. if (prev ~= nil)then
  275. local weld = Instance.new("Weld")
  276. weld.Part0 = prev
  277. weld.Part1 = parts[i]
  278. weld.C0 = prev.CFrame:inverse()
  279. weld.C1 = parts[i].CFrame:inverse()
  280. weld.Parent = prev
  281. end
  282. prev = parts[i]
  283. end
  284. end
  285.  
  286. -- GROUP with other pieces names PART to wels them--
  287.  
  288. -- BY DUNCAN999007 !!! --
  289.  
  290. end))
  291. LocalScript3.Name = "Crouch"
  292. LocalScript3.Parent = Tool0
  293. table.insert(cors,sandbox(LocalScript3,function()
  294. on = 0
  295.  
  296. Tool = script.Parent
  297.  
  298. welds = {}
  299.  
  300. sh = {}
  301.  
  302. arms = nil
  303.  
  304. torso = nil
  305.  
  306. f = nil
  307.  
  308. function Crouch(ison)
  309.  
  310. if arms == nil and torso == nil then
  311.  
  312. arms = {Tool.Parent:FindFirstChild("Left Leg"), Tool.Parent:FindFirstChild("Right Leg")}
  313.  
  314. torso = Tool.Parent:FindFirstChild("Torso")
  315.  
  316. end
  317.  
  318. if arms ~= nil and torso ~= nil then
  319.  
  320. sh = {torso:FindFirstChild("Left Hip"), torso:FindFirstChild("Right Hip")}
  321.  
  322. if sh ~= nil then
  323.  
  324. local yes = true
  325.  
  326. if yes then
  327.  
  328. yes = false
  329.  
  330. script.Parent.Parent.Humanoid.WalkSpeed = 6
  331.  
  332. if ison == 1 then
  333.  
  334. sh[1].Part1 = nil
  335.  
  336. sh[2].Part1 = nil
  337.  
  338. local weld1 = Instance.new("Weld")
  339.  
  340. weld1.Part0 = torso
  341.  
  342. weld1.Parent = torso
  343.  
  344. weld1.Part1 = arms[1]
  345.  
  346. weld1.C1 = CFrame.new(0.5,0.495,1.25) * CFrame.fromEulerAnglesXYZ(math.rad(70),0,0)
  347.  
  348. arms[1].Name = "LDave"
  349.  
  350. arms[1].CanCollide = true
  351.  
  352. welds[1] = weld1
  353.  
  354. -------------------------------------------
  355.  
  356. local weld2 = Instance.new("Weld")
  357.  
  358. weld2.Part0 = torso
  359.  
  360. weld2.Parent = torso
  361.  
  362. weld2.Part1 = arms[2]
  363.  
  364. weld2.C1 = CFrame.new(-0.5, 1.05, 1)
  365.  
  366. arms[2].Name = "RDave"
  367.  
  368. arms[2].CanCollide = true
  369.  
  370. welds[2] = weld2
  371.  
  372. ---------------------------------
  373.  
  374. local force = Instance.new("BodyForce")
  375.  
  376. force.Parent = torso
  377.  
  378. f = force
  379.  
  380. wait(0.01)
  381.  
  382. elseif ison == 0 then
  383.  
  384. if arms then
  385.  
  386. sh[1].Part1 = arms[1]
  387.  
  388. sh[2].Part1 = arms[2]
  389.  
  390. f.Parent = nil
  391.  
  392. arms[2].Name = "Right Leg"
  393.  
  394. arms[1].Name = "Left Leg"
  395.  
  396. welds[1].Parent = nil
  397.  
  398. welds[2].Parent = nil
  399.  
  400. script.Parent.Parent.Humanoid.WalkSpeed = 16
  401.  
  402. end
  403.  
  404. end
  405.  
  406. --
  407.  
  408. end
  409.  
  410. else
  411.  
  412. print("sh")
  413.  
  414. end
  415.  
  416. else
  417.  
  418. print("arms")
  419.  
  420. end
  421.  
  422. end
  423.  
  424. function Key(key)
  425.  
  426. if key then
  427.  
  428. key = string.lower(key)
  429.  
  430. if (key=="c") then
  431.  
  432. if on == 1 then
  433.  
  434. on = 0
  435.  
  436. elseif on == 0 then
  437.  
  438. on = 1
  439.  
  440. end
  441.  
  442. Crouch(on)
  443.  
  444. end
  445.  
  446. end
  447.  
  448. end
  449.  
  450. function Equip(mouse)
  451.  
  452. mouse.KeyDown:connect(Key)
  453.  
  454. end
  455.  
  456. script.Parent.Equipped:connect(Equip)
  457.  
  458.  
  459.  
  460.  
  461. end))
  462. Part4.Name = "Handle"
  463. Part4.Parent = Tool0
  464. Part4.BrickColor = BrickColor.new("Really black")
  465. Part4.Transparency = 1
  466. Part4.Rotation = Vector3.new(-0.349999994, 82.409996, 0.340000004)
  467. Part4.RotVelocity = Vector3.new(1, 1, 1)
  468. Part4.Velocity = Vector3.new(3.62274638e-20, 0.0197373424, 3.67036064e-20)
  469. Part4.FormFactor = Enum.FormFactor.Custom
  470. Part4.Size = Vector3.new(1.29999995, 0.200000003, 1.29999995)
  471. Part4.CFrame = CFrame.new(178.894455, 10.5462742, 78.6737823, 0.132082269, -0.000789297919, 0.991238415, 1.89434175e-21, 0.999999642, 0.000796274282, -0.991238654, -0.000105173727, 0.132082239)
  472. Part4.BottomSurface = Enum.SurfaceType.Smooth
  473. Part4.TopSurface = Enum.SurfaceType.Smooth
  474. Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  475. Part4.Position = Vector3.new(178.894455, 10.5462742, 78.6737823)
  476. Part4.Orientation = Vector3.new(-0.049999997, 82.409996, 0)
  477. Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  478. Part5.Parent = Tool0
  479. Part5.BrickColor = BrickColor.new("Lime green")
  480. Part5.Rotation = Vector3.new(-149.039993, 6.05999994, 85.1899948)
  481. Part5.RotVelocity = Vector3.new(1, 1, 1)
  482. Part5.Velocity = Vector3.new(-0.909853935, 0.317009091, 0.612582207)
  483. Part5.FormFactor = Enum.FormFactor.Custom
  484. Part5.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
  485. Part5.CFrame = CFrame.new(178.941162, 11.2055645, 78.4232178, 0.0833834484, -0.990912914, 0.105513014, -0.859074652, -0.0178202912, 0.511541486, -0.505012572, -0.133298188, -0.852753341)
  486. Part5.BottomSurface = Enum.SurfaceType.Smooth
  487. Part5.TopSurface = Enum.SurfaceType.Smooth
  488. Part5.Color = Color3.new(0, 1, 0)
  489. Part5.Position = Vector3.new(178.941162, 11.2055645, 78.4232178)
  490. Part5.Orientation = Vector3.new(-30.7699986, 172.949997, -91.1899948)
  491. Part5.Color = Color3.new(0, 1, 0)
  492. SpecialMesh6.Parent = Part5
  493. SpecialMesh6.MeshType = Enum.MeshType.Sphere
  494. Weld7.Parent = Part5
  495. Weld7.C0 = CFrame.new(-170.41539, -533.229431, -324.038239, 0.289127976, -0.859073997, 0.422370553, 0.80778712, -0.0178202353, -0.589204848, 0.513697207, 0.511541247, 0.68879658)
  496. Weld7.C1 = CFrame.new(-172.269226, 532.940918, 323.201477, 0.291406721, -0.859105229, 0.420737922, -0.807245016, 0.015141462, 0.590022206, -0.513261616, -0.511575103, -0.689096034)
  497. Weld7.Part0 = Part5
  498. Weld7.Part1 = Part8
  499. Part8.Parent = Tool0
  500. Part8.BrickColor = BrickColor.new("Dark stone grey")
  501. Part8.Rotation = Vector3.new(30.9599991, -6.08999968, -85.3499985)
  502. Part8.RotVelocity = Vector3.new(1, 1, 1)
  503. Part8.Velocity = Vector3.new(-0.0383605957, -0.0221098661, 0.0802078247)
  504. Part8.FormFactor = Enum.FormFactor.Custom
  505. Part8.Size = Vector3.new(1.29999995, 0.699999988, 1.29999995)
  506. Part8.CFrame = CFrame.new(178.891251, 10.6232786, 78.7124252, 0.0806085393, 0.991086781, -0.106034666, -0.859105766, 0.0151414713, -0.511575341, -0.505410016, 0.13233301, 0.852668405)
  507. Part8.BottomSurface = Enum.SurfaceType.Smooth
  508. Part8.TopSurface = Enum.SurfaceType.Smooth
  509. Part8.Color = Color3.new(0.388235, 0.372549, 0.384314)
  510. Part8.Position = Vector3.new(178.891251, 10.6232786, 78.7124252)
  511. Part8.Orientation = Vector3.new(30.7699986, -7.08999968, -88.9899979)
  512. Part8.Color = Color3.new(0.388235, 0.372549, 0.384314)
  513. CylinderMesh9.Parent = Part8
  514. Weld10.Parent = Part8
  515. Weld10.C0 = CFrame.new(-172.269226, 532.940918, 323.201477, 0.291406721, -0.859105229, 0.420737922, -0.807245016, 0.015141462, 0.590022206, -0.513261616, -0.511575103, -0.689096034)
  516. Weld10.C1 = CFrame.new(-172.265503, 532.93158, 323.208313, 0.291405737, -0.859106541, 0.420735925, -0.807226598, 0.0151593816, 0.590046883, -0.513291121, -0.511572361, -0.689076066)
  517. Weld10.Part0 = Part8
  518. Weld10.Part1 = Part11
  519. Part11.Parent = Tool0
  520. Part11.BrickColor = BrickColor.new("Really black")
  521. Part11.Rotation = Vector3.new(30.9599991, -6.07999992, -85.3499985)
  522. Part11.RotVelocity = Vector3.new(1, 1, 1)
  523. Part11.Velocity = Vector3.new(-0.022693634, -0.0378798246, 0.0803108215)
  524. Part11.FormFactor = Enum.FormFactor.Custom
  525. Part11.Size = Vector3.new(1.29999995, 1, 1.29999995)
  526. Part11.CFrame = CFrame.new(178.887375, 10.6195059, 78.7243195, 0.0806079358, 0.991090655, -0.105999544, -0.859106898, 0.0151593173, -0.51157254, -0.505407929, 0.132302478, 0.852674603)
  527. Part11.BottomSurface = Enum.SurfaceType.Smooth
  528. Part11.TopSurface = Enum.SurfaceType.Smooth
  529. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  530. Part11.Position = Vector3.new(178.887375, 10.6195059, 78.7243195)
  531. Part11.Orientation = Vector3.new(30.7699986, -7.08999968, -88.9899979)
  532. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  533. CylinderMesh12.Parent = Part11
  534. CylinderMesh12.Scale = Vector3.new(1, 0.899999976, 0.899999976)
  535. CylinderMesh12.Scale = Vector3.new(1, 0.899999976, 0.899999976)
  536. Weld13.Parent = Part11
  537. Weld13.C0 = CFrame.new(-172.265503, 532.93158, 323.208313, 0.291405737, -0.859106541, 0.420735925, -0.807226598, 0.0151593816, 0.590046883, -0.513291121, -0.511572361, -0.689076066)
  538. Weld13.C1 = CFrame.new(532.900024, 323.17749, -171.614395, -0.8072083, 0.0151806744, 0.590071201, -0.513320565, -0.511573255, -0.689053476, 0.291404396, -0.859105647, 0.420738757)
  539. Weld13.Part0 = Part11
  540. Weld13.Part1 = Part35
  541. Part14.Parent = Tool0
  542. Part14.BrickColor = BrickColor.new("Lime green")
  543. Part14.Rotation = Vector3.new(-149.039993, 6.05999994, 85.1899948)
  544. Part14.RotVelocity = Vector3.new(1, 1, 1)
  545. Part14.Velocity = Vector3.new(-0.134896278, -0.106918216, 0.261551857)
  546. Part14.FormFactor = Enum.FormFactor.Custom
  547. Part14.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
  548. Part14.CFrame = CFrame.new(179.24559, 11.1589775, 79.1515884, 0.0833817348, -0.990912735, 0.105519615, -0.859077692, -0.0178160593, 0.511535466, -0.505006969, -0.133303046, -0.852756619)
  549. Part14.BottomSurface = Enum.SurfaceType.Smooth
  550. Part14.TopSurface = Enum.SurfaceType.Smooth
  551. Part14.Color = Color3.new(0, 1, 0)
  552. Part14.Position = Vector3.new(179.24559, 11.1589775, 79.1515884)
  553. Part14.Orientation = Vector3.new(-30.7699986, 172.949997, -91.1899948)
  554. Part14.Color = Color3.new(0, 1, 0)
  555. SpecialMesh15.Parent = Part14
  556. SpecialMesh15.MeshType = Enum.MeshType.Sphere
  557. Weld16.Parent = Part14
  558. Weld16.C0 = CFrame.new(-170.111206, -532.832886, -323.423004, 0.289125323, -0.859077632, 0.422365129, 0.807789922, -0.0178161468, -0.589201033, 0.513694286, 0.511535287, 0.688803077)
  559. Weld16.C1 = CFrame.new(-172.264771, 532.681702, 323.207642, 0.291405678, -0.859106481, 0.420736104, -0.807226598, 0.0151594486, 0.590046763, -0.513291121, -0.51157248, -0.689075947)
  560. Weld16.Part0 = Part14
  561. Weld16.Part1 = Part17
  562. Part17.Parent = Tool0
  563. Part17.BrickColor = BrickColor.new("Institutional white")
  564. Part17.Rotation = Vector3.new(30.9599991, -6.07999992, -85.3499985)
  565. Part17.RotVelocity = Vector3.new(1, 1, 1)
  566. Part17.Velocity = Vector3.new(0.00685405731, 0.175552487, -0.162669182)
  567. Part17.FormFactor = Enum.FormFactor.Custom
  568. Part17.Size = Vector3.new(1.29999995, 0.200000003, 1.29999995)
  569. Part17.CFrame = CFrame.new(179.134491, 10.6236572, 78.7580185, 0.0806081593, 0.991091251, -0.105999619, -0.859106421, 0.0151593955, -0.511572599, -0.505408049, 0.132302582, 0.852675021)
  570. Part17.BottomSurface = Enum.SurfaceType.Smooth
  571. Part17.TopSurface = Enum.SurfaceType.Smooth
  572. Part17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  573. Part17.Position = Vector3.new(179.134491, 10.6236572, 78.7580185)
  574. Part17.Orientation = Vector3.new(30.7699986, -7.08999968, -88.9899979)
  575. Part17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  576. CylinderMesh18.Parent = Part17
  577. CylinderMesh18.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  578. CylinderMesh18.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  579. Weld19.Parent = Part17
  580. Weld19.C0 = CFrame.new(-172.264771, 532.681702, 323.207642, 0.291405678, -0.859106481, 0.420736104, -0.807226598, 0.0151594486, 0.590046763, -0.513291121, -0.51157248, -0.689075947)
  581. Weld19.C1 = CFrame.new(-172.26474, 533.181824, 323.207336, 0.291405767, -0.859105647, 0.420737743, -0.807226777, 0.0151602263, 0.590046287, -0.513290644, -0.511573911, -0.689075291)
  582. Weld19.Part0 = Part17
  583. Weld19.Part1 = Part20
  584. Part20.Parent = Tool0
  585. Part20.BrickColor = BrickColor.new("Institutional white")
  586. Part20.Rotation = Vector3.new(30.9599991, -6.07999992, -85.3499985)
  587. Part20.RotVelocity = Vector3.new(1, 1, 1)
  588. Part20.Velocity = Vector3.new(-0.0517883301, -0.253944278, 0.325469971)
  589. Part20.FormFactor = Enum.FormFactor.Custom
  590. Part20.Size = Vector3.new(1.29999995, 0.200000003, 1.29999995)
  591. Part20.CFrame = CFrame.new(178.638824, 10.6161299, 78.6918488, 0.0806092694, 0.991091549, -0.105999611, -0.859105408, 0.0151601713, -0.51157397, -0.50540942, 0.132303044, 0.852674484)
  592. Part20.BottomSurface = Enum.SurfaceType.Smooth
  593. Part20.TopSurface = Enum.SurfaceType.Smooth
  594. Part20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  595. Part20.Position = Vector3.new(178.638824, 10.6161299, 78.6918488)
  596. Part20.Orientation = Vector3.new(30.7699986, -7.08999968, -88.9899979)
  597. Part20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  598. CylinderMesh21.Parent = Part20
  599. CylinderMesh21.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  600. CylinderMesh21.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  601. Weld22.Parent = Part20
  602. Weld22.C0 = CFrame.new(-172.26474, 533.181824, 323.207336, 0.291405767, -0.859105647, 0.420737743, -0.807226777, 0.0151602263, 0.590046287, -0.513290644, -0.511573911, -0.689075291)
  603. Weld22.C1 = CFrame.new(-170.099579, -533.233215, -323.821899, 0.289125443, -0.859077156, 0.422365814, 0.807789981, -0.0178164262, -0.589200735, 0.513693988, 0.511536062, 0.688802719)
  604. Weld22.Part0 = Part20
  605. Weld22.Part1 = Part23
  606. Part23.Parent = Tool0
  607. Part23.BrickColor = BrickColor.new("Lime green")
  608. Part23.Rotation = Vector3.new(-149.039993, 6.05999994, 85.1899948)
  609. Part23.RotVelocity = Vector3.new(1, 1, 1)
  610. Part23.Velocity = Vector3.new(-0.72983551, -0.0746611357, 0.824234009)
  611. Part23.FormFactor = Enum.FormFactor.Custom
  612. Part23.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
  613. Part23.CFrame = CFrame.new(178.890015, 11.3660841, 78.7637558, 0.0833821446, -0.990912914, 0.105519705, -0.859077096, -0.0178163648, 0.511536241, -0.505007625, -0.13330327, -0.8527565)
  614. Part23.BottomSurface = Enum.SurfaceType.Smooth
  615. Part23.TopSurface = Enum.SurfaceType.Smooth
  616. Part23.Color = Color3.new(0, 1, 0)
  617. Part23.Position = Vector3.new(178.890015, 11.3660841, 78.7637558)
  618. Part23.Orientation = Vector3.new(-30.7699986, 172.949997, -91.1899948)
  619. Part23.Color = Color3.new(0, 1, 0)
  620. SpecialMesh24.Parent = Part23
  621. SpecialMesh24.MeshType = Enum.MeshType.Sphere
  622. Weld25.Parent = Part23
  623. Weld25.C0 = CFrame.new(-170.099579, -533.233215, -323.821899, 0.289125443, -0.859077156, 0.422365814, 0.807789981, -0.0178164262, -0.589200735, 0.513693988, 0.511536062, 0.688802719)
  624. Weld25.C1 = CFrame.new(-532.912415, 171.603561, -323.156708, 0.807227254, -0.0151615478, -0.590045691, -0.291404128, 0.859105825, -0.420738071, 0.513290882, 0.511573255, 0.68907553)
  625. Weld25.Part0 = Part23
  626. Weld25.Part1 = Part26
  627. Part26.Parent = Tool0
  628. Part26.BrickColor = BrickColor.new("Dark stone grey")
  629. Part26.Rotation = Vector3.new(-149.039993, 6.07999992, 175.349991)
  630. Part26.RotVelocity = Vector3.new(1, 1, 1)
  631. Part26.Velocity = Vector3.new(-0.184276581, -0.457717776, 0.66173172)
  632. Part26.FormFactor = Enum.FormFactor.Custom
  633. Part26.Size = Vector3.new(1, 0.200000003, 1)
  634. Part26.CFrame = CFrame.new(178.847839, 11.1614065, 79.1046371, -0.991090655, -0.0806105435, 0.105999455, -0.0151615301, 0.859105885, 0.511573553, -0.132303849, 0.505408287, -0.852674425)
  635. Part26.BottomSurface = Enum.SurfaceType.Smooth
  636. Part26.TopSurface = Enum.SurfaceType.Smooth
  637. Part26.Color = Color3.new(0.388235, 0.372549, 0.384314)
  638. Part26.Position = Vector3.new(178.847839, 11.1614065, 79.1046371)
  639. Part26.Orientation = Vector3.new(-30.7699986, 172.910004, -1.00999999)
  640. Part26.Color = Color3.new(0.388235, 0.372549, 0.384314)
  641. CylinderMesh27.Parent = Part26
  642. CylinderMesh27.Scale = Vector3.new(1, 0.699999988, 0.699999988)
  643. CylinderMesh27.Scale = Vector3.new(1, 0.699999988, 0.699999988)
  644. Decal28.Parent = Part26
  645. Decal28.Texture = "http://www.roblox.com/asset/?id=33533210"
  646. Decal28.Face = Enum.NormalId.Top
  647. Weld29.Parent = Part26
  648. Weld29.C0 = CFrame.new(-532.912415, 171.603561, -323.156708, 0.807227254, -0.0151615478, -0.590045691, -0.291404128, 0.859105825, -0.420738071, 0.513290882, 0.511573255, 0.68907553)
  649. Weld29.C1 = CFrame.new(-170.10025, -533.233582, -323.022034, 0.289125413, -0.859077096, 0.422365695, 0.807789981, -0.0178162884, -0.589200795, 0.513693988, 0.511535883, 0.688802779)
  650. Weld29.Part0 = Part26
  651. Weld29.Part1 = Part30
  652. Part30.Parent = Tool0
  653. Part30.BrickColor = BrickColor.new("Lime green")
  654. Part30.Rotation = Vector3.new(-149.039993, 6.05999994, 85.1899948)
  655. Part30.RotVelocity = Vector3.new(1, 1, 1)
  656. Part30.Velocity = Vector3.new(0.361769676, -0.840919375, 0.498887062)
  657. Part30.FormFactor = Enum.FormFactor.Custom
  658. Part30.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
  659. Part30.CFrame = CFrame.new(178.805695, 10.9564171, 79.445694, 0.0833818987, -0.990912199, 0.105519548, -0.859077036, -0.0178162493, 0.511536241, -0.505007088, -0.133303285, -0.852756083)
  660. Part30.BottomSurface = Enum.SurfaceType.Smooth
  661. Part30.TopSurface = Enum.SurfaceType.Smooth
  662. Part30.Color = Color3.new(0, 1, 0)
  663. Part30.Position = Vector3.new(178.805695, 10.9564171, 79.445694)
  664. Part30.Orientation = Vector3.new(-30.7699986, 172.949997, -91.1899948)
  665. Part30.Color = Color3.new(0, 1, 0)
  666. SpecialMesh31.Parent = Part30
  667. SpecialMesh31.MeshType = Enum.MeshType.Sphere
  668. Weld32.Parent = Part30
  669. Weld32.C0 = CFrame.new(-170.10025, -533.233582, -323.022034, 0.289125413, -0.859077096, 0.422365695, 0.807789981, -0.0178162884, -0.589200795, 0.513693988, 0.511535883, 0.688802779)
  670. Weld32.C1 = CFrame.new(-170.099625, -533.633484, -323.422668, 0.289125383, -0.859077215, 0.422365516, 0.807789981, -0.017816199, -0.589200795, 0.513693988, 0.511535704, 0.688802898)
  671. Weld32.Part0 = Part30
  672. Weld32.Part1 = Part33
  673. Part33.Parent = Tool0
  674. Part33.BrickColor = BrickColor.new("Lime green")
  675. Part33.Rotation = Vector3.new(-149.039993, 6.05999994, 85.1899948)
  676. Part33.RotVelocity = Vector3.new(1, 1, 1)
  677. Part33.Velocity = Vector3.new(-0.231059074, -0.800330997, 1.05112743)
  678. Part33.FormFactor = Enum.FormFactor.Custom
  679. Part33.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003)
  680. Part33.CFrame = CFrame.new(178.451813, 11.1547756, 79.0512238, 0.0833817795, -0.990911841, 0.105519556, -0.859077036, -0.0178160928, 0.511535943, -0.505006671, -0.133303285, -0.852755904)
  681. Part33.BottomSurface = Enum.SurfaceType.Smooth
  682. Part33.TopSurface = Enum.SurfaceType.Smooth
  683. Part33.Color = Color3.new(0, 1, 0)
  684. Part33.Position = Vector3.new(178.451813, 11.1547756, 79.0512238)
  685. Part33.Orientation = Vector3.new(-30.7699986, 172.949997, -91.1899948)
  686. Part33.Color = Color3.new(0, 1, 0)
  687. SpecialMesh34.Parent = Part33
  688. SpecialMesh34.MeshType = Enum.MeshType.Sphere
  689. Part35.Name = "Ring"
  690. Part35.Parent = Tool0
  691. Part35.BrickColor = BrickColor.new("Dark stone grey")
  692. Part35.Reflectance = 0.10000000149012
  693. Part35.Rotation = Vector3.new(120.469994, 4.61999989, 6.0999999)
  694. Part35.RotVelocity = Vector3.new(1, 1, 1)
  695. Part35.Velocity = Vector3.new(-0.181603432, -0.449821353, 0.651162148)
  696. Part35.FormFactor = Enum.FormFactor.Custom
  697. Part35.Size = Vector3.new(1, 1, 0.200000003)
  698. Part35.CFrame = CFrame.new(178.849655, 11.1526375, 79.0985413, 0.991094172, -0.105962701, 0.0806108043, 0.0151806744, -0.511573493, -0.859106123, 0.132272258, 0.852678478, -0.505409002)
  699. Part35.TopSurface = Enum.SurfaceType.Smooth
  700. Part35.Color = Color3.new(0.388235, 0.372549, 0.384314)
  701. Part35.Position = Vector3.new(178.849655, 11.1526375, 79.0985413)
  702. Part35.Orientation = Vector3.new(59.2199974, 170.940002, 178.300003)
  703. Part35.Color = Color3.new(0.388235, 0.372549, 0.384314)
  704. SpecialMesh36.Parent = Part35
  705. SpecialMesh36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  706. SpecialMesh36.Scale = Vector3.new(0.800000012, 0.800000012, 1)
  707. SpecialMesh36.MeshType = Enum.MeshType.FileMesh
  708. SpecialMesh36.Scale = Vector3.new(0.800000012, 0.800000012, 1)
  709. Fire37.Parent = Part35
  710. Fire37.Size = 2
  711. Fire37.Color = Color3.new(0, 1, 0)
  712. Fire37.Heat = 1
  713. Fire37.SecondaryColor = Color3.new(1, 1, 1)
  714. Fire37.Color = Color3.new(0, 1, 0)
  715. ScreenGui38.Name = "OmniGui"
  716. ScreenGui38.Parent = Tool0
  717. Frame39.Parent = ScreenGui38
  718. Frame39.Size = UDim2.new(1, 0, 1, 0)
  719. Frame39.Position = UDim2.new(0, 10, 0, 10)
  720. Frame39.BackgroundColor3 = Color3.new(1, 1, 1)
  721. ImageButton40.Name = "Alien"
  722. ImageButton40.Parent = Frame39
  723. ImageButton40.Size = UDim2.new(0, 100, 0, 100)
  724. ImageButton40.Position = UDim2.new(0, 10, 0, 10)
  725. ImageButton40.BackgroundColor3 = Color3.new(1, 1, 1)
  726. ImageButton40.Image = "rbxassetid://133293265"
  727. Configuration41.Name = "Configure"
  728. Configuration41.Parent = ImageButton40
  729. Script42.Name = "(Read This)"
  730. Script42.Parent = Configuration41
  731. table.insert(cors,sandbox(Script42,function()
  732. --[[
  733.  
  734. AName is the Alien Name
  735.  
  736. Decal is the Decal ID for the Alien
  737.  
  738. Powers is the powers of the alien (Put tools inside)
  739.  
  740. Shirt is the Shirt Template for the Alien
  741.  
  742. Pants is the Pants Template for the Alien
  743.  
  744. Hats is the hats for the alien (Put hats inside)
  745.  
  746. Skin is the alien skin color
  747.  
  748. Face is the alien face
  749. ]]--
  750.  
  751. end))
  752. StringValue43.Name = "AName"
  753. StringValue43.Parent = Configuration41
  754. StringValue43.Value = "Swampfire"
  755. StringValue44.Name = "Decal"
  756. StringValue44.Parent = Configuration41
  757. StringValue44.Value = "33275099"
  758. StringValue45.Name = "Hats"
  759. StringValue45.Parent = Configuration41
  760. Part46.Name = "Diego el Fuego"
  761. Part46.Parent = StringValue45
  762. Part46.Anchored = true
  763. Part46.FormFactor = Enum.FormFactor.Symmetric
  764. Part46.Size = Vector3.new(1, 2, 2)
  765. Part46.CFrame = CFrame.new(179.100006, 1, 68.0999985, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  766. Part46.BottomSurface = Enum.SurfaceType.Smooth
  767. Part46.TopSurface = Enum.SurfaceType.Smooth
  768. Part46.Position = Vector3.new(179.100006, 1, 68.0999985)
  769. Script47.Parent = Part46
  770. table.insert(cors,sandbox(Script47,function()
  771. -- (Hat Giver Script - Loaded.)
  772.  
  773.  
  774.  
  775. debounce = true
  776.  
  777.  
  778.  
  779. function onTouched(hit)
  780.  
  781. if (hit.Parent:findFirstChild("Humanoid") ~= nil and debounce == true) then
  782.  
  783. debounce = false
  784.  
  785. h = Instance.new("Hat")
  786.  
  787. p = Instance.new("Part")
  788.  
  789. h.Name = "Flameface"
  790.  
  791. p.Parent = h
  792.  
  793. p.Position = hit.Parent:findFirstChild("Head").Position
  794.  
  795. p.Name = "Handle"
  796.  
  797. p.formFactor = 0
  798.  
  799. p.Size = Vector3.new(1,2,2)
  800.  
  801. p.BottomSurface = 0
  802.  
  803. p.TopSurface = 0
  804.  
  805. p.Locked = true
  806.  
  807. script.Parent.Mesh:clone().Parent = p
  808.  
  809. h.Parent = hit.Parent
  810.  
  811. h.AttachmentForward = Vector3.new(-0, -0, -1)
  812.  
  813. h.AttachmentPos = Vector3.new(0, 0.05, 0.7)
  814.  
  815. h.AttachmentRight = Vector3.new(1, 0, 0)
  816.  
  817. h.AttachmentUp = Vector3.new(0, 1, 0)
  818.  
  819. wait(5)
  820.  
  821. debounce = true
  822.  
  823. end
  824.  
  825. end
  826.  
  827.  
  828.  
  829. script.Parent.Touched:connect(onTouched)
  830.  
  831.  
  832.  
  833.  
  834. end))
  835. SpecialMesh48.Parent = Part46
  836. SpecialMesh48.MeshId = "http://www.roblox.com/asset/?id=19367180"
  837. SpecialMesh48.Scale = Vector3.new(1.10000002, 1, 1)
  838. SpecialMesh48.TextureId = "http://www.roblox.com/asset/?id=19367173"
  839. SpecialMesh48.MeshType = Enum.MeshType.FileMesh
  840. SpecialMesh48.Scale = Vector3.new(1.10000002, 1, 1)
  841. StringValue49.Name = "Pants"
  842. StringValue49.Parent = Configuration41
  843. StringValue49.Value = "114714864"
  844. StringValue50.Name = "Powers"
  845. StringValue50.Parent = Configuration41
  846. StringValue50.Value = "16331711"
  847. StringValue51.Name = "Shirt"
  848. StringValue51.Parent = Configuration41
  849. StringValue51.Value = "114714806"
  850. StringValue52.Name = "Skin"
  851. StringValue52.Parent = Configuration41
  852. StringValue52.Value = "Really Red"
  853. StringValue53.Name = "Face"
  854. StringValue53.Parent = Configuration41
  855. StringValue53.Value = "0"
  856. TextLabel54.Name = "AName"
  857. TextLabel54.Parent = ImageButton40
  858. TextLabel54.Transparency = 1
  859. TextLabel54.Size = UDim2.new(0, 100, 0, 20)
  860. TextLabel54.Text = "Name"
  861. TextLabel54.BackgroundColor3 = Color3.new(1, 1, 1)
  862. TextLabel54.BackgroundTransparency = 1
  863. TextLabel54.Font = Enum.Font.SourceSans
  864. TextLabel54.FontSize = Enum.FontSize.Size14
  865. TextLabel54.TextColor3 = Color3.new(1, 1, 1)
  866. TextLabel54.TextStrokeTransparency = 0
  867. LocalScript55.Name = "Main"
  868. LocalScript55.Parent = ImageButton40
  869. table.insert(cors,sandbox(LocalScript55,function()
  870. Stuff = script.Parent.Configure
  871. Me = script.Parent.Parent.Parent.Parent.Parent
  872. Character = Me.Character
  873. ---------------------------------------------------------------
  874. script.Parent.AName.Text = Stuff.AName.Value
  875. script.Parent.Name = Stuff.AName.Value
  876. script.Parent.Image = "rbxassetid://"..Stuff.Decal.Value
  877. function onClicked()
  878. --------------------[POWERS]-----------------------------------
  879. local d1 = Stuff.Powers:GetChildren()
  880. for i=1, #d1 do
  881. l = d1[i]:Clone()
  882. l.Parent = Me.Backpack
  883. end
  884. --------------------[CLOTHES]----------------------------------
  885. Character:findFirstChild("Shirt"):Remove()
  886. Character:findFirstChild("Pants"):Remove()
  887.  
  888. shirt = Instance.new("Shirt")
  889. shirt.Name = "Shirt"
  890. shirt.Parent = Character
  891. shirt.ShirtTemplate = "rbxassetid://"..Stuff.Shirt.Value
  892. pants = Instance.new("Pants")
  893. pants.Parent = Character
  894. pants.Name = "Pants"
  895. pants.PantsTemplate = "rbxassetid://"..Stuff.Pants.Value
  896. --------------------[HATS]------------------------------------
  897.  
  898. local d2 = Character:GetChildren()
  899. for i=1, #d2 do
  900. if (d2[i].className == "Hat") then
  901. d2[i]:remove()
  902. end
  903. end
  904.  
  905. local d1 = Stuff.Hats:GetChildren()
  906. for i=1, #d1 do
  907. l = d1[i]:Clone()
  908. l.Parent = Character
  909. end
  910. --------------------[SKIN]------------------------------------
  911. Character.Head:findFirstChild("face").Texture = Stuff.Face.Value
  912. Character:findFirstChild("Head").BrickColor = BrickColor.new(Stuff.Skin.Value)
  913. Character:findFirstChild("Torso").BrickColor = BrickColor.new(Stuff.Skin.Value)
  914. Character:findFirstChild("Left Arm").BrickColor = BrickColor.new(Stuff.Skin.Value)
  915. Character:findFirstChild("Right Arm").BrickColor = BrickColor.new(Stuff.Skin.Value)
  916. Character:findFirstChild("Left Leg").BrickColor = BrickColor.new(Stuff.Skin.Value)
  917. Character:findFirstChild("Right Leg").BrickColor = BrickColor.new(Stuff.Skin.Value)
  918.  
  919. Character:findFirstChild("Body Colors").HeadColor = BrickColor.new(Stuff.Skin.Value)
  920. Character:findFirstChild("Body Colors").TorsoColor = BrickColor.new(Stuff.Skin.Value)
  921. Character:findFirstChild("Body Colors").LeftArmColor = BrickColor.new(Stuff.Skin.Value)
  922. Character:findFirstChild("Body Colors").LeftLegColor = BrickColor.new(Stuff.Skin.Value)
  923. Character:findFirstChild("Body Colors").RightArmColor = BrickColor.new(Stuff.Skin.Value)
  924. Character:findFirstChild("Body Colors").RightLegColor = BrickColor.new(Stuff.Skin.Value)
  925. ----------------------------------------------------------------------------------
  926. script.Parent.Parent.Visible = false
  927. end
  928. script.Parent.MouseButton1Down:connect(onClicked)
  929. end))
  930. ImageButton56.Name = "Alien"
  931. ImageButton56.Parent = Frame39
  932. ImageButton56.Size = UDim2.new(0, 100, 0, 100)
  933. ImageButton56.Position = UDim2.new(0, 100, 0, 100)
  934. ImageButton56.BackgroundColor3 = Color3.new(1, 1, 1)
  935. ImageButton56.Image = "rbxassetid://113107287"
  936. Configuration57.Name = "Configure"
  937. Configuration57.Parent = ImageButton56
  938. Script58.Name = "(Read This)"
  939. Script58.Parent = Configuration57
  940. table.insert(cors,sandbox(Script58,function()
  941. --[[
  942.  
  943. AName is the Alien Name
  944.  
  945. Decal is the Decal ID for the Alien
  946.  
  947. Powers is the powers of the alien (Put tools inside)
  948.  
  949. Shirt is the Shirt Template for the Alien
  950.  
  951. Pants is the Pants Template for the Alien
  952.  
  953. Hats is the hats for the alien (Put hats inside)
  954.  
  955. Skin is the alien skin color
  956.  
  957. Face is the alien face
  958. ]]--
  959.  
  960. end))
  961. StringValue59.Name = "AName"
  962. StringValue59.Parent = Configuration57
  963. StringValue59.Value = "Heatblast"
  964. StringValue60.Name = "Decal"
  965. StringValue60.Parent = Configuration57
  966. StringValue60.Value = "119203054"
  967. StringValue61.Name = "Hats"
  968. StringValue61.Parent = Configuration57
  969. Hat62.Name = "Hot Head"
  970. Hat62.Parent = StringValue61
  971. Hat62.AttachmentPos = Vector3.new(0, -0.819999993, 0)
  972. Part63.Name = "Handle"
  973. Part63.Parent = Hat62
  974. Part63.BrickColor = BrickColor.new("Cool yellow")
  975. Part63.Rotation = Vector3.new(-180, 89.9599991, -180)
  976. Part63.CanCollide = false
  977. Part63.Locked = true
  978. Part63.FormFactor = Enum.FormFactor.Symmetric
  979. Part63.Size = Vector3.new(1, 2, 2)
  980. Part63.CFrame = CFrame.new(197.509933, 1.67000198, 74.3800812, -5.96046448e-08, 0, 0.999999702, 0, 1, 0, -0.999999702, 0, -5.96046448e-08)
  981. Part63.BottomSurface = Enum.SurfaceType.Smooth
  982. Part63.TopSurface = Enum.SurfaceType.Smooth
  983. Part63.Color = Color3.new(0.992157, 0.917647, 0.552941)
  984. Part63.Position = Vector3.new(197.509933, 1.67000198, 74.3800812)
  985. Part63.Orientation = Vector3.new(0, 90, 0)
  986. Part63.Color = Color3.new(0.992157, 0.917647, 0.552941)
  987. SpecialMesh64.Parent = Part63
  988. SpecialMesh64.MeshId = "http://www.roblox.com/asset/?id=25212400"
  989. SpecialMesh64.Scale = Vector3.new(0.800000012, 0.800000012, 0.800000012)
  990. SpecialMesh64.VertexColor = Vector3.new(0, 0, 0)
  991. SpecialMesh64.MeshType = Enum.MeshType.FileMesh
  992. SpecialMesh64.Scale = Vector3.new(0.800000012, 0.800000012, 0.800000012)
  993. Hat65.Name = "BedHead"
  994. Hat65.Parent = StringValue61
  995. Hat65.AttachmentPos = Vector3.new(0, -0.150000006, -0.0500000007)
  996. Part66.Name = "Handle"
  997. Part66.Parent = Hat65
  998. Part66.BrickColor = BrickColor.new("Cool yellow")
  999. Part66.Rotation = Vector3.new(-180, 89.9599991, -180)
  1000. Part66.CanCollide = false
  1001. Part66.Locked = true
  1002. Part66.FormFactor = Enum.FormFactor.Symmetric
  1003. Part66.Size = Vector3.new(1, 2, 2)
  1004. Part66.CFrame = CFrame.new(197.559921, 1.00000298, 74.3800812, -5.96046448e-08, 0, 0.999999702, 0, 1, 0, -0.999999702, 0, -5.96046448e-08)
  1005. Part66.BottomSurface = Enum.SurfaceType.Smooth
  1006. Part66.TopSurface = Enum.SurfaceType.Smooth
  1007. Part66.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1008. Part66.Position = Vector3.new(197.559921, 1.00000298, 74.3800812)
  1009. Part66.Orientation = Vector3.new(0, 90, 0)
  1010. Part66.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1011. SpecialMesh67.Parent = Part66
  1012. SpecialMesh67.MeshId = "http://www.roblox.com/asset/?id=19326912"
  1013. SpecialMesh67.Scale = Vector3.new(1.04999995, 1.5, 1.04999995)
  1014. SpecialMesh67.VertexColor = Vector3.new(0, 0, 0)
  1015. SpecialMesh67.MeshType = Enum.MeshType.FileMesh
  1016. SpecialMesh67.Scale = Vector3.new(1.04999995, 1.5, 1.04999995)
  1017. StringValue68.Name = "Pants"
  1018. StringValue68.Parent = Configuration57
  1019. StringValue68.Value = "9625912"
  1020. StringValue69.Name = "Powers"
  1021. StringValue69.Parent = Configuration57
  1022. StringValue70.Name = "Shirt"
  1023. StringValue70.Parent = Configuration57
  1024. StringValue70.Value = "14254693"
  1025. StringValue71.Name = "Skin"
  1026. StringValue71.Parent = Configuration57
  1027. StringValue71.Value = "Cool yellow"
  1028. StringValue72.Name = "Face"
  1029. StringValue72.Parent = Configuration57
  1030. StringValue72.Value = "58489023"
  1031. TextLabel73.Name = "AName"
  1032. TextLabel73.Parent = ImageButton56
  1033. TextLabel73.Transparency = 1
  1034. TextLabel73.Size = UDim2.new(0, 100, 0, 20)
  1035. TextLabel73.Text = "Name"
  1036. TextLabel73.BackgroundColor3 = Color3.new(1, 1, 1)
  1037. TextLabel73.BackgroundTransparency = 1
  1038. TextLabel73.Font = Enum.Font.SourceSans
  1039. TextLabel73.FontSize = Enum.FontSize.Size14
  1040. TextLabel73.TextColor3 = Color3.new(1, 1, 1)
  1041. TextLabel73.TextStrokeTransparency = 0
  1042. LocalScript74.Name = "Main"
  1043. LocalScript74.Parent = ImageButton56
  1044. table.insert(cors,sandbox(LocalScript74,function()
  1045. Stuff = script.Parent.Configure
  1046. Me = script.Parent.Parent.Parent.Parent.Parent
  1047. Character = Me.Character
  1048. ---------------------------------------------------------------
  1049. script.Parent.AName.Text = Stuff.AName.Value
  1050. script.Parent.Name = Stuff.AName.Value
  1051. script.Parent.Image = "rbxassetid://"..Stuff.Decal.Value
  1052. function onClicked()
  1053. --------------------[POWERS]-----------------------------------
  1054. local d1 = Stuff.Powers:GetChildren()
  1055. for i=1, #d1 do
  1056. l = d1[i]:Clone()
  1057. l.Parent = Me.Backpack
  1058. end
  1059. --------------------[CLOTHES]----------------------------------
  1060. Character:findFirstChild("Shirt"):Remove()
  1061. Character:findFirstChild("Pants"):Remove()
  1062.  
  1063. shirt = Instance.new("Shirt")
  1064. shirt.Name = "Shirt"
  1065. shirt.Parent = Character
  1066. shirt.ShirtTemplate = "rbxassetid://"..Stuff.Shirt.Value
  1067. pants = Instance.new("Pants")
  1068. pants.Parent = Character
  1069. pants.Name = "Pants"
  1070. pants.PantsTemplate = "rbxassetid://"..Stuff.Pants.Value
  1071. --------------------[HATS]------------------------------------
  1072.  
  1073. local d2 = Character:GetChildren()
  1074. for i=1, #d2 do
  1075. if (d2[i].className == "Hat") then
  1076. d2[i]:remove()
  1077. end
  1078. end
  1079.  
  1080. local d1 = Stuff.Hats:GetChildren()
  1081. for i=1, #d1 do
  1082. l = d1[i]:Clone()
  1083. l.Parent = Character
  1084. end
  1085. --------------------[SKIN]------------------------------------
  1086. Character.Head:findFirstChild("face").Texture = Stuff.Face.Value
  1087. Character:findFirstChild("Head").BrickColor = BrickColor.new(Stuff.Skin.Value)
  1088. Character:findFirstChild("Torso").BrickColor = BrickColor.new(Stuff.Skin.Value)
  1089. Character:findFirstChild("Left Arm").BrickColor = BrickColor.new(Stuff.Skin.Value)
  1090. Character:findFirstChild("Right Arm").BrickColor = BrickColor.new(Stuff.Skin.Value)
  1091. Character:findFirstChild("Left Leg").BrickColor = BrickColor.new(Stuff.Skin.Value)
  1092. Character:findFirstChild("Right Leg").BrickColor = BrickColor.new(Stuff.Skin.Value)
  1093.  
  1094. Character:findFirstChild("Body Colors").HeadColor = BrickColor.new(Stuff.Skin.Value)
  1095. Character:findFirstChild("Body Colors").TorsoColor = BrickColor.new(Stuff.Skin.Value)
  1096. Character:findFirstChild("Body Colors").LeftArmColor = BrickColor.new(Stuff.Skin.Value)
  1097. Character:findFirstChild("Body Colors").LeftLegColor = BrickColor.new(Stuff.Skin.Value)
  1098. Character:findFirstChild("Body Colors").RightArmColor = BrickColor.new(Stuff.Skin.Value)
  1099. Character:findFirstChild("Body Colors").RightLegColor = BrickColor.new(Stuff.Skin.Value)
  1100. ----------------------------------------------------------------------------------
  1101. script.Parent.Parent.Visible = false
  1102. end
  1103. script.Parent.MouseButton1Down:connect(onClicked)
  1104. end))
  1105. for i,v in pairs(mas:GetChildren()) do
  1106. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  1107. pcall(function() v:MakeJoints() end)
  1108. end
  1109. mas:Destroy()
  1110. for i,v in pairs(cors) do
  1111. spawn(function()
  1112. pcall(v)
  1113. end)
  1114. end
Advertisement
Add Comment
Please, Sign In to add comment