Advertisement
MyNewName

Untitled

Mar 13th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.72 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. LocalScript0 = Instance.new("LocalScript")
  20. LocalScript1 = Instance.new("LocalScript")
  21. Sound2 = Instance.new("Sound")
  22. ParticleEmitter3 = Instance.new("ParticleEmitter")
  23. PointLight4 = Instance.new("PointLight")
  24. BillboardGui5 = Instance.new("BillboardGui")
  25. TextBox6 = Instance.new("TextBox")
  26. Accessory7 = Instance.new("Accessory")
  27. Part8 = Instance.new("Part")
  28. SpecialMesh9 = Instance.new("SpecialMesh")
  29. Attachment10 = Instance.new("Attachment")
  30. Vector3Value11 = Instance.new("Vector3Value")
  31. Weld12 = Instance.new("Weld")
  32. Weld13 = Instance.new("Weld")
  33. Accessory14 = Instance.new("Accessory")
  34. Part15 = Instance.new("Part")
  35. SpecialMesh16 = Instance.new("SpecialMesh")
  36. Attachment17 = Instance.new("Attachment")
  37. Vector3Value18 = Instance.new("Vector3Value")
  38. Weld19 = Instance.new("Weld")
  39. Weld20 = Instance.new("Weld")
  40. Accessory21 = Instance.new("Accessory")
  41. Part22 = Instance.new("Part")
  42. SpecialMesh23 = Instance.new("SpecialMesh")
  43. Attachment24 = Instance.new("Attachment")
  44. Vector3Value25 = Instance.new("Vector3Value")
  45. Weld26 = Instance.new("Weld")
  46. Weld27 = Instance.new("Weld")
  47. Weld28 = Instance.new("Weld")
  48. Accessory29 = Instance.new("Accessory")
  49. Part30 = Instance.new("Part")
  50. SpecialMesh31 = Instance.new("SpecialMesh")
  51. Attachment32 = Instance.new("Attachment")
  52. Vector3Value33 = Instance.new("Vector3Value")
  53. Weld34 = Instance.new("Weld")
  54. Weld35 = Instance.new("Weld")
  55. Weld36 = Instance.new("Weld")
  56. LocalScript37 = Instance.new("LocalScript")
  57. ForceField38 = Instance.new("ForceField")
  58. Sound39 = Instance.new("Sound")
  59. LocalScript40 = Instance.new("LocalScript")
  60. ForceField41 = Instance.new("ForceField")
  61. LocalScript0.Name = "Topaz1"
  62. LocalScript0.Parent = Model0
  63. table.insert(cors,sandbox(LocalScript0,function()
  64. scale = 1.8
  65. -------------------------------
  66. p =game.Players.LocalPlayer
  67. c =p.Character
  68. ---------------------------------
  69. p.CharacterAppearanceLoaded:connect(function()
  70. wait(1)
  71. p.CanLoadCharacterAppearance = false
  72. ------------------------------------------------------PHYSICAL SCALING
  73. local joints = c.Torso:GetChildren()
  74. table.insert(joints,c.HumanoidRootPart.RootJoint)
  75. local jointCache = {}
  76.  
  77. for i = 1,#joints do
  78. if joints[i]:IsA("Motor6D") then
  79. joints[i].C0 = CFrame.new(joints[i].C0.p * scale) * CFrame.Angles(joints[i].C0:toEulerAnglesXYZ())
  80. joints[i].C1 = CFrame.new(joints[i].C1.p * scale) * CFrame.Angles(joints[i].C0:toEulerAnglesXYZ())
  81.  
  82. table.insert(jointCache, {joints[i]:Clone(),joints[i].Parent})
  83. joints[i]:Remove()
  84. end
  85. end
  86.  
  87. local children = c:GetChildren()
  88. for i = 1,#children do
  89. if children[i]:IsA("BasePart") then
  90. children[i].FormFactor = "Custom"
  91. children[i].Size = children[i].Size * scale
  92. end
  93. end
  94.  
  95. for i = 1,#jointCache do
  96. jointCache[i][1].Parent = jointCache[i][2]
  97. end
  98.  
  99. --------------------------------------------------------VALUE SCALING
  100. c.Humanoid.WalkSpeed = c.Humanoid.WalkSpeed * scale
  101. c.Humanoid.JumpPower = c.Humanoid.JumpPower * scale/2
  102.  
  103. end)
  104.  
  105. end))
  106. LocalScript1.Name = "Topaz2"
  107. LocalScript1.Parent = Model0
  108. table.insert(cors,sandbox(LocalScript1,function()
  109. local mouse = game.Players.LocalPlayer:GetMouse()
  110. local Character = game.Players.LocalPlayer.Character
  111. local aa = false
  112. function Particles() -- Main Function (Clones the Particle find the Player and put's the Particles into them)
  113. local TopazLight = script.TopazLight:Clone()
  114. TopazLight.Parent = game.Players.LocalPlayer.Character.Head
  115. local Particles = script.BillboardGui:Clone() -- Name TestParticles to your Particles name.
  116. Particles.Parent = game.Players.LocalPlayer.Character.Head
  117. end
  118. function ColorHair()
  119. if Character:findFirstChild("Guy Hair") == nil and Character:findFirstChild("Saftygoggles") == nil then
  120. local hair = script["Guy Hair"]:Clone()
  121. hair.Parent = Character
  122. local goggles = script.Saftygoggles:Clone()
  123. goggles.Parent = Character
  124. local gem1 = script.Gem1:Clone()
  125. gem1.Parent = Character
  126. local gem2 = script.Gem2:Clone()
  127. gem2.Parent = Character
  128. end
  129. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  130. if Character:findFirstChild("Guy Hair") then
  131. Character["Guy Hair"].Handle.Mesh.TextureId = ""
  132. Character["Guy Hair"].Handle.Color = Color3.fromRGB(251, 255, 175)
  133. end
  134. if Character:findFirstChild("Saftygoggles") then
  135. Character.Saftygoggles.Handle.Mesh.TextureId = ""
  136. Character.Saftygoggles.Handle.Color = Color3.fromRGB(255, 224, 67)
  137. --Character.Saftygoggles.Handle.Mesh.Offset = Vector3.new(0, 0.5, 0.5)
  138. --Character.Saftygoggles.Handle.Mesh.Scale = Vector3.new(7,7,7)
  139. Character.Saftygoggles.Handle.Transparency = 0.4
  140. end
  141. end
  142. end
  143. function ParticlesDestroy() -- To remove the Particles again.
  144. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  145. if game.Players.LocalPlayer.Character.Head:FindFirstChild("BillboardGui") then -- Name TestParticles to your Particles name.
  146. game.Players.LocalPlayer.Character.Head.BillboardGui:Destroy()
  147. end
  148. if game.Players.LocalPlayer.Character.Head:FindFirstChild("TopazLight") then -- Name TestParticles to your Particles name.
  149. game.Players.LocalPlayer.Character.Head.TopazLight:Destroy()
  150. end
  151. end
  152. end
  153.  
  154. function particles(a,b) -- Key Function, just don't touch this.
  155. if a == ("m") then
  156. if aa == true then
  157. aa = false
  158. ParticlesDestroy()
  159. else
  160.  
  161. if aa == false then
  162. aa = true
  163. ColorHair()
  164. Character.Head.face.Texture = "rbxassetid://8560915"
  165. Particles()
  166. end
  167. end
  168. end
  169. end
  170.  
  171.  
  172. mouse.KeyDown:Connect(particles) -- Connects both Functions.
  173.  
  174. end))
  175. Sound2.Name = "FatSound"
  176. Sound2.Parent = LocalScript1
  177. Sound2.SoundId = "rbxassetid://782722084"
  178. Sound2.Volume = 2
  179. ParticleEmitter3.Name = "TestParticles"
  180. ParticleEmitter3.Parent = LocalScript1
  181. ParticleEmitter3.Transparency = NumberSequence.new(1,0.63749998807907,1)
  182. ParticleEmitter3.Size = NumberSequence.new(0.24999976158142,0.625,0.3125,0.68749964237213,0.43749988079071)
  183. ParticleEmitter3.Color = ColorSequence.new(Color3.new(0.172549, 0.960784, 1),Color3.new(0.172549, 0.960784, 1))
  184. ParticleEmitter3.LightEmission = 2
  185. ParticleEmitter3.Texture = "rbxassetid://337127439"
  186. ParticleEmitter3.Lifetime = NumberRange.new(4, 4)
  187. ParticleEmitter3.Speed = NumberRange.new(4, 4)
  188. ParticleEmitter3.Color = ColorSequence.new(Color3.new(0.172549, 0.960784, 1),Color3.new(0.172549, 0.960784, 1))
  189. PointLight4.Name = "TopazLight"
  190. PointLight4.Parent = LocalScript1
  191. PointLight4.Color = Color3.new(1, 0.941177, 0.262745)
  192. PointLight4.Brightness = 5
  193. PointLight4.Range = 5
  194. PointLight4.Color = Color3.new(1, 0.941177, 0.262745)
  195. BillboardGui5.Parent = LocalScript1
  196. BillboardGui5.Size = UDim2.new(40, 40, 1, 1)
  197. BillboardGui5.Active = true
  198. BillboardGui5.StudsOffset = Vector3.new(0, 3, 0)
  199. TextBox6.Name = "Text"
  200. TextBox6.Parent = BillboardGui5
  201. TextBox6.Transparency = 1
  202. TextBox6.Size = UDim2.new(1, 1, 1, 1)
  203. TextBox6.Text = "Topaz"
  204. TextBox6.BackgroundColor3 = Color3.new(0, 0, 0)
  205. TextBox6.BackgroundTransparency = 1
  206. TextBox6.BorderColor3 = Color3.new(0, 0, 0)
  207. TextBox6.ClearTextOnFocus = false
  208. TextBox6.MultiLine = true
  209. TextBox6.Font = Enum.Font.Fantasy
  210. TextBox6.FontSize = Enum.FontSize.Size14
  211. TextBox6.TextColor3 = Color3.new(0.968628, 1, 0.32549)
  212. TextBox6.TextScaled = true
  213. TextBox6.TextStrokeColor3 = Color3.new(0.27451, 0.109804, 0.109804)
  214. TextBox6.TextStrokeTransparency = 0
  215. TextBox6.TextWrapped = true
  216. TextBox6.TextYAlignment = Enum.TextYAlignment.Top
  217. Accessory7.Name = "Saftygoggles"
  218. Accessory7.Parent = LocalScript1
  219. Accessory7.AttachmentPos = Vector3.new(0, 0.300000012, 0)
  220. Part8.Name = "Handle"
  221. Part8.Parent = Accessory7
  222. Part8.Rotation = Vector3.new(0, 60.6499977, 0)
  223. Part8.CanCollide = false
  224. Part8.FormFactor = Enum.FormFactor.Symmetric
  225. Part8.Size = Vector3.new(1.24999964, 1.1500001, 1.24000001)
  226. Part8.CFrame = CFrame.new(-3.55738473, 8.26671791, -36.8848305, 0.490104109, 8.09829089e-06, 0.871663928, -2.23158509e-07, 1, -9.16524004e-06, -0.871663928, 4.29756392e-06, 0.490104109)
  227. Part8.BottomSurface = Enum.SurfaceType.Smooth
  228. Part8.TopSurface = Enum.SurfaceType.Smooth
  229. Part8.Position = Vector3.new(-3.55738473, 8.26671791, -36.8848305)
  230. Part8.Orientation = Vector3.new(0, 60.6499977, 0)
  231. SpecialMesh9.Parent = Part8
  232. SpecialMesh9.MeshId = "rbxassetid://503822704"
  233. SpecialMesh9.Offset = Vector3.new(0, 0.200000003, 0)
  234. SpecialMesh9.Scale = Vector3.new(4.0999999, 3.5, 4.19999981)
  235. SpecialMesh9.TextureId = "rbxassetid://503822897"
  236. SpecialMesh9.MeshType = Enum.MeshType.FileMesh
  237. SpecialMesh9.Scale = Vector3.new(4.0999999, 3.5, 4.19999981)
  238. Attachment10.Name = "FaceFrontAttachment"
  239. Attachment10.Parent = Part8
  240. Attachment10.Rotation = Vector3.new(2.37457894e-14, -1.86912034e-22, -4.50996595e-07)
  241. Attachment10.CFrame = CFrame.new(3.93629307e-09, -0.199999809, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  242. Attachment10.Position = Vector3.new(3.93629307e-09, -0.199999809, -0.600272298)
  243. Attachment10.Axis = Vector3.new(1, -7.87137555e-09, 0)
  244. Attachment10.Orientation = Vector3.new(2.37457894e-14, -1.86912034e-22, -4.50996595e-07)
  245. Vector3Value11.Name = "OriginalSize"
  246. Vector3Value11.Parent = Part8
  247. Vector3Value11.Value = Vector3.new(1.24999964, 1.1500001, 1.24000001)
  248. Weld12.Name = "AccessoryWeld"
  249. Weld12.Parent = Part8
  250. Weld12.C0 = CFrame.new(3.93629307e-09, -0.199999809, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  251. Weld12.C1 = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  252. Weld12.Part0 = Part8
  253. Weld13.Name = "AccessoryWeld"
  254. Weld13.Parent = Part8
  255. Weld13.C0 = CFrame.new(3.93629307e-09, -0.199999809, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  256. Weld13.C1 = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  257. Weld13.Part0 = Part8
  258. Accessory14.Name = "Guy Hair"
  259. Accessory14.Parent = LocalScript1
  260. Accessory14.AttachmentPos = Vector3.new(0, -0.0299999993, 0.0900000036)
  261. Part15.Name = "Handle"
  262. Part15.Parent = Accessory14
  263. Part15.Rotation = Vector3.new(0, 60.6499977, 0)
  264. Part15.CanCollide = false
  265. Part15.FormFactor = Enum.FormFactor.Plate
  266. Part15.Size = Vector3.new(1, 0.800000012, 2)
  267. Part15.CFrame = CFrame.new(-3.63583183, 8.59671974, -36.928936, 0.490104109, 8.09829089e-06, 0.871663928, -2.23158509e-07, 1, -9.16524004e-06, -0.871663928, 4.29756392e-06, 0.490104109)
  268. Part15.BottomSurface = Enum.SurfaceType.Smooth
  269. Part15.TopSurface = Enum.SurfaceType.Smooth
  270. Part15.Position = Vector3.new(-3.63583183, 8.59671974, -36.928936)
  271. Part15.Orientation = Vector3.new(0, 60.6499977, 0)
  272. SpecialMesh16.Parent = Part15
  273. SpecialMesh16.MeshId = "http://www.roblox.com/asset/?id=23636505"
  274. SpecialMesh16.Offset = Vector3.new(0, 0.5, -0.100000001)
  275. SpecialMesh16.Scale = Vector3.new(1.79999995, 1.89999998, 1.79999995)
  276. SpecialMesh16.TextureId = "http://www.roblox.com/asset/?id=23636506"
  277. SpecialMesh16.MeshType = Enum.MeshType.FileMesh
  278. SpecialMesh16.Scale = Vector3.new(1.79999995, 1.89999998, 1.79999995)
  279. Attachment17.Name = "HairAttachment"
  280. Attachment17.Parent = Part15
  281. Attachment17.Rotation = Vector3.new(2.37457894e-14, -1.86912034e-22, -4.50996595e-07)
  282. Attachment17.CFrame = CFrame.new(8.65838956e-09, 0.0699996948, 0.0897277594, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  283. Attachment17.Position = Vector3.new(8.65838956e-09, 0.0699996948, 0.0897277594)
  284. Attachment17.Axis = Vector3.new(1, -7.87137555e-09, 0)
  285. Attachment17.Orientation = Vector3.new(2.37457894e-14, -1.86912034e-22, -4.50996595e-07)
  286. Vector3Value18.Name = "OriginalSize"
  287. Vector3Value18.Parent = Part15
  288. Vector3Value18.Value = Vector3.new(1, 0.800000012, 2)
  289. Weld19.Name = "AccessoryWeld"
  290. Weld19.Parent = Part15
  291. Weld19.C0 = CFrame.new(8.65838956e-09, 0.0699996948, 0.0897277594, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  292. Weld19.C1 = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  293. Weld19.Part0 = Part15
  294. Weld20.Name = "AccessoryWeld"
  295. Weld20.Parent = Part15
  296. Weld20.C0 = CFrame.new(8.65838956e-09, 0.0699996948, 0.0897277594, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  297. Weld20.C1 = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  298. Weld20.Part0 = Part15
  299. Accessory21.Name = "Gem2"
  300. Accessory21.Parent = LocalScript1
  301. Accessory21.AttachmentPos = Vector3.new(0, 0.300000012, 0)
  302. Part22.Name = "Handle"
  303. Part22.Parent = Accessory21
  304. Part22.Material = Enum.Material.SmoothPlastic
  305. Part22.BrickColor = BrickColor.new("Tr. Flu. Yellow")
  306. Part22.Reflectance = 0.10000000149012
  307. Part22.Rotation = Vector3.new(0, -72.7099991, 0)
  308. Part22.CanCollide = false
  309. Part22.FormFactor = Enum.FormFactor.Symmetric
  310. Part22.Size = Vector3.new(1.24999964, 1.1500001, 1.24000001)
  311. Part22.CFrame = CFrame.new(191.859955, 8.29999924, 13.0086937, 0.297164083, -2.33908803e-09, -0.954826415, 7.87137022e-09, 1, 4.14442024e-16, 0.954826415, -7.51579154e-09, 0.297164083)
  312. Part22.BottomSurface = Enum.SurfaceType.Smooth
  313. Part22.TopSurface = Enum.SurfaceType.Smooth
  314. Part22.Color = Color3.new(1, 0.956863, 0.341176)
  315. Part22.Position = Vector3.new(191.859955, 8.29999924, 13.0086937)
  316. Part22.Orientation = Vector3.new(0, -72.7099991, 0)
  317. Part22.Color = Color3.new(1, 0.956863, 0.341176)
  318. SpecialMesh23.Parent = Part22
  319. SpecialMesh23.MeshId = "rbxassetid://482362013"
  320. SpecialMesh23.Offset = Vector3.new(1, 0, 0)
  321. SpecialMesh23.Scale = Vector3.new(0.00300000003, 0.00700000022, 0.00700000022)
  322. SpecialMesh23.MeshType = Enum.MeshType.FileMesh
  323. SpecialMesh23.Scale = Vector3.new(0.00300000003, 0.00700000022, 0.00700000022)
  324. Attachment24.Name = "FaceFrontAttachment"
  325. Attachment24.Parent = Part22
  326. Attachment24.Rotation = Vector3.new(2.37457894e-14, -1.86912034e-22, -4.50996595e-07)
  327. Attachment24.CFrame = CFrame.new(3.93629307e-09, -0.199999809, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  328. Attachment24.Position = Vector3.new(3.93629307e-09, -0.199999809, -0.600272298)
  329. Attachment24.Axis = Vector3.new(1, -7.87137555e-09, 0)
  330. Attachment24.Orientation = Vector3.new(2.37457894e-14, -1.86912034e-22, -4.50996595e-07)
  331. Vector3Value25.Name = "OriginalSize"
  332. Vector3Value25.Parent = Part22
  333. Vector3Value25.Value = Vector3.new(1.24999964, 1.1500001, 1.24000001)
  334. Weld26.Name = "AccessoryWeld"
  335. Weld26.Parent = Part22
  336. Weld26.C0 = CFrame.new(3.93629307e-09, -0.199999809, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  337. Weld26.C1 = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  338. Weld26.Part0 = Part22
  339. Weld27.Name = "AccessoryWeld"
  340. Weld27.Parent = Part22
  341. Weld27.C0 = CFrame.new(3.93629307e-09, -0.199999809, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  342. Weld27.C1 = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  343. Weld27.Part0 = Part22
  344. Weld28.Name = "AccessoryWeld"
  345. Weld28.Parent = Part22
  346. Weld28.C0 = CFrame.new(3.93629307e-09, -0.199999809, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  347. Weld28.C1 = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  348. Weld28.Part0 = Part22
  349. Accessory29.Name = "Gem1"
  350. Accessory29.Parent = LocalScript1
  351. Accessory29.AttachmentPos = Vector3.new(0, 0.300000012, 0)
  352. Part30.Name = "Handle"
  353. Part30.Parent = Accessory29
  354. Part30.Material = Enum.Material.SmoothPlastic
  355. Part30.BrickColor = BrickColor.new("Tr. Flu. Yellow")
  356. Part30.Reflectance = 0.10000000149012
  357. Part30.Rotation = Vector3.new(0, -72.7099991, 0)
  358. Part30.CanCollide = false
  359. Part30.FormFactor = Enum.FormFactor.Symmetric
  360. Part30.Size = Vector3.new(1.24999964, 1.1500001, 1.24000001)
  361. Part30.CFrame = CFrame.new(191.859955, 8.29999924, 13.0086937, 0.297164083, -2.33908803e-09, -0.954826415, 7.87137022e-09, 1, 4.14442024e-16, 0.954826415, -7.51579154e-09, 0.297164083)
  362. Part30.BottomSurface = Enum.SurfaceType.Smooth
  363. Part30.TopSurface = Enum.SurfaceType.Smooth
  364. Part30.Color = Color3.new(1, 0.956863, 0.341176)
  365. Part30.Position = Vector3.new(191.859955, 8.29999924, 13.0086937)
  366. Part30.Orientation = Vector3.new(0, -72.7099991, 0)
  367. Part30.Color = Color3.new(1, 0.956863, 0.341176)
  368. SpecialMesh31.Parent = Part30
  369. SpecialMesh31.MeshId = "rbxassetid://482362013"
  370. SpecialMesh31.Offset = Vector3.new(-1, 0, 0)
  371. SpecialMesh31.Scale = Vector3.new(0.00300000003, 0.00700000022, 0.00700000022)
  372. SpecialMesh31.MeshType = Enum.MeshType.FileMesh
  373. SpecialMesh31.Scale = Vector3.new(0.00300000003, 0.00700000022, 0.00700000022)
  374. Attachment32.Name = "FaceFrontAttachment"
  375. Attachment32.Parent = Part30
  376. Attachment32.Rotation = Vector3.new(2.37457894e-14, -1.86912034e-22, -4.50996595e-07)
  377. Attachment32.CFrame = CFrame.new(3.93629307e-09, -0.199999809, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  378. Attachment32.Position = Vector3.new(3.93629307e-09, -0.199999809, -0.600272298)
  379. Attachment32.Axis = Vector3.new(1, -7.87137555e-09, 0)
  380. Attachment32.Orientation = Vector3.new(2.37457894e-14, -1.86912034e-22, -4.50996595e-07)
  381. Vector3Value33.Name = "OriginalSize"
  382. Vector3Value33.Parent = Part30
  383. Vector3Value33.Value = Vector3.new(1.24999964, 1.1500001, 1.24000001)
  384. Weld34.Name = "AccessoryWeld"
  385. Weld34.Parent = Part30
  386. Weld34.C0 = CFrame.new(3.93629307e-09, -0.199999809, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  387. Weld34.C1 = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  388. Weld34.Part0 = Part30
  389. Weld35.Name = "AccessoryWeld"
  390. Weld35.Parent = Part30
  391. Weld35.C0 = CFrame.new(3.93629307e-09, -0.199999809, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  392. Weld35.C1 = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  393. Weld35.Part0 = Part30
  394. Weld36.Name = "AccessoryWeld"
  395. Weld36.Parent = Part30
  396. Weld36.C0 = CFrame.new(3.93629307e-09, -0.199999809, -0.600272298, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  397. Weld36.C1 = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  398. Weld36.Part0 = Part30
  399. LocalScript37.Name = "Topaz3"
  400. LocalScript37.Parent = Model0
  401. table.insert(cors,sandbox(LocalScript37,function()
  402. local mouse = game.Players.LocalPlayer:GetMouse()
  403. local Character = game.Players.LocalPlayer.Character
  404. local aa = false
  405. function Particles() -- Main Function (Clones the Particle find the Player and put's the Particles into them)
  406. local AquaLight = script.ForceField:Clone()
  407. AquaLight.Parent = game.Players.LocalPlayer.Character
  408. local hum = Character:findFirstChild("Humanoid")
  409. hum.MaxHealth = 99999999999999999999999999999999999999999999999*math.huge
  410. hum.Health = 99999999999999999999999999999999999999999999999*math.huge
  411. local Sound = script.AquaSound:Clone()
  412. Sound.Parent = game.Players.LocalPlayer.Character.Head
  413. Sound:Play()
  414. end
  415.  
  416. function ParticlesDestroy() -- To remove the Particles again.
  417. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  418. if game.Players.LocalPlayer.Character:findFirstChild("ForceField") then -- Name TestParticles to your Particles name.
  419. game.Players.LocalPlayer.Character.ForceField:Destroy()
  420. end
  421. if game.Players.LocalPlayer.Character.Head:FindFirstChild("AquaSound") then -- Name TestParticles to your Particles name.
  422. game.Players.LocalPlayer.Character.Head.AquaSound:Destroy()
  423. end
  424. end
  425. end
  426.  
  427. function particles(a,b) -- Key Function, just don't touch this.
  428. if a == ("k") then
  429. if aa == true then
  430. aa = false
  431. ParticlesDestroy()
  432. else
  433.  
  434. if aa == false then
  435. aa = true
  436. Particles()
  437. end
  438. end
  439. end
  440. end
  441.  
  442.  
  443. mouse.KeyDown:Connect(particles) -- Connects both Functions.
  444.  
  445. end))
  446. ForceField38.Parent = LocalScript37
  447. Sound39.Name = "AquaSound"
  448. Sound39.Parent = LocalScript37
  449. Sound39.SoundId = "rbxassetid://918781824"
  450. Sound39.Volume = 10
  451. LocalScript40.Name = "Topaz4"
  452. LocalScript40.Parent = Model0
  453. table.insert(cors,sandbox(LocalScript40,function()
  454. local mouse = game.Players.LocalPlayer:GetMouse()
  455. local Character = game.Players.LocalPlayer.Character
  456. local aa = false
  457. function Particles() -- Main Function (Clones the Particle find the Player and put's the Particles into them)
  458. local AquaLight = Instance.new("Explosion")
  459. AquaLight.Parent = game.Players.LocalPlayer.Character.Head
  460. AquaLight.BlastRadius = 30
  461. AquaLight.DestroyJointRadiusPercent = 99999999999999
  462. AquaLight.Position = Character.Torso.Position
  463. local hum = Character:findFirstChild("Humanoid")
  464. hum.MaxHealth = 99999999999999999999999999999999999999999999999*math.huge
  465. hum.Health = 99999999999999999999999999999999999999999999999*math.huge
  466. end
  467.  
  468. function ParticlesDestroy() -- To remove the Particles again.
  469. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  470. if game.Players.LocalPlayer.Character:findFirstChild("ForceField") then -- Name TestParticles to your Particles name.
  471. game.Players.LocalPlayer.Character.ForceField:Destroy()
  472. end
  473. end
  474. end
  475.  
  476. function particles(a,b) -- Key Function, just don't touch this.
  477. if a == ("x") then
  478. if aa == true then
  479. aa = false
  480. --ParticlesDestroy()
  481. else
  482.  
  483. if aa == false then
  484. aa = true
  485. Particles()
  486. end
  487. end
  488. end
  489. end
  490.  
  491.  
  492. mouse.KeyDown:Connect(particles) -- Connects both Functions.
  493.  
  494. end))
  495. ForceField41.Parent = LocalScript40
  496. for i,v in pairs(mas:GetChildren()) do
  497. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  498. pcall(function() v:MakeJoints() end)
  499. end
  500. mas:Destroy()
  501. for i,v in pairs(cors) do
  502. spawn(function()
  503. pcall(v)
  504. end)
  505. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement