Advertisement
Namoo546

.w

Jan 24th, 2021
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.05 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126. self._btrs[name] = self.Heartbeat:Connect(fun)
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144.  
  145. local p = game.Players.LocalPlayer
  146. local char = p.Character
  147. local mouse = p:GetMouse()
  148. local larm = char["Left Arm"]
  149. local rarm = char["Right Arm"]
  150. local lleg = char["Left Leg"]
  151. local rleg = char["Right Leg"]
  152. local hed = char.Head
  153. local torso = char.Torso
  154. local hum = char.Humanoid
  155. local cam = game.Workspace.CurrentCamera
  156. local root = char.HumanoidRootPart
  157. local deb = false
  158. local shot = 0
  159. local l = game:GetService("Lighting")
  160. local rs = game:GetService("RunService").RenderStepped
  161. local stanceToggle = "Bong"
  162. math.randomseed(os.time())
  163. hum.WalkSpeed = 8
  164. ----------------------------------------------------
  165. ----------------------------------------------------
  166. ----------------------------------------------------
  167. Debounces = {
  168. CanPuff = true;
  169. CanJoke = true;
  170. Bong = true;
  171. Pipe = false;
  172. Blunt = false;
  173. NoIdl = false;
  174. on = false;
  175. }
  176.  
  177. ----------------------------------------------------
  178.  
  179. function lerp(a, b, t) -- Linear interpolation
  180. return a + (b - a)*t
  181. end
  182.  
  183. function slerp(a, b, t) --Spherical interpolation
  184. dot = a:Dot(b)
  185. if dot > 0.99999 or dot < -0.99999 then
  186. return t <= 0.5 and a or b
  187. else
  188. r = math.acos(dot)
  189. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  190. end
  191. end
  192.  
  193. function matrixInterpolate(a, b, t)
  194. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  195. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  196. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  197. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  198. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  199. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  200. local t = v1:Dot(v2)
  201. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  202. return CFrame.new()
  203. end
  204. return CFrame.new(
  205. v0.x, v0.y, v0.z,
  206. v1.x, v1.y, v1.z,
  207. v2.x, v2.y, v2.z,
  208. v3.x, v3.y, v3.z)
  209. end
  210. ----------------------------------------------------
  211. function genWeld(a,b)
  212. local w = Instance.new("Weld",a)
  213. w.Part0 = a
  214. w.Part1 = b
  215. return w
  216. end
  217. function weld(a, b)
  218. local weld = Instance.new("Weld")
  219. weld.Name = "W"
  220. weld.Part0 = a
  221. weld.Part1 = b
  222. weld.C0 = a.CFrame:inverse() * b.CFrame
  223. weld.Parent = a
  224. return weld;
  225. end
  226. ----------------------------------------------------
  227. function Lerp(c1,c2,al)
  228. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  229. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  230. for i,v in pairs(com1) do
  231. com1[i] = v+(com2[i]-v)*al
  232. end
  233. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  234. end
  235. ----------------------------------------------------
  236. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  237. local wld = Instance.new("Weld", wp1)
  238. wld.Part0 = wp0
  239. wld.Part1 = wp1
  240. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  241. end
  242. ----------------------------------------------------
  243. newWeld(torso, larm, -1.5, 0.5, 0)
  244. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  245. newWeld(torso, rarm, 1.5, 0.5, 0)
  246. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  247. newWeld(torso, hed, 0, 1.5, 0)
  248. newWeld(torso, lleg, -0.5, -1, 0)
  249. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  250. newWeld(torso, rleg, 0.5, -1, 0)
  251. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  252. newWeld(root, torso, 0, -1, 0)
  253. torso.Weld.C1 = CFrame.new(0, -1, 0)
  254. ----------------------------------------------------
  255. z = Instance.new("Sound",char)
  256. z.SoundId = "rbxassetid://143065500"
  257. z.Looped = true
  258. z.Pitch = .94
  259. z.Volume = 1
  260. wait(1)
  261. z:Play()
  262. ----------------------------------------------------
  263. pa = Instance.new("Part", torso)
  264. pa.Name = "Fat"
  265. pa.Transparency = 1
  266. pa.CanCollide = false
  267. pa.Anchored = false
  268. pa.Locked = true
  269. pa.Size = Vector3.new(1,1,1)
  270. weld = Instance.new("Weld", pa)
  271. weld.Part0 = pa
  272. weld.Part1 = torso
  273. weld.C0 = CFrame.new(0, 0, -1.5)
  274. weld.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(0))
  275. s = Instance.new("Smoke", pa)
  276. s.Color = Color3.new(1,1,1)
  277. s.Opacity = 1
  278. s.RiseVelocity = 4
  279. s.Enabled = false
  280. ----------------------------------------------------
  281. local m = Instance.new("Model")
  282. m.Name = "Bong"
  283. p1 = Instance.new("Part", m)
  284. p1.Material = "Neon"
  285. p1.BrickColor = BrickColor.new("Black")
  286. p1.Name = "Lip"
  287. p1.FormFactor = Enum.FormFactor.Symmetric
  288. p1.Size = Vector3.new(1, 1, 1)
  289. p1.CFrame = CFrame.new(28.499649, 10.9996414, -11.4994812, -0.999972343, 6.21378422e-006, -0.00049701333, -0.000477582216, -5.70863485e-005, 0.999959588, -1.02631748e-005, 0.999939203, 2.50376761e-005)
  290. p1.CanCollide = false
  291. p1.Locked = true
  292. p1.BottomSurface = Enum.SurfaceType.Smooth
  293. p1.TopSurface = Enum.SurfaceType.Smooth
  294. b1 = Instance.new("SpecialMesh", p1)
  295. b1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  296. b1.TextureId = ""
  297. b1.MeshType = Enum.MeshType.FileMesh
  298. b1.Name = "Mesh"
  299. p2 = Instance.new("Part", m)
  300. p2.Material = "Neon"
  301. p2.BrickColor = BrickColor.new("Earth green")
  302. p2.Material = Enum.Material.SmoothPlastic
  303. p2.Transparency = 0.20000000298023
  304. p2.Name = "Tube"
  305. p2.FormFactor = Enum.FormFactor.Symmetric
  306. p2.Size = Vector3.new(1, 3, 1)
  307. p2.CFrame = CFrame.new(28.4998627, 9.49954987, -11.4992342, 0.000220132133, -5.49961114e-005, 0.999972463, -7.23355697e-005, 0.999959707, 3.55862139e-005, -0.999939203, -0.000104385108, 0.000236587104)
  308. p2.CanCollide = false
  309. p2.Locked = true
  310. p2.BottomSurface = Enum.SurfaceType.Smooth
  311. p2.TopSurface = Enum.SurfaceType.Smooth
  312. b2 = Instance.new("CylinderMesh", p2)
  313. b2.Name = "Mesh"
  314. p3 = Instance.new("Part", m)
  315. p3.BrickColor = BrickColor.new("Earth green")
  316. p3.Name = "Devil's Lettuce"
  317. p3.Size = Vector3.new(1, 1.20000005, 1)
  318. p3.CFrame = CFrame.new(27.1619816, 8.50439644, -11.4991903, 0.754621029, -0.656118929, 2.5186062e-005, 0.656095922, 0.754624128, -5.45315925e-005, 8.17945693e-006, 2.26873817e-005, 0.999939263)
  319. p3.CanCollide = false
  320. p3.Locked = true
  321. b3 = Instance.new("SpecialMesh", p3)
  322. b3.MeshId = "http://www.roblox.com/asset/?id=1290033"
  323. b3.TextureId = "http://www.roblox.com/asset/?id=1290030"
  324. b3.MeshType = Enum.MeshType.FileMesh
  325. b3.VertexColor = Vector3.new(0.5, 70, 0)
  326. b3.Name = "Mesh"
  327. b3.Scale = Vector3.new(0.199999988, 0.199999988, 0.199999988)
  328. p4 = Instance.new("Part", m)
  329. p4.BrickColor = BrickColor.new("Black")
  330. p4.Name = "Bowl"
  331. p4.FormFactor = Enum.FormFactor.Symmetric
  332. p4.Size = Vector3.new(1, 1, 1)
  333. p4.CFrame = CFrame.new(27.243679, 8.40425396, -11.4991856, -0.754621029, 0.656118929, 0.000100085585, -0.656095922, -0.754624128, 1.05888903e-005, 9.10690069e-005, -2.26873672e-005, 0.999939263)
  334. p4.CanCollide = false
  335. p4.Locked = true
  336. p4.BottomSurface = Enum.SurfaceType.Smooth
  337. p4.TopSurface = Enum.SurfaceType.Smooth
  338. b4 = Instance.new("SpecialMesh", p4)
  339. b4.MeshId = "http://www.roblox.com/asset/?id=19380188"
  340. b4.TextureId = ""
  341. b4.MeshType = Enum.MeshType.FileMesh
  342. b4.Name = "Mesh"
  343. b4.Scale = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  344. p5 = Instance.new("Part", m)
  345. p5.BrickColor = BrickColor.new("Black")
  346. p5.Material = Enum.Material.SmoothPlastic
  347. p5.Name = "Stem"
  348. p5.FormFactor = Enum.FormFactor.Symmetric
  349. p5.Size = Vector3.new(1, 1, 1)
  350. p5.CFrame = CFrame.new(27.8998299, 7.64966011, -11.4992504, -0.754621029, -0.656118929, -3.68308465e-005, -0.656095922, 0.754624128, 4.44071593e-005, 7.25091377e-006, 2.26873672e-005, -0.999939263)
  351. p5.CanCollide = false
  352. p5.Locked = true
  353. p5.BottomSurface = Enum.SurfaceType.Smooth
  354. p5.TopSurface = Enum.SurfaceType.Smooth
  355. b5 = Instance.new("CylinderMesh", p5)
  356. b5.Name = "Mesh"
  357. b5.Scale = Vector3.new(1, 1.79999995, 0.200000003)
  358. p6 = Instance.new("Part", m)
  359. p6.Material = "Neon"
  360. p6.BrickColor = BrickColor.new("Earth green")
  361. p6.Material = Enum.Material.SmoothPlastic
  362. p6.Transparency = 0.20000000298023
  363. p6.Name = "Bong"
  364. p6.FormFactor = Enum.FormFactor.Symmetric
  365. p6.Size = Vector3.new(1, 1, 1)
  366. p6.CFrame = CFrame.new(28.5000229, 7.34961605, -11.4990406, -0.000452600536, 0.00015476234, -0.999972343, -1.39447293e-005, 0.999959707, 0.000174246117, 0.999939203, -1.80333263e-005, -0.000469060004)
  367. p6.CanCollide = false
  368. p6.Locked = true
  369. p6.BottomSurface = Enum.SurfaceType.Smooth
  370. p6.TopSurface = Enum.SurfaceType.Smooth
  371. b6 = Instance.new("SpecialMesh", p6)
  372. b6.MeshType = Enum.MeshType.Sphere
  373. b6.Name = "Mesh"
  374. b6.Scale = Vector3.new(1.79999995, 1.79999995, 1.79999995)
  375. p7 = Instance.new("Part", m)
  376. p7.Material = "Neon"
  377. p7.BrickColor = BrickColor.new("Pastel Blue")
  378. p7.Material = Enum.Material.SmoothPlastic
  379. p7.Name = "Water"
  380. p7.FormFactor = Enum.FormFactor.Symmetric
  381. p7.Size = Vector3.new(1, 1, 1)
  382. p7.CFrame = CFrame.new(28.5000248, 7.25962019, -11.4990396, -0.000452600565, 0.000154762354, -0.999972343, -1.39616022e-005, 0.999959707, 0.000174246117, 0.999939322, -1.80501975e-005, -0.000469060033)
  383. p7.CanCollide = false
  384. p7.Locked = true
  385. p7.BottomSurface = Enum.SurfaceType.Smooth
  386. p7.TopSurface = Enum.SurfaceType.Smooth
  387. b7 = Instance.new("SpecialMesh", p7)
  388. b7.MeshType = Enum.MeshType.Sphere
  389. b7.Name = "Mesh"
  390. b7.Scale = Vector3.new(1.5999999, 1.39999986, 1.5999999)
  391. w1 = Instance.new("Weld", p1)
  392. w1.Name = "Tube_Weld"
  393. w1.Part0 = p1
  394. w1.C0 = CFrame.new(28.505003, 11.5008535, -10.9858503, -0.999999881, -0.000485179946, -1.08338909e-007, -8.74227695e-008, -4.31100962e-005, 1, -0.000485179946, 0.999999881, 4.31100489e-005)
  395. w1.Part1 = p2
  396. w1.C1 = CFrame.new(-11.5057898, -9.49978542, -28.4976711, 0.000226438046, -8.63153255e-005, -1, -4.31497574e-005, 1, -8.63251043e-005, 1, 4.31693043e-005, 0.000226438046)
  397. w2 = Instance.new("Weld", p2)
  398. w2.Name = "Devil's Lettuce_Weld"
  399. w2.Part0 = p2
  400. w2.C0 = CFrame.new(-11.5057898, -9.49978542, -28.4976711, 0.000226438046, -8.63153255e-005, -1, -4.31497574e-005, 1, -8.63251043e-005, 1, 4.31693043e-005, 0.000226438046)
  401. w2.Part1 = p3
  402. w2.C1 = CFrame.new(-26.0778522, 11.4040451, 11.4999485, 0.75464958, 0.656128049, 1.23602822e-005, -0.656128049, 0.75464958, 4.29936699e-005, 1.88816703e-005, -4.05550818e-005, 1)
  403. w3 = Instance.new("Weld", p3)
  404. w3.Name = "Bowl_Weld"
  405. w3.Part0 = p3
  406. w3.C0 = CFrame.new(-26.0778522, 11.4040451, 11.4999485, 0.75464958, 0.656128049, 1.23602822e-005, -0.656128049, 0.75464958, 4.29936699e-005, 1.88816703e-005, -4.05550818e-005, 1)
  407. w3.Part1 = p4
  408. w3.C1 = CFrame.new(26.0749397, -11.5332241, 11.4973526, -0.75464958, -0.656128049, 8.68942152e-005, 0.656128049, -0.75464958, -4.29936554e-005, 9.37840305e-005, 2.45685878e-005, 1)
  409. w4 = Instance.new("Weld", p4)
  410. w4.Name = "Stem_Weld"
  411. w4.Part0 = p4
  412. w4.C0 = CFrame.new(26.0749397, -11.5332241, 11.4973526, -0.75464958, -0.656128049, 8.68942152e-005, 0.656128049, -0.75464958, -4.29936554e-005, 9.37840305e-005, 2.45685878e-005, 1)
  413. w4.Part1 = p5
  414. w4.C1 = CFrame.new(26.0740185, 12.5332232, -11.4995804, -0.75464958, -0.656128049, 3.07102709e-006, -0.656128049, 0.75464958, 4.29936554e-005, -3.05268914e-005, 3.04301557e-005, -1)
  415. w5 = Instance.new("Weld", p5)
  416. w5.Name = "Bong_Weld"
  417. w5.Part0 = p5
  418. w5.C0 = CFrame.new(26.0740185, 12.5332232, -11.4995804, -0.75464958, -0.656128049, 3.07102709e-006, -0.656128049, 0.75464958, 4.29936554e-005, -3.05268914e-005, 3.04301557e-005, -1)
  419. w5.Part1 = p6
  420. w5.C1 = CFrame.new(11.5130777, -7.35474873, 28.493494, -0.000458917581, 2.98023224e-008, 0.99999994, 0.000166644895, 1, 2.98023224e-008, -0.999999881, 0.000166644895, -0.000458917581)
  421. w6 = Instance.new("Weld", p6)
  422. w6.Name = "Water_Weld"
  423. w6.Part0 = p6
  424. w6.C0 = CFrame.new(11.5130777, -7.35474873, 28.493494, -0.000458917581, 2.98023224e-008, 0.99999994, 0.000166644895, 1, 2.98023224e-008, -0.999999881, 0.000166644895, -0.000458917581)
  425. w6.Part1 = p7
  426. w6.C1 = CFrame.new(11.5130777, -7.26474905, 28.4935093, -0.000458917581, 2.98023224e-008, 0.99999994, 0.000166644895, 1, 2.98023224e-008, -0.999999881, 0.000166644895, -0.000458917581)
  427. w7 = Instance.new("Weld", p7)
  428. w7.Name = "Head_Weld"
  429. w7.Part0 = p7
  430. w7.C0 = CFrame.new(11.5130777, -7.26474905, 28.4935093, -0.000458917581, 2.98023224e-008, 0.99999994, 0.000166644895, 1, 2.98023224e-008, -0.999999881, 0.000166644895, -0.000458917581)
  431. m.Parent = torso
  432. m:MakeJoints()
  433. ----------------------------------------------------
  434. weld2 = Instance.new("Weld", torso.Bong)
  435. weld2.Part0 = torso
  436. weld2.Part1 = torso.Bong.Tube
  437. weld2.C0 = CFrame.new(0, -.5, -1.5)
  438. weld2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  439. ----------------------------------------------------
  440. local m2 = Instance.new("Model")
  441. m2.Name = "Blunt"
  442. p1 = Instance.new("Part", m2)
  443. p1.Transparency = 1
  444. p1.BrickColor = BrickColor.new("CGA brown")
  445. p1.Name = "Handle"
  446. p1.FormFactor = Enum.FormFactor.Custom
  447. p1.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  448. p1.CFrame = CFrame.new(30.5498123, 9.24952984, -12.2989969, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  449. p1.CanCollide = false
  450. p1.Locked = true
  451. p1.BottomSurface = Enum.SurfaceType.Smooth
  452. p1.TopSurface = Enum.SurfaceType.Smooth
  453. b1 = Instance.new("SpecialMesh", p1)
  454. b1.MeshType = Enum.MeshType.Cylinder
  455. b1.Name = "Mesh"
  456. p2 = Instance.new("Part", m2)
  457. p2.Transparency = 1
  458. p2.BrickColor = BrickColor.new("CGA brown")
  459. p2.Name = "Joint11"
  460. p2.FormFactor = Enum.FormFactor.Custom
  461. p2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  462. p2.CFrame = CFrame.new(30.5498104, 9.24934578, -12.4989843, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  463. p2.CanCollide = false
  464. p2.Locked = true
  465. p2.BottomSurface = Enum.SurfaceType.Smooth
  466. p2.TopSurface = Enum.SurfaceType.Smooth
  467. b2 = Instance.new("SpecialMesh", p2)
  468. b2.MeshType = Enum.MeshType.Cylinder
  469. b2.Name = "Mesh"
  470. b2.Scale = Vector3.new(0.300000012, 1, 1)
  471. p3 = Instance.new("Part", m2)
  472. p3.Transparency = 1
  473. p3.BrickColor = BrickColor.new("CGA brown")
  474. p3.Name = "Joint10"
  475. p3.FormFactor = Enum.FormFactor.Custom
  476. p3.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  477. p3.CFrame = CFrame.new(30.5498104, 9.24934673, -12.5489807, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  478. p3.CanCollide = false
  479. p3.Locked = true
  480. p3.BottomSurface = Enum.SurfaceType.Smooth
  481. p3.TopSurface = Enum.SurfaceType.Smooth
  482. b3 = Instance.new("SpecialMesh", p3)
  483. b3.MeshType = Enum.MeshType.Cylinder
  484. b3.Name = "Mesh"
  485. b3.Scale = Vector3.new(0.300000012, 1, 1)
  486. p4 = Instance.new("Part", m2)
  487. p4.Transparency = 1
  488. p4.BrickColor = BrickColor.new("CGA brown")
  489. p4.Name = "Joint9"
  490. p4.FormFactor = Enum.FormFactor.Custom
  491. p4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  492. p4.CFrame = CFrame.new(30.5498104, 9.24934673, -12.5989771, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  493. p4.CanCollide = false
  494. p4.Locked = true
  495. p4.BottomSurface = Enum.SurfaceType.Smooth
  496. p4.TopSurface = Enum.SurfaceType.Smooth
  497. b4 = Instance.new("SpecialMesh", p4)
  498. b4.MeshType = Enum.MeshType.Cylinder
  499. b4.Name = "Mesh"
  500. b4.Scale = Vector3.new(0.300000012, 1, 1)
  501. p5 = Instance.new("Part", m2)
  502. p5.Transparency = 1
  503. p5.BrickColor = BrickColor.new("CGA brown")
  504. p5.Name = "Joint8"
  505. p5.FormFactor = Enum.FormFactor.Custom
  506. p5.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  507. p5.CFrame = CFrame.new(30.5498104, 9.24934769, -12.6489735, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  508. p5.CanCollide = false
  509. p5.Locked = true
  510. p5.BottomSurface = Enum.SurfaceType.Smooth
  511. p5.TopSurface = Enum.SurfaceType.Smooth
  512. b5 = Instance.new("SpecialMesh", p5)
  513. b5.MeshType = Enum.MeshType.Cylinder
  514. b5.Name = "Mesh"
  515. b5.Scale = Vector3.new(0.300000012, 1, 1)
  516. p6 = Instance.new("Part", m2)
  517. p6.Transparency = 1
  518. p6.BrickColor = BrickColor.new("CGA brown")
  519. p6.Name = "Joint7"
  520. p6.FormFactor = Enum.FormFactor.Custom
  521. p6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  522. p6.CFrame = CFrame.new(30.5498104, 9.24934769, -12.6989698, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  523. p6.CanCollide = false
  524. p6.Locked = true
  525. p6.BottomSurface = Enum.SurfaceType.Smooth
  526. p6.TopSurface = Enum.SurfaceType.Smooth
  527. b6 = Instance.new("SpecialMesh", p6)
  528. b6.MeshType = Enum.MeshType.Cylinder
  529. b6.Name = "Mesh"
  530. b6.Scale = Vector3.new(0.300000012, 1, 1)
  531. p7 = Instance.new("Part", m2)
  532. p7.Transparency = 1
  533. p7.BrickColor = BrickColor.new("CGA brown")
  534. p7.Name = "Joint6"
  535. p7.FormFactor = Enum.FormFactor.Custom
  536. p7.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  537. p7.CFrame = CFrame.new(30.5498104, 9.24934864, -12.7489662, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  538. p7.CanCollide = false
  539. p7.Locked = true
  540. p7.BottomSurface = Enum.SurfaceType.Smooth
  541. p7.TopSurface = Enum.SurfaceType.Smooth
  542. b7 = Instance.new("SpecialMesh", p7)
  543. b7.MeshType = Enum.MeshType.Cylinder
  544. b7.Name = "Mesh"
  545. b7.Scale = Vector3.new(0.300000012, 1, 1)
  546. p8 = Instance.new("Part", m2)
  547. p8.Transparency = 1
  548. p8.BrickColor = BrickColor.new("CGA brown")
  549. p8.Name = "Joint5"
  550. p8.FormFactor = Enum.FormFactor.Custom
  551. p8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  552. p8.CFrame = CFrame.new(30.5498104, 9.24934864, -12.7989626, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  553. p8.CanCollide = false
  554. p8.Locked = true
  555. p8.BottomSurface = Enum.SurfaceType.Smooth
  556. p8.TopSurface = Enum.SurfaceType.Smooth
  557. b8 = Instance.new("SpecialMesh", p8)
  558. b8.MeshType = Enum.MeshType.Cylinder
  559. b8.Name = "Mesh"
  560. b8.Scale = Vector3.new(0.300000012, 1, 1)
  561. p9 = Instance.new("Part", m2)
  562. p9.Transparency = 1
  563. p9.BrickColor = BrickColor.new("CGA brown")
  564. p9.Name = "Joint4"
  565. p9.FormFactor = Enum.FormFactor.Custom
  566. p9.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  567. p9.CFrame = CFrame.new(30.5498104, 9.24934959, -12.848959, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  568. p9.CanCollide = false
  569. p9.Locked = true
  570. p9.BottomSurface = Enum.SurfaceType.Smooth
  571. p9.TopSurface = Enum.SurfaceType.Smooth
  572. b9 = Instance.new("SpecialMesh", p9)
  573. b9.MeshType = Enum.MeshType.Cylinder
  574. b9.Name = "Mesh"
  575. b9.Scale = Vector3.new(0.300000012, 1, 1)
  576. p10 = Instance.new("Part", m2)
  577. p10.Transparency = 1
  578. p10.BrickColor = BrickColor.new("CGA brown")
  579. p10.Name = "Joint3"
  580. p10.FormFactor = Enum.FormFactor.Custom
  581. p10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  582. p10.CFrame = CFrame.new(30.5498104, 9.24934959, -12.8989553, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  583. p10.CanCollide = false
  584. p10.Locked = true
  585. p10.BottomSurface = Enum.SurfaceType.Smooth
  586. p10.TopSurface = Enum.SurfaceType.Smooth
  587. b10 = Instance.new("SpecialMesh", p10)
  588. b10.MeshType = Enum.MeshType.Cylinder
  589. b10.Name = "Mesh"
  590. b10.Scale = Vector3.new(0.300000012, 1, 1)
  591. p11 = Instance.new("Part", m2)
  592. p11.Transparency = 1
  593. p11.BrickColor = BrickColor.new("CGA brown")
  594. p11.Name = "Joint3"
  595. p11.FormFactor = Enum.FormFactor.Custom
  596. p11.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  597. p11.CFrame = CFrame.new(30.5498104, 9.24935055, -12.9489517, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  598. p11.CanCollide = false
  599. p11.Locked = true
  600. p11.BottomSurface = Enum.SurfaceType.Smooth
  601. p11.TopSurface = Enum.SurfaceType.Smooth
  602. b11 = Instance.new("SpecialMesh", p11)
  603. b11.MeshType = Enum.MeshType.Cylinder
  604. b11.Name = "Mesh"
  605. b11.Scale = Vector3.new(0.300000012, 1, 1)
  606. p12 = Instance.new("Part", m2)
  607. p12.Transparency = 1
  608. p12.BrickColor = BrickColor.new("CGA brown")
  609. p12.Name = "Joint2"
  610. p12.FormFactor = Enum.FormFactor.Custom
  611. p12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  612. p12.CFrame = CFrame.new(30.5498104, 9.24935055, -12.9989481, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  613. p12.CanCollide = false
  614. p12.Locked = true
  615. p12.BottomSurface = Enum.SurfaceType.Smooth
  616. p12.TopSurface = Enum.SurfaceType.Smooth
  617. b12 = Instance.new("SpecialMesh", p12)
  618. b12.MeshType = Enum.MeshType.Cylinder
  619. b12.Name = "Mesh"
  620. b12.Scale = Vector3.new(0.300000012, 1, 1)
  621. p13 = Instance.new("Part", m2)
  622. p13.Transparency = 1
  623. p13.BrickColor = BrickColor.new("CGA brown")
  624. p13.Name = "Joint1"
  625. p13.FormFactor = Enum.FormFactor.Custom
  626. p13.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  627. p13.CFrame = CFrame.new(30.5498104, 9.2493515, -13.0489445, -6.35227434e-006, -1.18419912e-005, 0.999973059, -7.23406483e-005, 0.999959469, -7.5179214e-006, -0.999939501, -0.000104367107, 1.01497435e-005)
  628. p13.CanCollide = false
  629. p13.Locked = true
  630. p13.BottomSurface = Enum.SurfaceType.Smooth
  631. p13.TopSurface = Enum.SurfaceType.Smooth
  632. b13 = Instance.new("SpecialMesh", p13)
  633. b13.MeshType = Enum.MeshType.Cylinder
  634. b13.Name = "Mesh"
  635. b13.Scale = Vector3.new(0.300000012, 1, 1)
  636. w1 = Instance.new("Weld", p1)
  637. w1.Name = "Joint11_Weld"
  638. w1.Part0 = p1
  639. w1.C0 = CFrame.new(-12.2991934, -9.25106144, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  640. w1.Part1 = p2
  641. w1.C1 = CFrame.new(-12.4991941, -9.25089169, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  642. w2 = Instance.new("Weld", p2)
  643. w2.Name = "Joint10_Weld"
  644. w2.Part0 = p2
  645. w2.C0 = CFrame.new(-12.4991941, -9.25089169, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  646. w2.Part1 = p3
  647. w2.C1 = CFrame.new(-12.5491943, -9.25089645, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  648. w3 = Instance.new("Weld", p3)
  649. w3.Name = "Joint9_Weld"
  650. w3.Part0 = p3
  651. w3.C0 = CFrame.new(-12.5491943, -9.25089645, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  652. w3.Part1 = p4
  653. w3.C1 = CFrame.new(-12.5991945, -9.25090027, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  654. w4 = Instance.new("Weld", p4)
  655. w4.Name = "Joint8_Weld"
  656. w4.Part0 = p4
  657. w4.C0 = CFrame.new(-12.5991945, -9.25090027, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  658. w4.Part1 = p5
  659. w4.C1 = CFrame.new(-12.6491947, -9.25090504, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  660. w5 = Instance.new("Weld", p5)
  661. w5.Name = "Joint7_Weld"
  662. w5.Part0 = p5
  663. w5.C0 = CFrame.new(-12.6491947, -9.25090504, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  664. w5.Part1 = p6
  665. w5.C1 = CFrame.new(-12.6991949, -9.25090885, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  666. w6 = Instance.new("Weld", p6)
  667. w6.Name = "Joint6_Weld"
  668. w6.Part0 = p6
  669. w6.C0 = CFrame.new(-12.6991949, -9.25090885, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  670. w6.Part1 = p7
  671. w6.C1 = CFrame.new(-12.7491951, -9.25091362, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  672. w7 = Instance.new("Weld", p7)
  673. w7.Name = "Joint5_Weld"
  674. w7.Part0 = p7
  675. w7.C0 = CFrame.new(-12.7491951, -9.25091362, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  676. w7.Part1 = p8
  677. w7.C1 = CFrame.new(-12.7991953, -9.25091743, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  678. w8 = Instance.new("Weld", p8)
  679. w8.Name = "Joint4_Weld"
  680. w8.Part0 = p8
  681. w8.C0 = CFrame.new(-12.7991953, -9.25091743, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  682. w8.Part1 = p9
  683. w8.C1 = CFrame.new(-12.8491955, -9.2509222, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  684. w9 = Instance.new("Weld", p9)
  685. w9.Name = "Joint3_Weld"
  686. w9.Part0 = p9
  687. w9.C0 = CFrame.new(-12.8491955, -9.2509222, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  688. w9.Part1 = p10
  689. w9.C1 = CFrame.new(-12.8991957, -9.25092602, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  690. w10 = Instance.new("Weld", p10)
  691. w10.Name = "Joint3_Weld"
  692. w10.Part0 = p10
  693. w10.C0 = CFrame.new(-12.8991957, -9.25092602, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  694. w10.Part1 = p11
  695. w10.C1 = CFrame.new(-12.9491959, -9.25093079, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  696. w11 = Instance.new("Weld", p11)
  697. w11.Name = "Joint2_Weld"
  698. w11.Part0 = p11
  699. w11.C0 = CFrame.new(-12.9491959, -9.25093079, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  700. w11.Part1 = p12
  701. w11.C1 = CFrame.new(-12.9991961, -9.2509346, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  702. w12 = Instance.new("Weld", p12)
  703. w12.Name = "Joint1_Weld"
  704. w12.Part0 = p12
  705. w12.C0 = CFrame.new(-12.9991961, -9.2509346, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  706. w12.Part1 = p13
  707. w12.C1 = CFrame.new(-13.0491962, -9.25093937, -30.5498657, -4.37113883e-008, -8.63075256e-005, -1, 0, 1, -8.63075256e-005, 1, -3.77262197e-012, -4.37113883e-008)
  708. m2.Parent = larm
  709. m2:MakeJoints()
  710. ----------------------------------------------------
  711. weld3 = Instance.new("Weld", larm.Blunt)
  712. weld3.Part0 = larm
  713. weld3.Part1 = p1
  714. weld3.C0 = CFrame.new(0, 0, 0)
  715. weld3.C1 = CFrame.new(-.4, -.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(130))
  716. ----------------------------------------------------
  717. local m3 = Instance.new("Model")
  718. m3.Name = "Pipe"
  719. p1 = Instance.new("Part", m3)
  720. p1.Transparency = 1
  721. p1.BrickColor = BrickColor.new("Lime green")
  722. p1.Name = "Ganja"
  723. p1.Size = Vector3.new(1, 1.20000005, 1)
  724. p1.CFrame = CFrame.new(34.4998474, 9.47253323, -12.1971197, 0.999142408, 0.0395895876, 0.00966008008, -0.0395250656, 0.999140501, -0.00866904482, -0.00997729599, 0.00824850239, 0.999855876)
  725. p1.CanCollide = false
  726. p1.Locked = true
  727. b1 = Instance.new("SpecialMesh", p1)
  728. b1.MeshId = "http://www.roblox.com/asset/?id=1290033"
  729. b1.TextureId = "http://www.roblox.com/asset/?id=1290030"
  730. b1.MeshType = Enum.MeshType.FileMesh
  731. b1.Name = "Mesh"
  732. b1.VertexColor = Vector3.new(1, 1, 0)
  733. b1.Scale = Vector3.new(0.25, 0.25, 0.25)
  734. p2 = Instance.new("Part", m3)
  735. p2.Transparency = 1
  736. p2.BrickColor = BrickColor.new("Reddish brown")
  737. p2.Name = "Bowl"
  738. p2.FormFactor = Enum.FormFactor.Custom
  739. p2.Size = Vector3.new(0.200000003, 0.600000024, 0.200000003)
  740. p2.CFrame = CFrame.new(34.5002136, 9.30045128, -12.1985321, 0.999142408, -0.0395896509, -0.00965970568, -0.0395250618, -0.999140382, 0.00867650099, -0.0099772159, -0.0082559688, -0.999855697)
  741. p2.CanCollide = false
  742. p2.Locked = true
  743. p2.BottomSurface = Enum.SurfaceType.Smooth
  744. p2.TopSurface = Enum.SurfaceType.Smooth
  745. b2 = Instance.new("SpecialMesh", p2)
  746. b2.MeshId = "http://www.roblox.com/asset/?id=1038653"
  747. b2.TextureId = "http://www.roblox.com/asset/?id=63422869"
  748. b2.MeshType = Enum.MeshType.FileMesh
  749. b2.Name = "Mesh"
  750. b2.Scale = Vector3.new(0.5, 0.75, 0.5)
  751. p3 = Instance.new("Part", m3)
  752. p3.Transparency = 1
  753. p3.BrickColor = BrickColor.new("Reddish brown")
  754. p3.Name = "Handle"
  755. p3.FormFactor = Enum.FormFactor.Custom
  756. p3.Size = Vector3.new(0.200000003, 1.29999995, 0.200000003)
  757. p3.CFrame = CFrame.new(34.4998512, 9.09950542, -13.0488882, -0.999973059, -6.22216612e-006, 1.18450553e-005, 7.51431071e-006, 1.40070915e-005, -0.999959469, -1.02808699e-005, -0.999939501, 1.80210918e-005)
  758. p3.CanCollide = false
  759. p3.Locked = true
  760. p3.BottomSurface = Enum.SurfaceType.Smooth
  761. p3.TopSurface = Enum.SurfaceType.Smooth
  762. b3 = Instance.new("CylinderMesh", p3)
  763. b3.Name = "Mesh"
  764. w1 = Instance.new("Weld", p1)
  765. w1.Name = "Bowl_Weld"
  766. w1.Part0 = p1
  767. w1.C0 = CFrame.new(-34.2188034, -10.7307339, 11.9460506, 0.999168873, -0.0395192951, -0.00998879783, 0.0396024287, 0.999181271, 0.00826664828, 0.00965392869, -0.00865535904, 0.999915898)
  768. w1.Part1 = p2
  769. w1.C1 = CFrame.new(-34.2259827, 10.5586996, -11.9460554, 0.999168873, -0.0395192914, -0.00998871867, -0.0396024957, -0.999181211, -0.00827411562, -0.00965355337, 0.00866281614, -0.999915838)
  770. w2 = Instance.new("Weld", p2)
  771. w2.Name = "Handle_Weld"
  772. w2.Part0 = p2
  773. w2.C0 = CFrame.new(-34.2259827, 10.5586996, -11.9460554, 0.999168873, -0.0395192914, -0.00998871867, -0.0396024957, -0.999181211, -0.00827411562, -0.00965355337, 0.00866281614, -0.999915838)
  774. w2.Part1 = p3
  775. w2.C1 = CFrame.new(34.5000114, -13.0499754, 9.09998798, -1, -3.60887031e-009, -8.74227766e-008, 8.74227766e-008, 4.37113883e-008, -1, 3.60887409e-009, -1, -4.37113883e-008)
  776. w3 = Instance.new("Weld", p3)
  777. w3.Name = "Handle_Weld"
  778. w3.Part0 = p3
  779. w3.C0 = CFrame.new(34.5000114, -13.0499754, 9.09998798, -1, -3.60887031e-009, -8.74227766e-008, 8.74227766e-008, 4.37113883e-008, -1, 3.60887409e-009, -1, -4.37113883e-008)
  780. m3.Parent = larm
  781. m3:MakeJoints()
  782. ----------------------------------------------------
  783. weld4 = Instance.new("Weld", larm.Pipe)
  784. weld4.Part0 = larm
  785. weld4.Part1 = p3
  786. weld4.C0 = CFrame.new(0, 0, 0)
  787. weld4.C1 = CFrame.new(-.8, .7, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40))
  788. ----------------------------------------------------
  789. local m4 = Instance.new("Model")
  790. m4.Name = "Match"
  791. p1 = Instance.new("Part", m4)
  792. p1.CanCollide = false
  793. p1.Transparency = 1
  794. p1.BrickColor = BrickColor.new("Brown")
  795. p1.Material = "Marble"
  796. p1.Name = "Match"
  797. p1.Size = Vector3.new(1, 2.4, 1)
  798. p1.CFrame = CFrame.new(-8.20000362, 1.18600059, -10.0000038, 1.00000048, -0.00011438923, 0.000152289867, 0.000114176073, 0.999999344, 0.00107795233, -0.000152289867, -0.00107795768, 0.999999762)
  799. b1 = Instance.new("BlockMesh", p1)
  800. b1.Name = "Mesh"
  801. b1.Scale = Vector3.new(0.14, 1, 0.14)
  802. p2 = Instance.new("Part", m4)
  803. p2.CanCollide = false
  804. p2.Transparency = 1
  805. p2.BrickColor = BrickColor.new("Really black")
  806. p2.Shape = "Ball"
  807. p2.Material = "Sand"
  808. p2.Name = "MatchHead"
  809. p2.Size = Vector3.new(1, 1, 1)
  810. p2.CFrame = CFrame.new(-8.20000267, 2.48600006, -10.0000038, 1.00000048, -0.000109304514, -3.49245965e-009, 0.000109255525, 0.999999404, 0.00103000901, 1.41153578e-008, -0.00103003171, 0.999999821)
  811. b2 = Instance.new("SpecialMesh", p2)
  812. b2.MeshType = "Sphere"
  813. b2.Name = "Mesh"
  814. b2.Scale = Vector3.new(0.3, 0.6, 0.3)
  815. x1 = Instance.new("Fire",p2)
  816. x1.Heat = 4
  817. x1.Size = 2
  818. x1.Enabled = false
  819. x1.Color = Color3.new(236, 139, 70)
  820. x1.SecondaryColor = Color3.new(0, 0, 0)
  821. w1 = Instance.new("Weld", p2)
  822. w1.Part0 = p1
  823. w1.C0 = CFrame.new(8.19834042, -1.19771659, 9.99996376, 1, 0.00011420052, -0.000152360211, -0.000114364695, 0.999999404, -0.00107794593, 0.000152237015, 0.00107796339, 0.999999404)
  824. w1.Part1 = p2
  825. w1.C1 = CFrame.new(8.19972706, -2.49719477, 9.99743366, 1, 0.000109279979, -5.62802924e-008, -0.000109279979, 0.999999464, -0.00103001995, -5.62802924e-008, 0.00103001995, 0.999999464)
  826. m4.Parent = rarm
  827. m4:MakeJoints()
  828. ----------------------------------------------------
  829. weld5 = Instance.new("Weld", p1)
  830. weld5.Part0 = p1
  831. weld5.Part1 = rarm
  832. weld5.C0 = CFrame.new(0, 0, 0)
  833. weld5.C1 = CFrame.new(.2, -.8, .3) * CFrame.Angles(math.rad(-150), math.rad(0), math.rad(0))
  834. ----------------------------------------------------
  835. function Burn()
  836. local bk=torso.Bong["Devil's Lettuce"].Mesh
  837. bk.VertexColor=Vector3.new(0,0,0)
  838. local pl=Instance.new("PointLight",bk.Parent)
  839. pl.Brightness=0 pl.Color=Color3.new(1,0,0)
  840. for i=1,50 do wait()bk.VertexColor=bk.VertexColor+Vector3.new(.05,0,0)pl.Brightness=pl.Brightness+0.05 end
  841. for i=1,50 do wait()bk.VertexColor=bk.VertexColor-Vector3.new(.05,0,0)pl.Brightness=pl.Brightness-0.05 end
  842. pl:Remove()
  843. end
  844. ----------------------------------------------------
  845. function Burn2()
  846. local bk=larm.Pipe.Ganja.Mesh
  847. bk.VertexColor=Vector3.new(0,0,0)
  848. local pl=Instance.new("PointLight",bk.Parent)
  849. pl.Brightness=0 pl.Color=Color3.new(1,0,0)
  850. for i=1,50 do wait()bk.VertexColor=bk.VertexColor+Vector3.new(.05,0,0)pl.Brightness=pl.Brightness+0.05 end
  851. for i=1,50 do wait()bk.VertexColor=bk.VertexColor-Vector3.new(.05,0,0)pl.Brightness=pl.Brightness-0.05 end
  852. pl:Remove()
  853. end
  854. ----------------------------------------------------
  855. function Burn3()
  856. local brn=larm.Blunt.Joint1
  857. brn.BrickColor = BrickColor.new("Dusty rose")
  858. wait(.5)
  859. brn.BrickColor = BrickColor.new("Bright red")
  860. wait(.5)
  861. brn.BrickColor = BrickColor.new("Really red")
  862. wait(1)
  863. brn.BrickColor = BrickColor.new("Black")
  864. wait(.5)
  865. brn.BrickColor = BrickColor.new("Really black")
  866. wait(1)
  867. brn.BrickColor = BrickColor.new("White")
  868. end
  869. ----------------------------------------------------
  870. function Match1()
  871. for i = 1, 10 do wait()
  872. for i,v in pairs(m4:GetChildren()) do
  873. if v:IsA("Part") then
  874. v.Transparency = v.Transparency - 0.1
  875. end
  876. end
  877. end
  878. x1.Enabled = true
  879. end
  880. ----------------------------------------------------
  881. function Match2()
  882. for i = 1, 10 do wait()
  883. for i,v in pairs(m4:GetChildren()) do
  884. if v:IsA("Part") then
  885. v.Transparency = v.Transparency + 0.1
  886. end
  887. end
  888. end
  889. x1.Enabled = false
  890. end
  891. ----------------------------------------------------
  892. print("snoop dawg motherfiker")--Dun change plox
  893. ----------------------------------------------------
  894. function Snoop()
  895. pits = {0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 1}
  896.  
  897. if math.random(1,3) == 1 then
  898. cgh = Instance.new("Sound",hed)
  899. cgh.SoundId = "rbxassetid://186581757"
  900. cgh.Pitch = pits[math.random(1,#pits)]
  901. cgh.Volume = 1
  902. wait(.1)
  903. cgh:Play()
  904. end
  905.  
  906. frogSequence = {177231086,177235819,177231110,177231125,177235637,177231141,177231148,177231162,177231174,177231186}
  907. snoopSequence = {175425918,175425940,175425986,175426013,175426270,175426298,175426373,175426397,175426407,175426432,175426443,175426561,175426586,175426607,175426620,175426638,175426653,175426666,175426691,175426764,175426777,175426972,175426988,175426999,175427017,175427038,175427054,175427092,175427110,175427137,175427148,175427177}
  908.  
  909. fatboysraidmcdonalds = {
  910. SelectFromTable = function(tab)
  911. if #tab == 0 then
  912. return nil
  913. else
  914. return tab[math.random(1,#tab)]
  915. end
  916. end,
  917. ["Clamp"] = function(n,a,b)
  918. n = tonumber(n or 0) or 0
  919. a = tonumber(a or -math.huge) or -math.huge
  920. b = tonumber(b or math.huge) or math.huge
  921. if a > b then
  922. a,b = b,a
  923. end
  924. return math.max(a,math.min(b,n))
  925. end,
  926. ["Slerp"] = function(val)
  927. val = fatboysraidmcdonalds.Clamp(val,0,1)
  928. local input = math.pi/2 + (val*math.pi);
  929. local sine = math.sin(input);
  930. local scale = -sine/2;
  931. return 0.5 + scale;
  932. end,
  933. ["Bounce"] = function(val)
  934. val = val%2
  935. if val <= 1 then
  936. return val
  937. else
  938. return 2 - val
  939. end
  940. end,
  941. ["Camera"] = {
  942. ["Smooth"] = function(t)
  943. local start = tick()
  944. local now = start
  945. local targ = start + t
  946. local Diff = now - start
  947. local cam = Workspace.CurrentCamera
  948. local orig = cam.FieldOfView
  949. local diff,distance,offset
  950. if orig >= 70 then
  951. distance = 50
  952. offset = orig - 70
  953. diff = offset/distance
  954. else
  955. distance = 120 - orig
  956. offset = 0
  957. diff = 0
  958. end
  959. local speed = 0.5 + (math.random()*1.5)
  960. while now <= targ do
  961. cam.FieldOfView = orig + (fatboysraidmcdonalds.Slerp(fatboysraidmcdonalds.Bounce(diff + (Diff*speed))) * distance)
  962. wait()
  963. now = tick()
  964. Diff = now - start
  965. end
  966. cam.FieldOfView = orig
  967. return Diff
  968. end,
  969. ["Headache"] = function(t)
  970. local now = tick()
  971. local targ = tick() + t
  972. local cam = Workspace.CurrentCamera
  973. local fixes = {
  974. ["FieldOfView"] = cam.FieldOfView,
  975. ["TiltUnits"] = 0,
  976. }
  977. while now <= targ do
  978. local fov = 60 + math.random()*60
  979. local pan = -8 + (math.random()*16)
  980. local tilt = -9 + (math.random()*18)
  981. local roll = (-math.pi/2) + (math.random()*(math.pi*4))
  982. fixes.TiltUnits = fixes.TiltUnits + tilt
  983. cam.FieldOfView = fov
  984. cam:TiltUnits(tilt)
  985. wait()
  986. now = tick()
  987. end
  988. cam.FieldOfView = fixes.FieldOfView
  989. cam:TiltUnits(-fixes.TiltUnits)
  990. return t + (now - targ)
  991. end
  992. },
  993. ["Control"] = function(t,switch)
  994. switch = switch == nil and true or switch
  995. local phase = math.min((tonumber(t or 10) or 10),math.random() + (switch and 2 or 0))
  996. local pick
  997. if switch then
  998. pick = fatboysraidmcdonalds.Camera.Smooth
  999. else
  1000. pick = {}
  1001. for i,v in pairs(fatboysraidmcdonalds.Camera) do
  1002. if i ~= "Smooth" then
  1003. table.insert(pick,v)
  1004. end
  1005. end
  1006. pick = fatboysraidmcdonalds.SelectFromTable(pick)
  1007. end
  1008. local offset = pick(phase)
  1009. t = t - offset
  1010. if t >= 1 then
  1011. fatboysraidmcdonalds.Control(t,not switch)
  1012. elseif t > 0 then
  1013. fatboysraidmcdonalds.Control(t,false)
  1014. end
  1015. end,
  1016. ["Snoop"] = function(t)
  1017. local snoopy = Instance.new("Part")
  1018. snoopy.Anchored = true
  1019. snoopy.Locked = true
  1020. snoopy.CanCollide = false
  1021. snoopy.FormFactor = "Custom"
  1022. snoopy.Transparency = 1
  1023. snoopy.Size = Vector3.new(2,2,1)
  1024. local lol = Instance.new("BillboardGui")
  1025. lol.Name = "anim"
  1026. lol.Adornee = lol.Parent
  1027. lol.AlwaysOnTop = false
  1028. lol.Size = UDim2.new(1.5,0,1.5,0)
  1029. lol.SizeOffset = Vector2.new(-0.5,-0.5)
  1030. lol.Parent = snoopy
  1031. local cam = Workspace.CurrentCamera
  1032. local function Pos(p)
  1033. return p + cam.Focus.p
  1034. end
  1035. local function newSnoop(tiem)
  1036. Spawn(function()
  1037. local new = snoopy:Clone()
  1038. local anim = new:WaitForChild("anim")
  1039. animGui(anim,snoopSequence,0.05)
  1040. local tack = tick()
  1041. local start = tack
  1042. local wow = tack*(((math.random()*2)-1)*57)
  1043. local s,c,r = math.sin(wow)*math.random(200,225)*0.01,math.cos(wow)*math.random(175,200)*0.01,-1 + (math.random()*2)
  1044. local dist = 10
  1045. local xp,yp,zp = dist*-s,dist*-r,dist*-c
  1046. local xe,ye,ze = dist*s,dist*r,dist*c
  1047. local pos,targ = Vector3.new(xp,yp,zp),Vector3.new(xe,ye,ze)
  1048. new.CFrame = Pos(CFrame.new(pos))
  1049. new.Parent = cam
  1050. tiem = tack + tiem
  1051. while tack <= tiem do
  1052. local diff = fatboysraidmcdonalds.Clamp((tack-start)/(tiem-start),0,1)
  1053. new.CFrame = Pos(CFrame.new(pos + ((targ-pos)*diff)))
  1054. wait()
  1055. tack = tick()
  1056. end
  1057. new.CFrame = Pos(CFrame.new(targ))
  1058. new:destroy()
  1059. end)
  1060. end
  1061. local now = tick()
  1062. local targ = now + t
  1063. while now <= targ do
  1064. local diff = targ - now
  1065. newSnoop(math.min(diff,0.75 + math.random()*0.5))
  1066. wait()
  1067. now = tick()
  1068. end
  1069. end,
  1070. ["Illuminati"] = function(t,frame)
  1071. local decal = e
  1072. local audio = 168907893
  1073. local img = Instance.new("ImageLabel",frame)
  1074. img.BackgroundTransparency = 1
  1075. img.BorderSizePixel = 0
  1076. img.ImageTransparency = 0.5
  1077. img.ZIndex = 10
  1078. img.Size = UDim2.new(0.1,0,0.1,0)
  1079. img.Position = UDim2.new(0.45,0,0.45,0)
  1080. img.Image = "http://www.roblox.com/asset/?id="..tostring(decal)
  1081. local sound = Instance.new("Sound",img)
  1082. sound.Volume = 0.75
  1083. sound.Looped = true
  1084. sound.PlayOnRemove = false
  1085. sound.SoundId = "http://www.roblox.com/asset/?id="..tostring(audio)
  1086. sound:Play()
  1087. img:TweenSizeAndPosition(UDim2.new(1,0,1,0),UDim2.new(0,0,0,0),"Out","Linear",t+1.5)
  1088. img.Changed:connect(function(p)
  1089. if p ~= "ImageTransparency" then
  1090. local x = img.Size.X.Scale
  1091. img.ImageTransparency = 1 - x
  1092. sound.Volume = x
  1093. end
  1094. end)
  1095. end
  1096. }
  1097.  
  1098. function animGui(lol,sequence,speed)
  1099. local img = Instance.new("ImageLabel",lol)
  1100. img.BackgroundTransparency = 1
  1101. img.BorderSizePixel = 0
  1102. img.Size = UDim2.new(2.25,0,5,0)
  1103. img.Position = UDim2.new(0,0,-2.5,0)
  1104. Spawn(function()
  1105. local now = tick()
  1106. while img:IsDescendantOf(game) do
  1107. img.Image = "http://www.roblox.com/asset/?id="..tostring(sequence[(math.floor((tick()-now)/speed)%#sequence)+1]-1)
  1108. wait()
  1109. end
  1110. end)
  1111. return img
  1112. end
  1113.  
  1114. function Rainbow(h)
  1115. local h,s,v = h%1,1,1
  1116. local r, g, b
  1117.  
  1118. local i = math.floor(h * 6);
  1119. local f = h * 6 - i;
  1120. local p = v * (1 - s);
  1121. local q = v * (1 - f * s);
  1122. local t = v * (1 - (1 - f) * s);
  1123.  
  1124. i = i % 6
  1125.  
  1126. if i == 0 then r, g, b = v, t, p
  1127. elseif i == 1 then r, g, b = q, v, p
  1128. elseif i == 2 then r, g, b = p, v, t
  1129. elseif i == 3 then r, g, b = p, q, v
  1130. elseif i == 4 then r, g, b = t, p, v
  1131. elseif i == 5 then r, g, b = v, p, q
  1132. end
  1133.  
  1134. return r, g, b
  1135. end
  1136.  
  1137. local gui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  1138. gui.Name = "SnoopyMcSnooperson"
  1139. local frame = Instance.new("Frame",gui)
  1140. frame.Size = UDim2.new(1,0,1,0)
  1141. frame.BackgroundTransparency = 1
  1142. local snoop = animGui(frame,snoopSequence,0.05)
  1143. snoop.Size = UDim2.new(0.25,0,0.50,0)
  1144. snoop.Position = UDim2.new(-0.25,0,0.25,0)
  1145. frog = animGui(frame,frogSequence,0.05)
  1146. frog.Size = UDim2.new(0.25,0,0.50,0)
  1147. frog.Position = UDim2.new(1,0,0.25,0)
  1148.  
  1149. trollLabels = {snoopSequence,frogSequence,"Can I have a large pizza with please, cheese?","thomas the weed engine","get out of my face","ur gone and i gutta stay hi111","a duble rainbow... wut dos it men??22/?/","im so high bro","im so high bruh","whoa im tripin balz man","get out of my face","ellomenartiy","WORK 8 HOURS\nPLAY 8 HOURS\nSLEEP 8 HOURS","fite the powur bruh","fite the man11","usa females are payed 20 cents less bru its unfair","why am i doing this to myself","the woods are my home man","run free little bro","teach me ur ways, snoopie-san kawabi","how much for a bong","i luv this bong man","oh yeah its right in my bronchioles man","is this real life??","this is a robbery","this is why my mom doesnt like me"}
  1150. snoop:TweenPosition(UDim2.new(0,0,0.25,0), "Out", "Sine", 1, true)
  1151. frog:TweenPosition(UDim2.new(0.75,0,0.25,0), "Out","Sine", 1, true)
  1152. Spawn(function()
  1153. local start = tick()
  1154. local last = start
  1155. local ending = false
  1156. local tiem = 10
  1157. Spawn(function()
  1158. fatboysraidmcdonalds.Control(tiem)
  1159. end)
  1160. Spawn(function()
  1161. fatboysraidmcdonalds.Snoop(tiem)
  1162. end)
  1163. Spawn(function()
  1164. fatboysraidmcdonalds.Illuminati(tiem,frame)
  1165. end)
  1166. while true do
  1167. local tack = tick()
  1168. local now = tack-start
  1169. frog.Rotation = now*360
  1170. if now <= tiem then
  1171. local k = math.min(now/2,0.5)
  1172. frame.BackgroundTransparency = 1 - k
  1173. if tack - last >= 0.25 then
  1174. for i = 1,3 do
  1175. local wow = tack*(((math.random()*2)-1)*57)
  1176. local s,c = math.sin(wow)*math.random(200,225)*0.01,math.cos(wow)*math.random(175,200)*0.01
  1177. local dist = 0.5
  1178. local xp,yp = dist+(dist*s),dist+(dist*c)
  1179. local xe,ye = dist-(dist*s),dist-(dist*c)
  1180. local funk
  1181. if i == 1 then
  1182. funk = trollLabels[math.random(1,2)]
  1183. else
  1184. funk = trollLabels[math.random(3,#trollLabels)]
  1185. end
  1186. local ngui
  1187. local size = math.random()*0.25
  1188. if funk == snoopSequence then
  1189. ngui = animGui(frame,funk,0.05)
  1190. ngui.Size = UDim2.new(size,0,size*2,0)
  1191. ngui.ImageTransparency = (frame.BackgroundTransparency*2) - 1
  1192. elseif funk == frogSequence then
  1193. ngui = animGui(frame,funk,0.05)
  1194. ngui.Size = UDim2.new(size,0,size,0)
  1195. ngui.ImageTransparency = (frame.BackgroundTransparency*2) - 1
  1196. else
  1197. ngui = Instance.new("TextLabel",frame)
  1198. local bt = frame.BackgroundTransparency
  1199. ngui.TextTransparency = (bt-0.5)/0.5
  1200. ngui.TextStrokeTransparency = bt
  1201. ngui.BackgroundTransparency = 1
  1202. ngui.TextColor3 = Color3.new(math.random(),math.random(),math.random())
  1203. ngui.Font = "ArialBold"
  1204. ngui.Text = funk
  1205. ngui.Size = UDim2.new(size*0.5,0,size*0.5,0)
  1206. ngui.TextScaled = true
  1207. ngui.TextWrapped = false
  1208. ngui.FontSize = "Size48"
  1209. end
  1210. ngui.Position = UDim2.new(xp,0,yp,0)
  1211. ngui:TweenPosition(UDim2.new(xe,0,ye,0), "Out", "Linear", math.random(35,80)*0.035*i, true,function()
  1212. ngui:destroy()
  1213. end)
  1214. if i == 1 then
  1215. local sp = 500*(1-(math.random()*2))
  1216. ngui.Changed:connect(function(prop)
  1217. if prop ~= "Rotation" and prop ~= "ImageTransparency" then
  1218. ngui.Rotation = (tick()-tack)*sp
  1219. ngui.ImageTransparency = (frame.BackgroundTransparency*2) - 1
  1220. end
  1221. end)
  1222. else
  1223. ngui.Changed:connect(function(prop)
  1224. if prop ~= "TextTransparency" and prop ~= "TextStrokeTransparency" then
  1225. local bt = frame.BackgroundTransparency
  1226. ngui.TextTransparency = (bt-0.5)/0.5
  1227. ngui.TextStrokeTransparency = bt
  1228. end
  1229. end)
  1230. end
  1231. end
  1232. last = tack
  1233. end
  1234. else
  1235. if not ending then
  1236. ending = true
  1237. snoop:TweenPosition(UDim2.new(-0.25,0,0.25,0), "Out", "Sine", math.max((tiem+1)-now,0), true)
  1238. frog:TweenPosition(UDim2.new(1,0,0.25,0), "Out", "Sine", math.max((tiem+1)-now,0), true)
  1239. end
  1240. local nao = math.max(((tiem+1)-now)*0.3,0)
  1241. frame.BackgroundTransparency = 1 - nao
  1242. if nao == 0 then
  1243. gui:destroy()
  1244. return
  1245. end
  1246. end
  1247. frame.BackgroundColor3 = Color3.new(Rainbow(now))
  1248. wait()
  1249. end
  1250. end)
  1251. end
  1252. ----------------------------------------------------
  1253. local Using="Bong"
  1254. local tools={m,m2,m3}
  1255. function tolFad(nam)
  1256. local tol=nil
  1257. for _,v in pairs(tools) do
  1258. if Using=="Bong" then
  1259. tol=m
  1260. elseif Using=="Blunt" then
  1261. tol=m2
  1262. elseif Using=="Pipe" then
  1263. tol=m3
  1264. end
  1265. if v~=tol then
  1266. for _,c in pairs(v:GetChildren()) do
  1267. if c:IsA("Part") then
  1268. c.Transparency=1
  1269. end
  1270. end
  1271. else
  1272. for _,c in pairs(v:GetChildren()) do
  1273. if c:IsA("Part") and c.Name ~= "Bong" and c.Name ~= "Tube" then
  1274. c.Transparency = 0
  1275. elseif c:IsA("Part") and c.Name == "Bong" or c.Name == "Tube" then
  1276. c.Transparency = 0.2
  1277. end
  1278. end
  1279. end
  1280. end
  1281. end
  1282. --[[if Debounces.Bong == true then
  1283. Debounces.Pipe = false
  1284. Debounces.Blunt = false
  1285. for i = 1, 10 do wait()
  1286. for i,v in pairs(torso.Bong:GetChildren()) do
  1287. if v:IsA("Part") and v.Transparency <= 1 then
  1288. v.Transparency = v.Transparency - 0.1
  1289. end
  1290. end
  1291. end
  1292. for i = 1, 10 do wait()
  1293. for q,e in pairs(rarm.Pipe:GetChildren()) do
  1294. if e:IsA("Part") and e.Transparency >= 0 then
  1295. e.Transparency = e.Transparency + 0.1
  1296. elseif e:IsA("Part") and e.Transparency == 1 then wait()
  1297. end
  1298. end
  1299. end
  1300. for i = 1, 10 do wait()
  1301. for a,d in pairs(rarm.Blunt:GetChildren()) do
  1302. if d:IsA("Part") and d.Transparency >= 0 then
  1303. d.Transparency = d.Transparency + 0.1
  1304. elseif d:IsA("Part") and d.Transparency == 1 then wait()
  1305. end
  1306. end
  1307. end
  1308. elseif Debounces.Pipe == true then
  1309. Debounces.Bong = false
  1310. Debounces.Blunt = false
  1311. for i = 1, 10 do wait()
  1312. for i,v in pairs(torso.Bong:GetChildren()) do
  1313. if v:IsA("Part") and v.Transparency >= 0 then
  1314. v.Transparency = v.Transparency + 0.1
  1315. elseif v:IsA("Part") and v.Transparency == 1 then wait()
  1316. end
  1317. end
  1318. end
  1319. for i = 1, 10 do wait()
  1320. for q,e in pairs(rarm.Pipe:GetChildren()) do
  1321. if e:IsA("Part") and e.Transparency <= 1 then
  1322. e.Transparency = e.Transparency - 0.1
  1323. end
  1324. end
  1325. end
  1326. for i = 1, 10 do wait()
  1327. for a,d in pairs(rarm.Blunt:GetChildren()) do
  1328. if d:IsA("Part") and d.Transparency >= 0 then
  1329. d.Transparency = d.Transparency + 0.1
  1330. elseif d:IsA("Part") and d.Transparency == 1 then wait()
  1331. end
  1332. end
  1333. end
  1334. elseif Debounces.Blunt == true then
  1335. Debounces.Bong = false
  1336. Debounces.Pipe = false
  1337. for i = 1, 10 do wait()
  1338. for i,v in pairs(torso.Bong:GetChildren()) do
  1339. if v:IsA("Part") and v.Transparency >= 0 then
  1340. v.Transparency = v.Transparency + 0.1
  1341. elseif v:IsA("Part") and v.Transparency == 1 then wait()
  1342. end
  1343. end
  1344. end
  1345. for i = 1, 10 do wait()
  1346. for q,e in pairs(rarm.Pipe:GetChildren()) do
  1347. if e:IsA("Part") and e.Transparency >= 0 then
  1348. e.Transparency = e.Transparency + 0.1
  1349. elseif e:IsA("Part") and e.Transparency == 1 then wait()
  1350. end
  1351. end
  1352. end
  1353. for i = 1, 10 do wait()
  1354. for a,d in pairs(rarm.Blunt:GetChildren()) do
  1355. if d:IsA("Part") and d.Transparency <= 1 then
  1356. d.Transparency = d.Transparency - 0.1
  1357. end
  1358. end
  1359. end
  1360. end]]--
  1361. ----------------------------------------------------
  1362. mouse.KeyDown:connect(function(key)
  1363. if key == "q" then
  1364. if Debounces.CanPuff == true then
  1365. Using = "Bong"
  1366. stanceToggle = "Bong"
  1367. tolFad(Using)
  1368. end
  1369. end
  1370. end)
  1371. mouse.KeyDown:connect(function(key)
  1372. if key == "e" then
  1373. if Debounces.CanPuff == true then
  1374. Using = "Pipe"
  1375. stanceToggle = "Pipe"
  1376. tolFad(Using)
  1377. end
  1378. end
  1379. end)
  1380. mouse.KeyDown:connect(function(key)
  1381. if key == "r" then
  1382. if Debounces.CanPuff == true then
  1383. Using = "Blunt"
  1384. stanceToggle = "Blunt"
  1385. tolFad(Using)
  1386. end
  1387. end
  1388. end)
  1389. ----------------------------------------------------
  1390. mt = {8, 8.4, 8.8, 9, 9.4}
  1391. mouse.KeyDown:connect(function(key)
  1392. if key == "h" then
  1393. if Debounces.CanJoke == true then
  1394. Debounces.CanJoke = false
  1395. z = Instance.new("Sound",hed)
  1396. z.SoundId = "http://www.roblox.com/asset/?id=238500679"
  1397. z.Looped = false
  1398. z.Pitch = mt[math.random(1,#mt)]
  1399. z.Volume = 1
  1400. z2 = Instance.new("Sound",hed)
  1401. z2.SoundId = "http://www.roblox.com/asset/?id=238500679"
  1402. z2.Looped = false
  1403. z2.Pitch = z.Pitch
  1404. z2.Volume = 1
  1405. z3 = Instance.new("Sound",hed)
  1406. z3.SoundId = "http://www.roblox.com/asset/?id=238500679"
  1407. z3.Looped = false
  1408. z3.Pitch = z.Pitch
  1409. z3.Volume = 1
  1410. z4 = Instance.new("Sound",hed)
  1411. z4.SoundId = "http://www.roblox.com/asset/?id=238500679"
  1412. z4.Looped = false
  1413. z4.Pitch = z.Pitch
  1414. z4.Volume = 1
  1415. z:Play()
  1416. z2:Play()
  1417. z3:Play()
  1418. z4:Play()
  1419. wait(1)
  1420. z:Destroy()
  1421. z2:Destroy()
  1422. z3:Destroy()
  1423. z4:Destroy()
  1424. if Debounces.CanJoke == false then
  1425. Debounces.CanJoke = true
  1426. end
  1427. end
  1428. end
  1429. end)
  1430. ----------------------------------------------------
  1431. mouse.Button1Down:connect(function(hoot)
  1432. if Debounces.CanPuff == true and Using == "Bong" then
  1433. Debounces.CanPuff = false
  1434. Debounces.NoIdl = true
  1435. Debounces.on = true
  1436. for i = 1,20 do
  1437. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.55,-1.4)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(-40)), 0.2)
  1438. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,-.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(30)), 0.2)
  1439. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.4) * CFrame.Angles(math.rad(-50), 0, 0), 0.4)
  1440. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  1441. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  1442. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  1443. weld2.C0 = Lerp(weld2.C0, CFrame.new(0, -.5, -1.4), 0.4)
  1444. weld2.C1 = Lerp(weld2.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-30),0,0), 0.4)
  1445. if Debounces.on == false then break end
  1446. wait()
  1447. end
  1448. Match1()
  1449. z = Instance.new("Sound",hed)
  1450. z.SoundId = "rbxassetid://174628230"
  1451. z.Looped = true
  1452. z.Pitch = 2
  1453. z.Volume = 1
  1454. z1 = Instance.new("Sound",hed)
  1455. z1.SoundId = "rbxassetid://174628230"
  1456. z1.Looped = true
  1457. z1.Pitch = 2
  1458. z1.Volume = 1
  1459. wait(1)
  1460. z:Play()
  1461. z1:Play()
  1462. Burn()
  1463. wait(2.4)
  1464. for i = 1,10 do
  1465. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,-.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(-30)), 0.2)
  1466. if Debounces.on == false then break end
  1467. wait()
  1468. end
  1469. Match2()
  1470. wait(2.6)
  1471. z:Stop()
  1472. z1:Stop()
  1473. for i = 1,20 do
  1474. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,-.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(-30)), 0.2)
  1475. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,-.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(30)), 0.2)
  1476. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(40), 0, 0), 0.4)
  1477. weld2.C0 = Lerp(weld2.C0, CFrame.new(0, -.5, -1.5), 0.4)
  1478. weld2.C1 = Lerp(weld2.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  1479. if Debounces.on == false then break end
  1480. wait()
  1481. end
  1482. s.Enabled = true
  1483. wait(5)
  1484. s.Enabled = false
  1485. Snoop()
  1486. if Debounces.CanPuff == false then
  1487. Debounces.CanPuff = true
  1488. Debounces.NoIdl = false
  1489. Debounces.on = true
  1490. end
  1491. end
  1492. end)
  1493. ----------------------------------------------------
  1494. mouse.Button1Down:connect(function(hoot)
  1495. if Debounces.CanPuff == true and Using == "Pipe" then
  1496. Debounces.CanPuff = false
  1497. Debounces.NoIdl = true
  1498. Debounces.on = true
  1499. Match1()
  1500. for i = 1,20 do
  1501. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.1,0.65,-.3)*CFrame.Angles(math.rad(115),math.rad(-10),math.rad(-30)), 0.2)
  1502. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.6,-.45)*CFrame.Angles(math.rad(110),math.rad(10),math.rad(45)), 0.2)
  1503. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.4) * CFrame.Angles(math.rad(-10), 0, 0), 0.4)
  1504. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  1505. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-5)), 0.2)
  1506. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(5)), 0.2)
  1507. if Debounces.on == false then break end
  1508. wait()
  1509. end
  1510. Burn2()
  1511. wait(2.4)
  1512. for i = 1,10 do
  1513. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.4)
  1514. if Debounces.on == false then break end
  1515. wait()
  1516. end
  1517. Match2()
  1518. wait(2.6)
  1519. for i = 1,20 do
  1520. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.4)
  1521. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.6,-.3)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(20)), 0.6)
  1522. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(30), 0, 0), 0.4)
  1523. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  1524. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-5)), 0.2)
  1525. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(5)), 0.2)
  1526. if Debounces.on == false then break end
  1527. wait()
  1528. end
  1529. s.Enabled = true
  1530. wait(5)
  1531. s.Enabled = false
  1532. Snoop()
  1533. if Debounces.CanPuff == false then
  1534. Debounces.CanPuff = true
  1535. Debounces.NoIdl = false
  1536. Debounces.on = true
  1537. end
  1538. end
  1539. end)
  1540. ----------------------------------------------------
  1541. mouse.Button1Down:connect(function(hoot)
  1542. if Debounces.CanPuff == true and Using == "Blunt" then
  1543. Debounces.CanPuff = false
  1544. Debounces.NoIdl = true
  1545. Debounces.on = true
  1546. for i = 1,20 do
  1547. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,.1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.2)
  1548. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.6,-.45)*CFrame.Angles(math.rad(115),math.rad(10),math.rad(40)), 0.2)
  1549. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.4) * CFrame.Angles(math.rad(-15), 0, 0), 0.4)
  1550. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  1551. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-5)), 0.2)
  1552. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(5)), 0.2)
  1553. if Debounces.on == false then break end
  1554. wait()
  1555. end
  1556. wait(0.5)
  1557. Burn3()
  1558. wait()
  1559. for i = 1,20 do
  1560. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.2)
  1561. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.6,-.3)*CFrame.Angles(math.rad(115),math.rad(0),math.rad(-20)), 0.6)
  1562. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(30), 0, 0), 0.4)
  1563. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  1564. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-5)), 0.2)
  1565. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(5)), 0.2)
  1566. if Debounces.on == false then break end
  1567. wait()
  1568. end
  1569. s.Enabled = true
  1570. wait(5)
  1571. s.Enabled = false
  1572. Snoop()
  1573. if Debounces.CanPuff == false then
  1574. Debounces.CanPuff = true
  1575. Debounces.NoIdl = false
  1576. Debounces.on = true
  1577. end
  1578. end
  1579. end)
  1580. ----------------------------------------------------
  1581. local animpose = "Idle"
  1582. local lastanimpose = "Idle"
  1583. local sine = 0
  1584. local change = 1
  1585. local val = 0
  1586. local ffing = false
  1587. -------------------------------
  1588. game:GetService("RunService").RenderStepped:connect(function()
  1589. --[[if char.Humanoid.Jump == true then
  1590. jump = true
  1591. else
  1592. jump = false
  1593. end]]
  1594. char.Humanoid.FreeFalling:connect(function(f)
  1595. if f then
  1596. ffing = true
  1597. else
  1598. ffing = false
  1599. end
  1600. end)
  1601. sine = sine + change
  1602. if jumpn == true then
  1603. animpose = "Jumping"
  1604. elseif ffing == true then
  1605. animpose = "Freefalling"
  1606. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  1607. animpose = "Idle"
  1608. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  1609. animpose = "Walking"
  1610. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  1611. animpose = "Running"
  1612. end
  1613. if animpose ~= lastanimpose then
  1614. sine = 0
  1615. if Debounces.NoIdl == false then
  1616. for i = 1, 2 do
  1617. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,-.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(-30)), 0.2)
  1618. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,-.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(30)), 0.2)
  1619. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-20+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  1620. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  1621. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  1622. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  1623. wait()
  1624. end
  1625. else
  1626. end
  1627. end
  1628. lastanimpose = animpose
  1629. if Debounces.NoIdl == false then
  1630. if animpose == "Idle" then
  1631. if stanceToggle == "Bong" then
  1632. change = 0.5
  1633. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,-.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(-30)), 0.2)
  1634. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,-.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(30)), 0.2)
  1635. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-20+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  1636. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  1637. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  1638. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  1639. elseif stanceToggle == "Pipe" then
  1640. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,-.3)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.2)
  1641. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(-30)), 0.2)
  1642. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-20+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  1643. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  1644. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  1645. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  1646. elseif stanceToggle == "Blunt" then
  1647. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.2)
  1648. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-14)), 0.2)
  1649. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-20+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  1650. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  1651. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  1652. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  1653. end
  1654. elseif animpose == "Walking" then
  1655. if stanceToggle == "Bong" then
  1656. change = 1
  1657. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,-.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(-30)), 0.2)
  1658. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,-.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(30)), 0.2)
  1659. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.2)
  1660. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.07*math.cos(sine/4), 0) * CFrame.Angles(math.rad(-4+1*math.cos(sine/4)), 0, math.rad(0)), 0.2)
  1661. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.14*math.cos(sine/8)/2.8, -0.05 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + -math.sin(sine/8)/2.3, 0, 0), .4)
  1662. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1+0.14*math.cos(sine/8)/2.8, -0.05 + -math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + math.sin(sine/8)/2.3, 0, 0), .4)
  1663. elseif stanceToggle == "Pipe" then
  1664. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/4), math.sin(sine/8)/4) * CFrame.Angles(-math.sin(sine/8)/2.8, -math.sin(sine/8)/3, math.rad(10+2*math.cos(sine/4))), 0.2)
  1665. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(-30)), 0.2)
  1666. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.2)
  1667. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.07*math.cos(sine/4), 0) * CFrame.Angles(math.rad(-4+1*math.cos(sine/4)), 0, math.rad(0)), 0.2)
  1668. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.14*math.cos(sine/8)/2.8, -0.05 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + -math.sin(sine/8)/2.3, 0, 0), .4)
  1669. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1+0.14*math.cos(sine/8)/2.8, -0.05 + -math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + math.sin(sine/8)/2.3, 0, 0), .4)
  1670. elseif stanceToggle == "Blunt" then
  1671. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5+.05*math.cos(sine/4), -math.sin(sine/8)/4)*CFrame.Angles(math.sin(sine/8)/2.8, -math.sin(sine/8)/3, math.rad(-10-2*math.cos(sine/3))), 0.2)
  1672. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/4), math.sin(sine/8)/4) * CFrame.Angles(-math.sin(sine/8)/2.8, -math.sin(sine/8)/3, math.rad(10+2*math.cos(sine/3))), 0.2)
  1673. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.2)
  1674. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.07*math.cos(sine/4), 0) * CFrame.Angles(math.rad(-4+1*math.cos(sine/4)), 0, math.rad(0)), 0.2)
  1675. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.14*math.cos(sine/8)/2.8, -0.05 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + -math.sin(sine/8)/2.3, 0, 0), .4)
  1676. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1+0.14*math.cos(sine/8)/2.8, -0.05 + -math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + math.sin(sine/8)/2.3, 0, 0), .4)
  1677. end
  1678. end
  1679. end
  1680. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement