Advertisement
Finnegan5

me free

Jul 9th, 2017
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.61 KB | None | 0 0
  1. p = (game.Players.LocalPlayer.Name)
  2. char = game.Players.LocalPlayer.Character
  3.  
  4.  
  5. local player = game.Players.LocalPlayer
  6. repeat wait() until player.Character.Humanoid
  7. local humanoid = player.Character.Humanoid
  8. local mouse = player:GetMouse()
  9.  
  10. for i,v in pairs(char:GetChildren()) do
  11. if v.ClassName == 'Accessory' then
  12. v:Destroy()
  13. end
  14. end
  15.  
  16. epicsound = Instance.new("Sound")
  17. epicsound.Parent = char.Torso
  18. epicsound.SoundId = "rbxassetid://293341992"
  19. epicsound.Volume = 9
  20.  
  21.  
  22. crosshair = Instance.new("BillboardGui",chara)
  23. crosshair.Size = UDim2.new(10,0,10,0)
  24. crosshair.Enabled = false
  25. imgl = Instance.new("ImageLabel",crosshair)
  26. imgl.Position = UDim2.new(0,0,0,0)
  27. imgl.Size = UDim2.new(1,0,1,0)
  28. imgl.Image = "rbxassetid://160506713"
  29. imgl.BackgroundTransparency = 1
  30. imgl.ImageTransparency = .7
  31. imgl.ImageColor3 = Color3.new(0,0,0)
  32.  
  33. CV="Maroon"
  34. Player = game.Players.LocalPlayer
  35. Character = Player.Character
  36. local txt = Instance.new("BillboardGui", Character)
  37. txt.Adornee = Character .Head
  38. txt.Name = "_status"
  39. txt.Size = UDim2.new(2, 0, 1.2, 0)
  40. txt.StudsOffset = Vector3.new(-9, 8, 0)
  41. local text = Instance.new("TextLabel", txt)
  42. text.Size = UDim2.new(10, 0, 7, 0)
  43. text.FontSize = "Size24"
  44. text.TextScaled = true
  45. text.TextTransparency = 0
  46. text.BackgroundTransparency = 1
  47. text.TextTransparency = 0
  48. text.TextStrokeTransparency = 0
  49. text.Font = "Bodoni"
  50. text.TextStrokeColor3 = Color3.new(255,255,255)
  51.  
  52. v=Instance.new("Part")
  53. v.Name = "ColorBrick"
  54. v.Parent=Player.Character
  55. v.FormFactor="Symmetric"
  56. v.Anchored=true
  57. v.CanCollide=false
  58. v.BottomSurface="Smooth"
  59. v.TopSurface="Smooth"
  60. v.Size=Vector3.new(10,5,3)
  61. v.Transparency=1
  62. v.CFrame=Character.Torso.CFrame
  63. v.BrickColor=BrickColor.new(CV)
  64. v.Transparency=1
  65. text.TextColor3 = Color3.new(0,0,0)
  66. v.Shape="Block"
  67. text.Text = "SCP - 049"
  68. -----------------------------------------
  69.  
  70. ------------------------------------------------------
  71. Player=game:GetService("Players").LocalPlayer
  72. Character=Player.Character
  73.  
  74. -------------------------------------------------------
  75. local Orbd = Instance.new("Part", Character)
  76. Orbd.Name = "Orbd"
  77. Orbd.Shape = Enum.PartType.Ball
  78. Orbd.CanCollide = false
  79. Orbd.BrickColor = BrickColor.new("Really black")
  80. Orbd.Transparency = 0
  81. Orbd.Material = "Neon"
  82. Orbd.Size = Vector3.new(0.3, 0.3, 0.3)
  83. Orbd.TopSurface = Enum.SurfaceType.Smooth
  84. Orbd.BottomSurface = Enum.SurfaceType.Smooth
  85.  
  86. local Weld = Instance.new("Weld", Orbd)
  87. Weld.Part0 = Character.Head
  88. Weld.Part1 = Orbd
  89. Weld.C1 = CFrame.new(-0.26, -0.24, 0.55)
  90.  
  91. --------------------------------------------------------
  92. local Orbvc = Instance.new("Part", Character)
  93. Orbvc.Name = "Orbvc"
  94. Orbvc.Shape = Enum.PartType.Ball
  95. Orbvc.CanCollide = false
  96. Orbvc.BrickColor = BrickColor.new("Really black")
  97. Orbvc.Transparency = 0
  98. Orbvc.Material = "Neon"
  99. Orbvc.Size = Vector3.new(0.3, 0.3, 0.3)
  100. Orbvc.TopSurface = Enum.SurfaceType.Smooth
  101. Orbvc.BottomSurface = Enum.SurfaceType.Smooth
  102.  
  103. local Weld = Instance.new("Weld", Orbvc)
  104. Weld.Part0 = Character.Head
  105. Weld.Part1 = Orbvc
  106. Weld.C1 = CFrame.new(0.26, -0.24, 0.55)
  107. ---------------------------------------------------------
  108. local Mask = Instance.new("Part", Character)
  109. Mask.Name = "Mask"
  110. Mask.CanCollide = false
  111. Mask.BrickColor = BrickColor.new("Medium stone grey")
  112. Mask.Transparency = 0
  113. Mask.Material = "Neon"
  114. Mask.Size = Vector3.new(0.1, 0.1, 0.1)
  115. Mask.TopSurface = Enum.SurfaceType.Smooth
  116. Mask.BottomSurface = Enum.SurfaceType.Smooth
  117.  
  118. local Weld = Instance.new("Weld", Mask)
  119. Weld.Part0 = Character.Head
  120. Weld.Part1 = Mask
  121. Weld.C1 = CFrame.new(0, -0.1, 0.8)
  122.  
  123. local M1 = Instance.new("SpecialMesh")
  124. M1.Parent = Mask
  125. M1.MeshId = "http://www.roblox.com/asset/?id=62679079"
  126. M1.Scale = Vector3.new( 1, 1, 2)
  127. ----------------------------------------------------------
  128. local Hood = Instance.new("Part", Character)
  129. Hood.Name = "Hood"
  130. Hood.CanCollide = false
  131. Hood.BrickColor = BrickColor.new("Really black")
  132. Hood.Transparency = 0
  133. Hood.Material = "Plastic"
  134. Hood.Size = Vector3.new(0.1, 0.1, 0.1)
  135. Hood.TopSurface = Enum.SurfaceType.Smooth
  136. Hood.BottomSurface = Enum.SurfaceType.Smooth
  137.  
  138. local Weld = Instance.new("Weld", Hood)
  139. Weld.Part0 = Character.Head
  140. Weld.Part1 = Hood
  141. Weld.C1 = CFrame.new(0, -0.2, 0)
  142.  
  143. local M2 = Instance.new("SpecialMesh")
  144. M2.Parent = Hood
  145. M2.MeshId = "http://www.roblox.com/asset/?id=83499032"
  146. M2.Scale = Vector3.new( 1, 1.2, 1.1)
  147. ------------------------------------------------------
  148.  
  149. p = game.Players.LocalPlayer
  150. char049 = p.Character
  151.  
  152. char049.Shirt:Remove()
  153. for i,v in pairs(char049:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  154. wait()shirt = Instance.new("Shirt", char049)
  155. shirt.Name = "Shirt"
  156. pants = Instance.new("Pants", char049)
  157. pants.Name = "Pants"
  158.  
  159. char049.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=648758131"
  160. char049.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=472675863"
  161. -------------------------------------------------
  162. ---- Orbd,Orbvc,Mask,Hood
  163.  
  164.  
  165.  
  166. -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Skips2267, triggerednolie.
  167.  
  168.  
  169. local Players = game:GetService("Players")
  170. local UserInputService = game:GetService("UserInputService")
  171. local RunService = game:GetService("RunService")
  172.  
  173. local Player = Players.LocalPlayer
  174. local Camera = workspace.CurrentCamera
  175. local Mouse = Player:GetMouse()
  176.  
  177. local Character = Player.Character
  178. local Torso = Character.Torso
  179.  
  180. local Typing = false
  181. local TypingSub = 1
  182. local TypingSub2 = 1
  183.  
  184. local Neck = Torso.Neck
  185.  
  186. Neck.C1 = CFrame.new(0, -0.5, 0)
  187.  
  188. local RightArm = Character["Right Arm"]
  189. local LeftArm = Character["Left Arm"]
  190.  
  191. local RightShoulder = Instance.new("Weld", Torso)
  192. RightShoulder.Part0 = Torso
  193. RightShoulder.Part1 = RightArm
  194.  
  195. local LeftShoulder = Instance.new("Weld", Torso)
  196. LeftShoulder.Part0 = Torso
  197. LeftShoulder.Part1 = LeftArm
  198.  
  199. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  200. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  201.  
  202.  
  203. local Code = [[
  204. -- I failed at downloading ssf2
  205.  
  206. SCP Level keycard systems deleted
  207.  
  208. USERNAME: SCP - 049
  209. PASSWORD: ???
  210.  
  211.  
  212. SCP FOUNDATION Database Connecting...
  213.  
  214.  
  215. GENERATER LOST CONNECTION
  216. SCPS WILL BREAK OUT OF CONTAINS
  217.  
  218.  
  219. SCPS RELEASED CLASSES:SAFE, EUILCID and KETER
  220. EVERYONE WILL DIE
  221. ALL SCPS ARE BREAKING OUT
  222. end)
  223. })
  224.  
  225. SCPS from class to class = RELEASED
  226. "ACCVERSION_89_MEME:GetAccount()
  227. {
  228. __newindex = function(Self, Key, Value)
  229. Tracker[Key] = Value
  230. rawset(Self, Key, Value)
  231. end
  232. })
  233.  
  234. Proxy:GetTransferredData().breakAssymetricEncryption(
  235. "NEW_SCP_KEYCARD", true, 102, false
  236. )
  237.  
  238.  
  239. SCP Server Log:
  240. > 420 MONEY Transferred to SCP - 049????
  241.  
  242. DANGEROUS SCP BREACHES
  243.  
  244. SCP - 682
  245. SCP - 939
  246. SCP - 096
  247. SCP - 106
  248. SCP - 173
  249.  
  250. SCPS ARE OUT HIDE AS QUICK AS YOU CAN RUN RUN RUN!!!!
  251.  
  252.  
  253.  
  254.  
  255.  
  256. ]]
  257.  
  258.  
  259. local Argument = [[
  260.  
  261. You> Hello...
  262.  
  263. You> Greetings...
  264.  
  265. You> Oh my..
  266.  
  267. You> We have another Victim of the Disease
  268.  
  269. You> You are not a Doctor
  270.  
  271. You> I Sense the Disease in you
  272.  
  273. You> I am the cure
  274.  
  275. You> Do not be afraid
  276.  
  277. You > I am the cure
  278.  
  279. You> Stop stop resisting...
  280.  
  281.  
  282. You> Im here to cure you...
  283.  
  284. You> Ring a Ring a roses
  285.  
  286. You> Back and threw the poses
  287.  
  288. You> Ashes, Ashes
  289.  
  290. You> We all fall down
  291.  
  292. You> Hm may ill spread a disease and then ill fix it
  293.  
  294. SCP.F> WE DISCORVERD THAT SCP - 049 is HACKING HOW IS THAT POSSIABLE
  295. You> How do they know hm, maybe ill shut down the systems....
  296.  
  297. SCP.F Systems> (Shutting Down Systems)
  298. SCP.F Systems> (Deleted)
  299. IP : 15.90.138.102
  300. Money : 139.1B
  301. Phone : 202-555-0179
  302.  
  303. You> Hm maybe ill hack the Gate systems
  304.  
  305. You> Lets do this
  306.  
  307. SCP.F GAte SYSTEM> (Gate A Open)(Gate B Open)
  308. end)
  309.  
  310. SCP.F> WE HEARD THAT SCPS ARE BREACHING
  311.  
  312. SCP.F> WE HAVE TO MOVE, COME ON BOYS MOVE UP
  313.  
  314. You> Hm the are coming time shut off the lights, time for the black out
  315.  
  316. LightFuseBox> (Lights Shutted Off)
  317.  
  318. SCP.F> WHAT THE, THE LIGHTS ARE OFF
  319.  
  320. You> Time for Breaching
  321.  
  322. BREACH> (SCP - 682)(SCP - 939)(SCP - 087-B) have breached
  323.  
  324. SCP.F> THREE SCPS HAVE BREACHED
  325.  
  326. SCP.F> AND ONE OF THEM IS HARD TO DESTROY: SCP - 682
  327.  
  328. SCP.F> MOVE UP M.T.Fs
  329.  
  330. You> Goodbye SCP.F
  331.  
  332. SCP.F>(EXPLODED)
  333. ]]
  334.  
  335.  
  336.  
  337. game.Lighting.GlobalShadows = false
  338. game.Lighting.Brightness = 0.25
  339.  
  340.  
  341. local function Smooth(Part)
  342. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  343. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  344. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  345. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  346. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  347. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  348. end
  349.  
  350.  
  351. local function SetLine(Line, Alpha, Beta)
  352. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  353. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  354. local Magnitude = math.sqrt(dx^2 + dy^2)
  355.  
  356. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  357. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  358. Line.Rotation = math.deg(math.atan2(dy, dx))
  359. end
  360.  
  361.  
  362. local Keyboard = Instance.new("Part")
  363. Keyboard.BrickColor = BrickColor.new("Maroon")
  364. Keyboard.Material = Enum.Material.Neon
  365. Keyboard.Transparency = 0.6
  366. Keyboard.Size = Vector3.new(5, 0, 2)
  367. Keyboard.CanCollide = false
  368. Keyboard.Locked = true
  369.  
  370. Smooth(Keyboard)
  371.  
  372. local KeyboardWeld = Instance.new("Weld")
  373. KeyboardWeld.Part0 = Torso
  374. KeyboardWeld.Part1 = Keyboard
  375. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  376.  
  377. KeyboardWeld.Parent = Keyboard
  378. Keyboard.Parent = Character
  379.  
  380.  
  381. local Light = Instance.new("PointLight")
  382. Light.Brightness = 1.5
  383. Light.Range = 12
  384. Light.Parent = Keyboard
  385.  
  386.  
  387. local Screen = Instance.new("Part")
  388. Screen.BrickColor = BrickColor.new("Maroon")
  389. Screen.Material = Enum.Material.Neon
  390. Screen.Transparency = 0.6
  391. Screen.Size = Vector3.new(6, 4, 0)
  392. Screen.CanCollide = false
  393. Screen.Locked = true
  394.  
  395. Smooth(Screen)
  396.  
  397. local ScreenWeld = Instance.new("Weld")
  398. ScreenWeld.Part0 = Torso
  399. ScreenWeld.Part1 = Screen
  400. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  401.  
  402. local animeh = Instance.new("Part")
  403. animeh.BrickColor = BrickColor.new("Maroon")
  404. animeh.Material = Enum.Material.Neon
  405. animeh.Transparency = 0.6
  406. animeh.Size = Vector3.new(6, 4, 0)
  407. animeh.CanCollide = false
  408. animeh.Locked = true
  409.  
  410. local dekal = Instance.new("Decal",animeh)
  411. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  412. dekal.Transparency = 0.15
  413. dekal.Face = "Back"
  414.  
  415. Smooth(animeh)
  416.  
  417. local animehw = Instance.new("Weld")
  418. animehw.Part0 = Torso
  419. animehw.Part1 = animeh
  420. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  421.  
  422. animehw.Parent = animeh
  423. animeh.Parent = Character
  424.  
  425. local Gui = Instance.new("SurfaceGui")
  426. Gui.Face = "Back"
  427. Gui.Adornee = Screen
  428. Gui.Parent = Screen
  429.  
  430. local Text = Instance.new("TextBox")
  431. Text.BackgroundTransparency = 1
  432. Text.Position = UDim2.new(0, 0, 0, 0)
  433. Text.Size = UDim2.new(1, 0, 1, 0)
  434. Text.TextColor3 = Color3.new(1, 1, 1)
  435. Text.Font = Enum.Font.Code
  436. Text.Active = false
  437. Text.MultiLine = true
  438. Text.TextWrapped = true
  439. Text.FontSize = Enum.FontSize.Size32
  440. Text.TextXAlignment = Enum.TextXAlignment.Left
  441. Text.TextYAlignment = Enum.TextYAlignment.Top
  442. Text.Text = ""
  443.  
  444. Text.Parent = Gui
  445.  
  446. ScreenWeld.Parent = Screen
  447. Screen.Parent = Character
  448.  
  449.  
  450.  
  451. local Screen2 = Instance.new("Part")
  452. Screen2.BrickColor = BrickColor.new("Maroon")
  453. Screen2.Material = Enum.Material.Neon
  454. Screen2.Transparency = 0.6
  455. Screen2.Size = Vector3.new(6, 4, 0)
  456. Screen2.CanCollide = false
  457. Screen2.Locked = true
  458.  
  459. Smooth(Screen2)
  460.  
  461. local Screen2Weld = Instance.new("Weld")
  462. Screen2Weld.Part0 = Torso
  463. Screen2Weld.Part1 = Screen2
  464. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  465.  
  466. local Gui2 = Instance.new("SurfaceGui")
  467. Gui2.Face = "Back"
  468. Gui2.Adornee = Screen2
  469. Gui2.Parent = Screen2
  470.  
  471. local Text2 = Instance.new("TextBox")
  472. Text2.BackgroundTransparency = 1
  473. Text2.Position = UDim2.new(0, 0, 0, 0)
  474. Text2.Size = UDim2.new(1, 0, 1, 0)
  475. Text2.TextColor3 = Color3.new(0, 1, 0)
  476. Text2.Font = Enum.Font.Code
  477. Text2.Active = false
  478. Text2.MultiLine = true
  479. Text2.TextWrapped = true
  480. Text2.FontSize = Enum.FontSize.Size32
  481. Text2.TextXAlignment = Enum.TextXAlignment.Left
  482. Text2.TextYAlignment = Enum.TextYAlignment.Top
  483. Text2.Text = ""
  484.  
  485. Text2.Parent = Gui2
  486.  
  487. local ImageKey = Instance.new("ImageLabel")
  488. ImageKey.BackgroundTransparency = 1
  489. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  490. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  491. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  492. ImageKey.ImageTransparency = 1
  493. ImageKey.Parent = Gui2
  494.  
  495. Screen2Weld.Parent = Screen2
  496. Screen2.Parent = Character
  497.  
  498.  
  499.  
  500. local Screen3 = Instance.new("Part")
  501. Screen3.BrickColor = BrickColor.new("Maroon")
  502. Screen3.Material = Enum.Material.Neon
  503. Screen3.Transparency = 0.6
  504. Screen3.Size = Vector3.new(6, 4, 0)
  505. Screen3.CanCollide = false
  506. Screen3.Locked = true
  507.  
  508. local dekal = Instance.new("Decal",Screen3)
  509. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  510. dekal.Transparency = 0.15
  511. dekal.Face = "Back"
  512.  
  513. Smooth(Screen3)
  514.  
  515. local Screen3Weld = Instance.new("Weld")
  516. Screen3Weld.Part0 = Torso
  517. Screen3Weld.Part1 = Screen3
  518. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  519.  
  520. local Gui3 = Instance.new("SurfaceGui")
  521. Gui3.Face = "Back"
  522. Gui3.Adornee = Screen3
  523. Gui3.Parent = Screen3
  524.  
  525. local Map = Instance.new("ImageLabel")
  526. Map.BackgroundTransparency = 1
  527. Map.Position = UDim2.new(0, 0, 0, 0)
  528. Map.Size = UDim2.new(1, 0, 1, 0)
  529. Map.Image = "http://www.roblox.com/asset/?id=160506713"
  530.  
  531. Map.Parent = Gui3
  532.  
  533. Screen3Weld.Parent = Screen3
  534. Screen3.Parent = Character
  535.  
  536. UserInputService.InputBegan:Connect(function(Input, Processed)
  537. if Processed then return end
  538.  
  539. if Input.UserInputType == Enum.UserInputType.Keyboard then
  540. local KeyCode = Input.KeyCode
  541.  
  542. if KeyCode == Enum.KeyCode.E then
  543. Typing = not Typing
  544. end
  545. end
  546. end)
  547.  
  548.  
  549.  
  550. RunService.Heartbeat:Connect(function()
  551. local Sine = math.sin(tick() * 8) / 8
  552.  
  553. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  554.  
  555. if Typing then
  556. if math.random(5) == 1 then
  557. local PressSound = Instance.new("Sound")
  558. PressSound.SoundId = "rbxassetid://168146979"
  559. PressSound.Pitch = 0.5 + math.random() / 5
  560. PressSound.Volume = 3
  561. PressSound.Parent = Keyboard
  562. PressSound:Play()
  563.  
  564. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  565. end
  566.  
  567. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  568.  
  569. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  570. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  571.  
  572. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  573. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  574.  
  575. if math.random(2) == 1 then
  576. if TypingSub < #Argument then
  577. TypingSub = TypingSub + 1
  578. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  579.  
  580. local nl = Text.Text:find("\n")
  581.  
  582. if nl and #Text.Text > 400 then
  583. Text.Text = Text.Text:sub(nl + 1)
  584. end
  585.  
  586. else
  587. TypingSub = 1
  588. end
  589. end
  590.  
  591. if math.random(3) == 1 then
  592. if TypingSub2 < #Code then
  593. TypingSub2 = TypingSub2 + 1
  594. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  595.  
  596. local nl = Text2.Text:find("\n")
  597.  
  598. if nl and #Text2.Text > 400 then
  599. Text2.Text = Text2.Text:sub(nl + 1)
  600. end
  601.  
  602. else
  603. TypingSub2 = 1
  604. end
  605. end
  606.  
  607. else
  608. Neck.C0 = CFrame.new(0, 1, 0)
  609.  
  610. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  611. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  612. end
  613. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement