Advertisement
ThatOneGuy561

Untitled

Mar 12th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.83 KB | None | 0 0
  1.  
  2. wait(1)
  3. Player = game:GetService("Players").LocalPlayer
  4. Character = Player.Character
  5. Mouse = Player:GetMouse()
  6. m = Instance.new("Model", Character)
  7. local weldBetween = function(a, b)
  8. local weldd = Instance.new("ManualWeld")
  9. weldd.Part0 = a
  10. weldd.Part1 = b
  11. weldd.C0 = CFrame.new()
  12. weldd.C1 = b.CFrame:inverse() * a.CFrame
  13. weldd.Parent = a
  14. return weldd
  15. end
  16. it = Instance.new
  17. function nooutline(part)
  18. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  19. end
  20. function part(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
  21. local fp = it("Part")
  22. fp.formFactor = formfactor
  23. fp.Parent = parent
  24. fp.Reflectance = reflectance
  25. fp.Transparency = transparency
  26. fp.CanCollide = false
  27. fp.Locked = true
  28. fp.BrickColor = BrickColor.new(tostring(brickcolor))
  29. fp.Name = name
  30. fp.Size = size
  31. fp.Position = Character.Torso.Position
  32. nooutline(fp)
  33. fp.Material = material
  34. fp:BreakJoints()
  35. return fp
  36. end
  37. function mesh(Mesh, part, meshtype, meshid, offset, scale)
  38. local mesh = it(Mesh)
  39. mesh.Parent = part
  40. if Mesh == "SpecialMesh" then
  41. mesh.MeshType = meshtype
  42. mesh.MeshId = meshid
  43. end
  44. mesh.Offset = offset
  45. mesh.Scale = scale
  46. return mesh
  47. end
  48. function weld(parent, part0, part1, c0, c1)
  49. local weld = it("Weld")
  50. weld.Parent = parent
  51. weld.Part0 = part0
  52. weld.Part1 = part1
  53. weld.C0 = c0
  54. weld.C1 = c1
  55. return weld
  56. end
  57. F = part(Enum.FormFactor.Plate, m, Enum.Material.Plastic, 0, 0, "Royal purple", "Handle", Vector3.new(3.5875988, 0.478346467, 1.19586647))
  58. Fweld = weld(m, Character.Head, F, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0157470703, -0.438977718, 0.00266170502, 0.995733142, 0, 0.0922800079, 0.00925354939, 0.994959533, -0.0998490006, -0.0918148756, 0.10027688, 0.990714252))
  59. mesh("SpecialMesh", F, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1029012", Vector3.new(0, 0, 0), Vector3.new(1.31545293, 1.31545281, 1.31545317))
  60. player = game.Players.LocalPlayer
  61. char = player.Character
  62. run = game:GetService("RunService")
  63. local xd = Instance.new("Model", game.Workspace)
  64. xd.Name = player.Name .. "'s INSTANCES"
  65. ignore = {}
  66. mouse = player:GetMouse()
  67. mouse.TargetFilter = xd
  68. local IdleAndWalk = false
  69. current = true
  70. skl = false
  71. function onKeyDown(key)
  72. key:lower()
  73. if key == "f" then
  74. do
  75. local Camera = game.Workspace.CurrentCamera
  76. local Player = game:GetService("Players").LocalPlayer
  77. repeat
  78. wait()
  79. until Player.Character
  80. Camera.CameraType = "Scriptable"
  81. game:GetService("RunService").Stepped:connect(function()
  82. Camera.CoordinateFrame = Camera.CoordinateFrame * CFrame.fromEulerAnglesXYZ(0.01, 0.01, 0.01)
  83. end)
  84. end
  85. end
  86. end
  87. mouse.KeyDown:connect(onKeyDown)
  88. function onKeyDown(key)
  89. key:lower()
  90. if key == "g" then
  91. local Camera = game.Workspace.CurrentCamera
  92. Camera.CameraType = "Follow"
  93. end
  94. end
  95. mouse.KeyDown:connect(onKeyDown)
  96. local Player, Character, Mouse = game:service("Players").LocalPlayer, game:GetService("Players").LocalPlayer.Character, game:GetService("Players").LocalPlayer:GetMouse()
  97. local currentCam = workspace.CurrentCamera
  98. Humanoid = Character:findFirstChild("Humanoid")
  99. Torso = Character:findFirstChild("Torso")
  100. Head = Character:findFirstChild("Head")
  101. Right_Arm = Character:findFirstChild("Right Arm")
  102. Left_Arm = Character:findFirstChild("Left Arm")
  103. Right_Leg = Character:findFirstChild("Right Leg")
  104. Right_Leg.FormFactor = "Custom"
  105. Left_Leg = Character:findFirstChild("Left Leg")
  106. Left_Leg.FormFactor = "Custom"
  107. Right_Shoulder = Torso:findFirstChild("Right Shoulder")
  108. Left_Shoulder = Torso:findFirstChild("Left Shoulder")
  109. Right_Hip = Torso:findFirstChild("Right Hip")
  110. Left_Hip = Torso:findFirstChild("Left Hip")
  111. Neck = Torso:findFirstChild("Neck")
  112. rootPart = Character:findFirstChild("HumanoidRootPart")
  113. rootPart.Archivable = true
  114. rootJoint = rootPart:findFirstChild("RootJoint")
  115. rootJoint.Archivable = true
  116. c_new = CFrame.new
  117. i_new = Instance.new
  118. c_angles = CFrame.Angles
  119. Humanoid:ClearAllChildren()
  120. local Animations = false
  121. local followMouse = false
  122. local isSprinting = false
  123. local Angle = 0
  124. local angleSpeed = 1
  125. local currentAnim
  126. local Vaping = false
  127. local vapePower = 2.5
  128. local Release = false
  129. local currentFace = Head.face.Texture
  130. function math_pos(float)
  131. if float < 0 then
  132. float = 0
  133. end
  134. return float
  135. end
  136. function math_neg(float)
  137. if float > 0 then
  138. float = 0
  139. end
  140. return float
  141. end
  142. function math_max(float, max)
  143. if max < float then
  144. float = max
  145. end
  146. return float
  147. end
  148. function math_min(float, min)
  149. if min < float then
  150. float = min
  151. end
  152. return float
  153. end
  154. function newWeld(wp0, wp1, wc0x, wc0y, wc0z)
  155. wld = Instance.new("Weld", wp1)
  156. wld.Part0 = wp0
  157. wld.Part1 = wp1
  158. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  159. return wld
  160. end
  161. function newWeld2(wp02, wp12, wc0x2, wc0y2, wc0z2, wc0x12, wc0y12, wc0z12)
  162. wld2 = Instance.new("Weld", wp12)
  163. wld2.Part0 = wp02
  164. wld2.Part1 = wp12
  165. wld2.C0 = CFrame.new(wc0x2, wc0y2, wc0z2) * CFrame.Angles(wc0x12, wc0y12, wc0z12)
  166. return wld2
  167. end
  168. LA_Weld = newWeld(Torso, Left_Arm, -1.5, 0.5, 0)
  169. Left_Arm.Weld.C1 = CFrame.new(0, 0.5, 0)
  170. RA_Weld = newWeld(Torso, Right_Arm, 1.5, 0.5, 0)
  171. Right_Arm.Weld.C1 = CFrame.new(0, 0.5, 0)
  172. LL_Weld = newWeld(Torso, Left_Leg, -0.5, -1, 0)
  173. Left_Leg.Weld.C1 = CFrame.new(0, 1, 0)
  174. RL_Weld = newWeld(Torso, Right_Leg, 0.5, -1, 0)
  175. Right_Leg.Weld.C1 = CFrame.new(0, 1, 0)
  176. Torso_Weld = newWeld(rootPart, Torso, 0, -1, 0)
  177. Torso.Weld.C1 = CFrame.new(0, -1, 0)
  178. Head_Weld = newWeld(Torso, Head, 0, 1.5, 0)
  179. function nooutline(part)
  180. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  181. end
  182. function part(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
  183. local fp = i_new("Part")
  184. fp.formFactor = formfactor
  185. fp.Parent = parent
  186. fp.Reflectance = reflectance
  187. fp.Transparency = transparency
  188. fp.CanCollide = false
  189. fp.Locked = true
  190. fp.BrickColor = BrickColor.new(tostring(brickcolor))
  191. fp.Name = name
  192. fp.Size = size
  193. fp.Position = Character.Torso.Position
  194. nooutline(fp)
  195. fp.Material = material
  196. fp:BreakJoints()
  197. return fp
  198. end
  199. function mesh(Mesh, part, meshtype, meshid, offset, scale)
  200. local mesh = i_new(Mesh)
  201. mesh.Parent = part
  202. if Mesh == "SpecialMesh" then
  203. mesh.MeshType = meshtype
  204. mesh.MeshId = meshid
  205. end
  206. mesh.Offset = offset
  207. mesh.Scale = scale
  208. return mesh
  209. end
  210. function weld(parent, part0, part1, c0, c1)
  211. local weld = i_new("Weld")
  212. weld.Parent = parent
  213. weld.Part0 = part0
  214. weld.Part1 = part1
  215. weld.C0 = c0
  216. weld.C1 = c1
  217. return weld
  218. end
  219. function swait(num)
  220. if num == 0 or num == nil then
  221. game:GetService("RunService").Stepped:wait(0)
  222. else
  223. for i = 0, num do
  224. game:GetService("RunService").Stepped:wait(0)
  225. end
  226. end
  227. end
  228. function newRay(start, face, range, wat)
  229. local ray = Ray.new(start.p, (face.p - start.p).Unit * range)
  230. hit, pos = workspace:findPartOnRayWithIgnoreList(ray, wat)
  231. return ray, hit, pos
  232. end
  233. function QuaternionFromCFrame(cf)
  234. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  235. local trace = m00 + m11 + m22
  236. if trace > 0 then
  237. local s = math.sqrt(1 + trace)
  238. local recip = 0.5 / s
  239. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  240. else
  241. local i = 0
  242. if m00 < m11 then
  243. i = 1
  244. end
  245. if m22 > (i == 0 and m00 or m11) then
  246. i = 2
  247. end
  248. if i == 0 then
  249. local s = math.sqrt(m00 - m11 - m22 + 1)
  250. local recip = 0.5 / s
  251. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  252. elseif i == 1 then
  253. local s = math.sqrt(m11 - m22 - m00 + 1)
  254. local recip = 0.5 / s
  255. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  256. elseif i == 2 then
  257. local s = math.sqrt(m22 - m00 - m11 + 1)
  258. local recip = 0.5 / s
  259. return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  260. end
  261. end
  262. end
  263. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  264. local xs, ys, zs = x + x, y + y, z + z
  265. local wx, wy, wz = w * xs, w * ys, w * zs
  266. local xx = x * xs
  267. local xy = x * ys
  268. local xz = x * zs
  269. local yy = y * ys
  270. local yz = y * zs
  271. local zz = z * zs
  272. return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
  273. end
  274. function QuaternionSlerp(a, b, t)
  275. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  276. local startInterp, finishInterp
  277. if cosTheta >= 1.0E-4 then
  278. if 1 - cosTheta > 1.0E-4 then
  279. local theta = math.acos(cosTheta)
  280. local invSinTheta = 1 / math.sin(theta)
  281. startInterp = math.sin((1 - t) * theta) * invSinTheta
  282. finishInterp = math.sin(t * theta) * invSinTheta
  283. else
  284. startInterp = 1 - t
  285. finishInterp = t
  286. end
  287. elseif 1 + cosTheta > 1.0E-4 then
  288. local theta = math.acos(-cosTheta)
  289. local invSinTheta = 1 / math.sin(theta)
  290. startInterp = math.sin((t - 1) * theta) * invSinTheta
  291. finishInterp = math.sin(t * theta) * invSinTheta
  292. else
  293. startInterp = t - 1
  294. finishInterp = t
  295. end
  296. return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
  297. end
  298. function clerp(a, b, t)
  299. local qa = {
  300. QuaternionFromCFrame(a)
  301. }
  302. local qb = {
  303. QuaternionFromCFrame(b)
  304. }
  305. local ax, ay, az = a.x, a.y, a.z
  306. local bx, by, bz = b.x, b.y, b.z
  307. local _t = 1 - t
  308. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  309. end
  310. local freeFalling = false
  311. Humanoid.FreeFalling:connect(function(f)
  312. if f then
  313. freeFalling = true
  314. else
  315. freeFalling = false
  316. end
  317. end)
  318. function Vapor()
  319. end
  320. function Vape()
  321. if Release == true and vapePower > 5 then
  322. Vaping = true
  323. Humanoid.WalkSpeed = 0
  324. Humanoid.JumpPower = 0
  325. for i = 0, 3, 0.01 do
  326. Animations = true
  327. RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0.1) * c_angles(math.rad(20), math.rad(0), math.rad(20)), 0.01)
  328. LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0.1) * c_angles(math.rad(20), math.rad(0), math.rad(-20)), 0.01)
  329. LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(-5.5)), 0.005)
  330. RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(5.5)), 0.005)
  331. Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), 0), 0.01)
  332. Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(-5), math.rad(0), 0), 0.005)
  333. Head.face.Texture = "http://www.roblox.com/asset/?id=7317691"
  334. swait()
  335. end
  336. z2:Play()
  337. z = Instance.new("Sound", char)
  338. z.SoundId = "rbxassetid://638644877"
  339. z.Looped = false
  340. z.Pitch = 1
  341. z.Volume = 10
  342. wait(0.1)
  343. z:Play()
  344. wait(7.5)
  345. Head.face.Texture = currentFace
  346. Humanoid.WalkSpeed = 16
  347. Humanoid.JumpPower = 50
  348. Animations = false
  349. wait(1)
  350. Vaping = false
  351. vapePower = 2.5
  352. elseif vapePower < 5 then
  353. Vaping = false
  354. vapePower = 2.5
  355. end
  356. end
  357. Mouse.KeyDown:connect(function(key)
  358. if key == "z" and followMouse == false then
  359. followMouse = true
  360. gyro = Instance.new("BodyGyro", rootPart)
  361. gyro.P = 10000000
  362. gyro.D = 1000
  363. gyro.MaxTorque = Vector3.new(0, 10000000, 0)
  364. coroutine.resume(coroutine.create(function()
  365. while wait() do
  366. gyro.CFrame = CFrame.new(Vector3.new(), (Mouse.Hit.p - rootPart.CFrame.p).unit * 100)
  367. end
  368. end))
  369. elseif key == "z" and followMouse == true then
  370. followMouse = false
  371. gyro:Destroy()
  372. end
  373. end)
  374. Mouse.Button1Down:connect(function()
  375. if Vaping == false then
  376. Vaping = true
  377. Release = false
  378. Mouse.Button1Up:connect(function()
  379. Release = true
  380. end)
  381. if Release == false then
  382. repeat
  383. Animations = true
  384. vapePower = vapePower + 0.1
  385. Humanoid.WalkSpeed = 0
  386. Humanoid.JumpPower = 0
  387. wait()
  388. RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.8, 1.4, -1) * c_angles(math.rad(60), math.rad(-25), math.rad(-80)) * CFrame.Angles(0, math.rad(150), 0), 0.1)
  389. LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0.1) * c_angles(math.rad(-12.5), math.rad(10), math.rad(-25)), 0.1)
  390. LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-15), math.rad(0), math.rad(-5)), 0.01)
  391. RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-15), math.rad(0), math.rad(5)), 0.01)
  392. Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.05) * c_angles(math.rad(11.5), math.rad(0), 0), 0.05)
  393. Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(15), math.rad(0), 0), 0.01)
  394. if vapePower > 5 then
  395. Head.face.Texture = "http://www.roblox.com/asset/?id=7317691"
  396. elseif vapePower < 5 then
  397. Humanoid.WalkSpeed = 16
  398. Humanoid.JumpPower = 50
  399. end
  400. print(vapePower)
  401. until Release == true
  402. end
  403. Animations = false
  404. Vape()
  405. end
  406. end)
  407. Vepr = Instance.new("Model", Character)
  408. Handle = part(Enum.FormFactor.Symmetric, Vepr, Enum.Material.Metal, 1, 0, "Royal purple", "Handle", Vector3.new(0.200000003, 0.800000012, 0.200000003))
  409. Handleweld = weld(Vepr, Right_Arm, Handle, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.677656174, -0.199986219, -0.745416641, 0.721854568, 0.692044795, -4.12490877E-8, 0, 5.96046377E-8, 1, 0.692044854, -0.721854508, 4.30258851E-8))
  410. Player = game:GetService("Players").LocalPlayer
  411. Character = Player.Character
  412. Mouse = Player:GetMouse()
  413. m = Instance.new("Model", Character)
  414. local weldBetween = function(a, b)
  415. local weldd = Instance.new("ManualWeld")
  416. weldd.Part0 = a
  417. weldd.Part1 = b
  418. weldd.C0 = CFrame.new()
  419. weldd.C1 = b.CFrame:inverse() * a.CFrame
  420. weldd.Parent = a
  421. return weldd
  422. end
  423. it = Instance.new
  424. function nooutline(part)
  425. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  426. end
  427. function part(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
  428. local fp = it("Part")
  429. fp.formFactor = formfactor
  430. fp.Parent = parent
  431. fp.Reflectance = reflectance
  432. fp.Transparency = transparency
  433. fp.CanCollide = false
  434. fp.Locked = true
  435. fp.BrickColor = BrickColor.new(tostring(brickcolor))
  436. fp.Name = name
  437. fp.Size = size
  438. fp.Position = Character.Torso.Position
  439. nooutline(fp)
  440. fp.Material = material
  441. fp:BreakJoints()
  442. return fp
  443. end
  444. function mesh(Mesh, part, meshtype, meshid, offset, scale)
  445. local mesh = it(Mesh)
  446. mesh.Parent = part
  447. if Mesh == "SpecialMesh" then
  448. mesh.MeshType = meshtype
  449. mesh.MeshId = meshid
  450. end
  451. mesh.Offset = offset
  452. mesh.Scale = scale
  453. return mesh
  454. end
  455. function weld(parent, part0, part1, c0, c1)
  456. local weld = it("Weld")
  457. weld.Parent = parent
  458. weld.Part0 = part0
  459. weld.Part1 = part1
  460. weld.C0 = c0
  461. weld.C1 = c1
  462. return weld
  463. end
  464. BottleR = part(Enum.FormFactor.Plate, m, Enum.Material.Neon, 0, 0, "Royal purple", "Handle", Vector3.new(1.44916654, 1.73900044, 1.44916654))
  465. BottleRweld = weld(m, Character["Right Arm"], BottleR, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.150012493, 1.13759422, -1.12566471, -1, 0, 0, 0, 0.146834984, -0.989161015, 0, -0.989160895, -0.146834999))
  466. mesh("SpecialMesh", BottleR, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=11409474", Vector3.new(0, 0, 0), Vector3.new(2.17374969, 3.62291789, 2.17374969))
  467. Player = game:GetService("Players").LocalPlayer
  468. Character = Player.Character
  469. Mouse = Player:GetMouse()
  470. m = Instance.new("Model", Character)
  471. local weldBetween = function(a, b)
  472. local weldd = Instance.new("ManualWeld")
  473. weldd.Part0 = a
  474. weldd.Part1 = b
  475. weldd.C0 = CFrame.new()
  476. weldd.C1 = b.CFrame:inverse() * a.CFrame
  477. weldd.Parent = a
  478. return weldd
  479. end
  480. it = Instance.new
  481. function nooutline(part)
  482. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  483. end
  484. function part(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
  485. local fp = it("Part")
  486. fp.formFactor = formfactor
  487. fp.Parent = parent
  488. fp.Reflectance = reflectance
  489. fp.Transparency = transparency
  490. fp.CanCollide = false
  491. fp.Locked = true
  492. fp.BrickColor = BrickColor.new(tostring(brickcolor))
  493. fp.Name = name
  494. fp.Size = size
  495. fp.Position = Character.Torso.Position
  496. nooutline(fp)
  497. fp.Material = material
  498. fp:BreakJoints()
  499. return fp
  500. end
  501. function mesh(Mesh, part, meshtype, meshid, offset, scale)
  502. local mesh = it(Mesh)
  503. mesh.Parent = part
  504. if Mesh == "SpecialMesh" then
  505. mesh.MeshType = meshtype
  506. mesh.MeshId = meshid
  507. end
  508. mesh.Offset = offset
  509. mesh.Scale = scale
  510. return mesh
  511. end
  512. function weld(parent, part0, part1, c0, c1)
  513. local weld = it("Weld")
  514. weld.Parent = parent
  515. weld.Part0 = part0
  516. weld.Part1 = part1
  517. weld.C0 = c0
  518. weld.C1 = c1
  519. return weld
  520. end
  521. BottleL = part(Enum.FormFactor.Plate, m, Enum.Material.Neon, 0, 0, "Royal purple", "Handle", Vector3.new(1.44916654, 1.73900044, 1.44916654))
  522. BottleLweld = weld(m, Character["Left Arm"], BottleL, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.229987741, 1.13759422, -1.12566471, -1, 0, 0, 0, 0.146834984, -0.989161015, 0, -0.989160895, -0.146834999))
  523. mesh("SpecialMesh", BottleL, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=11409474", Vector3.new(0, 0, 0), Vector3.new(2.17374969, 3.62291789, 2.17374969))
  524. game:GetService("RunService").Stepped:connect(function()
  525. Angle = Angle % 100 + angleSpeed / 10
  526. walkingMagnitude = Vector3.new(rootPart.Velocity.X, 0, rootPart.Velocity.Z).magnitude
  527. jumpVel = Torso.Velocity.Y
  528. if Humanoid.Jump and jumpVel > 1 then
  529. currentAnim = "Jumping"
  530. elseif freeFalling == true then
  531. currentAnim = "Falling"
  532. elseif walkingMagnitude < 2 then
  533. currentAnim = "Idling"
  534. elseif isSprinting == true then
  535. currentAnim = "Sprinting"
  536. elseif walkingMagnitude > 2 then
  537. currentAnim = "Walking"
  538. end
  539. if currentAnim == "Jumping" and Animations == false then
  540. angleSpeed = 1
  541. axisSpeed = 1
  542. RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, -0.1) * c_angles(math.rad(-10), math.rad(0), math.rad(10)), 0.15)
  543. LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, -0.1) * c_angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.15)
  544. LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.15)
  545. RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1, 0) * c_angles(math.rad(-10), math.rad(0), math.rad(10)), 0.15)
  546. Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(0), math.rad(0), math.rad(0)) * c_angles(math.rad(0), math.rad(0), rootPart.RotVelocity.Y / 55), 0.4)
  547. Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(15), math.rad(0), math.rad(0)), 0.15)
  548. elseif currentAnim == "Falling" and Animations == false then
  549. angleSpeed = 1
  550. axisSpeed = 1
  551. RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, -0.1) * c_angles(math.rad(0), math.rad(0), math.rad(65)), 0.125)
  552. LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, -0.1) * c_angles(math.rad(0), math.rad(0), math.rad(-65)), 0.125)
  553. LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -0.4, -0.4) * c_angles(math.rad(-5), math.rad(0), math.rad(-2.5)), 0.125)
  554. RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -0.4, -0.4) * c_angles(math.rad(-5), math.rad(0), math.rad(2.5)), 0.125)
  555. Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1, 0) * c_angles(math.rad(-20), math.rad(0), math.rad(0)), 0.05)
  556. Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.rad(-17.5), math.rad(0), math.rad(0)), 0.125)
  557. elseif currentAnim == "Idling" and Animations == false then
  558. angleSpeed = 0.25
  559. axisSpeed = 0.25
  560. RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5 + math.sin(Angle) * 0.075, 0.1) * c_angles(math.rad(15) + math.sin(Angle) * 0.075, math.rad(0), math.rad(10) + math.sin(Angle) * 0.075), 0.125)
  561. LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5 + math.sin(Angle) * 0.075, 0.1) * c_angles(math.rad(-10) + math.sin(Angle) * 0.075, math.rad(0), math.rad(-10) - math.sin(Angle) * 0.075), 0.125)
  562. LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1.1 - math.sin(Angle) * 0.075, -0.25) * c_angles(math.rad(15), math.rad(0), math.rad(-7.5)), 0.125)
  563. RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1.1 - math.sin(Angle) * 0.075, -0.25) * c_angles(math.rad(-15), math.rad(0), math.rad(7.5)), 0.125)
  564. Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.sin(Angle) * 0.075, 0) * c_angles(math.rad(-5), math.rad(0), 0), 0.3)
  565. Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, -0.05) * c_angles(math.rad(-5) + math.sin(Angle) * 0.05, math.rad(0), 0), 0.125)
  566. elseif currentAnim == "Sprinting" and Animations == false then
  567. angleSpeed = 2
  568. axisSpeed = 2
  569. RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(-math.sin(Angle) * 2, math.rad(5) + math.sin(Angle) * 0.1, math.rad(5) + rootPart.RotVelocity.Y / 35), 0.15)
  570. RA_Weld.C1 = c_new(0, 0.5, 0)
  571. LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(-math.sin(Angle) * -2, math.rad(-5) + math.sin(Angle) * 0.1, math.rad(-5) + rootPart.RotVelocity.Y / 35), 0.15)
  572. LA_Weld.C1 = c_new(0, 0.5, 0)
  573. LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1.15 + math_pos(-math.cos(Angle - 0.25) * 0.65), math_neg(math.asin(math.sin(Angle)) * 0.65)) * c_angles(-0.025 - math.asin(math.sin(Angle)) * 1, 0, -0.025 + -math.asin(math.sin(Angle)) * 0.025 + rootPart.RotVelocity.Y / 25), 0.15)
  574. RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1.15 + math_pos(math.cos(Angle - 0.25) * 0.65), math_neg(-math.asin(math.sin(Angle)) * 0.65)) * c_angles(-0.025 + math.asin(math.sin(Angle)) * 1, 0, 0.025 + -math.asin(math.sin(Angle)) * 0.025 + rootPart.RotVelocity.Y / 25), 0.15)
  575. Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.abs(math.sin(Angle) * 0.25), 0) * c_angles(math.rad(-20) + math.abs(math.sin(Angle) * 0.05) + rootPart.RotVelocity.Y / 35, math.sin(Angle) * 0.015, rootPart.RotVelocity.Y / 55), 0.15)
  576. Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.abs(math.sin(Angle / 2) * 0.5 * 0.05), math.sin(Angle) * -0.05 + rootPart.RotVelocity.Y / 15, 0), 0.15)
  577. elseif currentAnim == "Walking" and Animations == false then
  578. angleSpeed = 1
  579. axisSpeed = 1
  580. Humanoid.WalkSpeed = 7
  581. RA_Weld.C0 = clerp(RA_Weld.C0, c_new(1.5, 0.5, 0) * c_angles(-math.sin(Angle) * 0.6, math.rad(5) + math.sin(Angle) * 0.05, math.rad(5)), 0.15)
  582. LA_Weld.C0 = clerp(LA_Weld.C0, c_new(-1.5, 0.5, 0) * c_angles(-math.sin(Angle) * -0.6, math.rad(-5) + math.sin(Angle) * 0.05, math.rad(-5)), 0.15)
  583. LL_Weld.C0 = clerp(LL_Weld.C0, c_new(-0.5, -1.05 + math_pos(-math.cos(Angle - 0.25) * 0.35), math_neg(math.asin(math.sin(Angle)) * 0.35)) * c_angles(-0.025 - math.asin(math.sin(Angle)) * 0.4, 0, -0.025 + -math.asin(math.sin(Angle)) * 0.025 - rootPart.RotVelocity.Y / 65), 0.15)
  584. RL_Weld.C0 = clerp(RL_Weld.C0, c_new(0.5, -1.05 + math_pos(math.cos(Angle - 0.25) * 0.35), math_neg(-math.asin(math.sin(Angle)) * 0.35)) * c_angles(-0.025 + math.asin(math.sin(Angle)) * 0.4, 0, 0.025 + -math.asin(math.sin(Angle)) * 0.025 - rootPart.RotVelocity.Y / 65), 0.15)
  585. Torso_Weld.C0 = clerp(Torso_Weld.C0, c_new(0, -1 + math.abs(math.sin(Angle) * 0.05), 0) * c_angles(math.rad(-12.5) + math.abs(math.sin(Angle) * 0.05), math.sin(Angle) * 0.015, rootPart.RotVelocity.Y / 55), 0.15)
  586. Head_Weld.C0 = clerp(Head_Weld.C0, c_new(0, 1.5, 0) * c_angles(math.abs(math.sin(Angle / 2) * 0.5 * 0.05), math.sin(Angle) * -0.05 + rootPart.RotVelocity.Y / 45, 0), 0.15)
  587. end
  588. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement