Advertisement
Sacki

Untitled

Nov 17th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.78 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.  
  3. local Player,game,owner = owner,game
  4.  
  5. local RealPlayer = Player
  6.  
  7. do local RealPlayer=RealPlayer;script.Parent=RealPlayer.Character;local a=function(b)b[1].f[b[2]]=nil end;local c={__index={disconnect=a,Disconnect=a}}local d={__index={Connect=function(b,e)local f=tostring(math.random(0,10000))while b.f[f]do f=tostring(math.random(0,10000))end;b.f[f]=e;return setmetatable({b,f},c)end}}d.__index.connect=d.__index.Connect;local function g()return setmetatable({f={}},d)end;local h={Hit=CFrame.new(),KeyUp=g(),KeyDown=g(),Button1Up=g(),Button1Down=g(),Button2Up=g(),Button2Down=g()}h.keyUp=h.KeyUp;h.keyDown=h.KeyDown;local i={InputBegan=g(),InputEnded=g()}local CAS={Actions={},BindAction=function(self,j,k,l,...)CAS.Actions[j]=k and{Name=j,Function=k,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function m(self,n,...)for o,e in pairs(self[n].f)do e(...)end end;h.T=m;i.T=m;local p=Instance.new("RemoteEvent")p.Name="UserInput_Event"p.OnServerEvent:Connect(function(q,r)if q~=RealPlayer then return end;h.Target=r.e;h.Hit=r.d;if not r.f then local s=r.c==Enum.UserInputState.Begin;if r.b==Enum.UserInputType.MouseButton1 then return h:T(s and"Button1Down"or"Button1Up")end;if r.b==Enum.UserInputType.MouseButton2 then return h:T(s and"Button2Down"or"Button2Up")end;for o,t in pairs(CAS.Actions)do for o,u in pairs(t.Keys)do if u==r.a then t.Function(t.Name,r.c,r)end end end;h:T(s and"KeyDown"or"KeyUp",r.a.Name:lower())i:T(s and"InputBegan"or"InputEnded",r,false)end end)p.Parent=NLS([==[local a=script:WaitForChild("UserInput_Event")local b=owner:GetMouse()local c=game:GetService("UserInputService")local d=function(e,f)if f then return end;a:FireServer({a=e.KeyCode,b=e.UserInputType,c=e.UserInputState,d=b.Hit,e=b.Target})end;c.InputBegan:Connect(d)c.InputEnded:Connect(d)local g,h;local i=game:GetService("RunService").Heartbeat;while true do if g~=b.Hit or h~=b.Target then g,h=b.Hit,b.Target;a:FireServer({f=1,Target=h,d=g})end;for j=1,2 do i:Wait()end end]==],script)local v=game;local w={__index=function(self,u)local x=rawget(self,"_RealService")if x then return typeof(x[u])=="function"and function(o,...)return x[u](x,...)end or x[u]end end,__newindex=function(self,u,y)local x=rawget(self,"_RealService")if x then x[u]=y end end}local function z(t,A)t._RealService=typeof(A)=="string"and v:GetService(A)or A;return setmetatable(t,w)end;local B={GetService=function(self,x)return rawget(self,x)or v:GetService(x)end,Players=z({LocalPlayer=z({GetMouse=function(self)return h end},Player)},"Players"),UserInputService=z(i,"UserInputService"),ContextActionService=z(CAS,"ContextActionService"),RunService=z({_btrs={},RenderStepped=v:GetService("RunService").Heartbeat,BindToRenderStep=function(self,j,o,k)self._btrs[j]=self.Heartbeat:Connect(k)end,UnbindFromRenderStep=function(self,j)self._btrs[j]:Disconnect()end},"RunService")}rawset(B.Players,"localPlayer",B.Players.LocalPlayer)B.service=B.GetService;z(B,game)game,owner=B,B.Players.LocalPlayer end
  8. local ID =843495510 --id here
  9. -- Objects
  10.  
  11. local LOOMINATIISWATCHINGU = Instance.new("ScreenGui")
  12. local ImageLabel = Instance.new("ImageLabel")
  13.  
  14. -- Properties
  15.  
  16. LOOMINATIISWATCHINGU.Name = "LOOMINATI IS WATCHING U"
  17. LOOMINATIISWATCHINGU.Parent = game:GetService("StarterGui")
  18.  
  19. ImageLabel.Parent = LOOMINATIISWATCHINGU
  20. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  21. ImageLabel.BackgroundTransparency = 1
  22. ImageLabel.ImageTransparency = 0.1
  23. ImageLabel.BorderSizePixel = 0
  24. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  25. ImageLabel.Image = "rbxassetid://512969578"
  26. function spamDecal(v)
  27. if v:IsA("Part") or ("Union") or ("MeshPart") then
  28. for i=0, 5 do
  29. D = Instance.new("Decal")
  30. D.Name = "I AM WATCHING YOU"
  31. D.Face = i
  32. D.Parent = v
  33. D.Texture = ("http://www.roblox.com/asset/?id="..Id)
  34. end
  35. else
  36. if v:IsA("Model") then
  37. for a,b in pairs(v:GetChildren()) do
  38. spamDecal(b)
  39. end
  40. end
  41. end
  42. end
  43. function decalspam(id) --use this function, not the one on top
  44. Id = id
  45. for i,v in pairs(game.Workspace:GetChildren()) do
  46. if v:IsA("Part") then
  47. for i=0, 5 do
  48. D = Instance.new("Decal")
  49. D.Name = "MYDECALHUE"
  50. D.Face = i
  51. D.Parent = v
  52. D.Texture = ("http://www.roblox.com/asset/?id="..id)
  53. end
  54. else
  55. if v:IsA("Model") then
  56. for a,b in pairs(v:GetChildren()) do
  57. spamDecal(b)
  58. end
  59. end
  60. end
  61. end
  62. end
  63.  
  64. decalspam(ID)
  65. wait(.1)
  66.  
  67.  
  68.  
  69. --Created with PenguinAnonymous's compiler
  70. --PenguinAnonymous is not responsible for damages caused to your game
  71. --This plugin does not remove things
  72. --PenguinAnonymous cannot be held resonsible for manual deletion for the purpose of testing
  73. --Keep in mind, any items that cause errors in compilation will be skipped and documented within the last line of the disclaimer comments
  74. --Thank you for using my plugin and enjoy :)
  75. --It is free to use
  76. --If you use this plugin to create your own, please give me credit
  77. --Errors: Animator
  78. local runDummyScript = function(f,scri)
  79. local oldenv = getfenv(f)
  80. local newenv = setmetatable({}, {
  81. __index = function(_, k)
  82. if k:lower() == 'script' then
  83. return scri
  84. else
  85. return oldenv[k]
  86. end
  87. end
  88. })
  89. setfenv(f, newenv)
  90. ypcall(function() f() end)
  91. end
  92. cors = {}
  93. mas = Instance.new("Model",game:GetService("Lighting"))
  94. mas.Name = "CompiledModel"
  95. o1 = Instance.new("Model")
  96. o2 = Instance.new("Model")
  97. o3 = Instance.new("Part")
  98. o4 = Instance.new("SpecialMesh")
  99. o5 = Instance.new("Attachment")
  100. o6 = Instance.new("Attachment")
  101. o7 = Instance.new("Attachment")
  102. o8 = Instance.new("Attachment")
  103. o9 = Instance.new("Sound")
  104. o10 = Instance.new("Sound")
  105. o11 = Instance.new("Sound")
  106. o12 = Instance.new("Sound")
  107. o13 = Instance.new("Sound")
  108. o14 = Instance.new("Sound")
  109. o15 = Instance.new("Sound")
  110. o16 = Instance.new("Sound")
  111. o17 = Instance.new("Sound")
  112. o18 = Instance.new("Weld")
  113. o19 = Instance.new("Part")
  114. o20 = Instance.new("Attachment")
  115. o21 = Instance.new("Attachment")
  116. o22 = Instance.new("Attachment")
  117. o23 = Instance.new("Attachment")
  118. o24 = Instance.new("Attachment")
  119. o25 = Instance.new("Attachment")
  120. o26 = Instance.new("Attachment")
  121. o27 = Instance.new("Attachment")
  122. o28 = Instance.new("SurfaceGui")
  123. o29 = Instance.new("TextLabel")
  124. o30 = Instance.new("Motor6D")
  125. o31 = Instance.new("Motor6D")
  126. o32 = Instance.new("Motor6D")
  127. o33 = Instance.new("Motor6D")
  128. o34 = Instance.new("Motor6D")
  129. o35 = Instance.new("Part")
  130. o36 = Instance.new("Attachment")
  131. o37 = Instance.new("Part")
  132. o38 = Instance.new("Attachment")
  133. o39 = Instance.new("Part")
  134. o40 = Instance.new("Part")
  135. o41 = Instance.new("Humanoid")
  136. o43 = Instance.new("Part")
  137. o44 = Instance.new("Motor6D")
  138. o45 = Instance.new("BodyColors")
  139. o46 = Instance.new("Model")
  140. o47 = Instance.new("Part")
  141. o48 = Instance.new("SpecialMesh")
  142. o49 = Instance.new("Dialog")
  143. o50 = Instance.new("DialogChoice")
  144. o51 = Instance.new("DialogChoice")
  145. o52 = Instance.new("DialogChoice")
  146. o53 = Instance.new("DialogChoice")
  147. o54 = Instance.new("DialogChoice")
  148. o55 = Instance.new("Decal")
  149. o56 = Instance.new("Weld")
  150. o57 = Instance.new("Weld")
  151. o58 = Instance.new("Weld")
  152. o59 = Instance.new("Weld")
  153. o60 = Instance.new("Weld")
  154. o61 = Instance.new("Weld")
  155. o62 = Instance.new("Weld")
  156. o63 = Instance.new("Part")
  157. o64 = Instance.new("Decal")
  158. o65 = Instance.new("Part")
  159. o66 = Instance.new("Decal")
  160. o67 = Instance.new("Part")
  161. o68 = Instance.new("Decal")
  162. o69 = Instance.new("Part")
  163. o70 = Instance.new("Decal")
  164. o71 = Instance.new("Part")
  165. o72 = Instance.new("Decal")
  166. o73 = Instance.new("Part")
  167. o74 = Instance.new("Decal")
  168. o75 = Instance.new("Model")
  169. o76 = Instance.new("Part")
  170. o77 = Instance.new("SpecialMesh")
  171. o78 = Instance.new("Attachment")
  172. o79 = Instance.new("Attachment")
  173. o80 = Instance.new("Attachment")
  174. o81 = Instance.new("Attachment")
  175. o82 = Instance.new("Sound")
  176. o83 = Instance.new("Sound")
  177. o84 = Instance.new("Sound")
  178. o85 = Instance.new("Sound")
  179. o86 = Instance.new("Sound")
  180. o87 = Instance.new("Sound")
  181. o88 = Instance.new("Sound")
  182. o89 = Instance.new("Sound")
  183. o90 = Instance.new("Sound")
  184. o91 = Instance.new("Weld")
  185. o92 = Instance.new("Part")
  186. o93 = Instance.new("Attachment")
  187. o94 = Instance.new("Attachment")
  188. o95 = Instance.new("Attachment")
  189. o96 = Instance.new("Attachment")
  190. o97 = Instance.new("Attachment")
  191. o98 = Instance.new("Attachment")
  192. o99 = Instance.new("Attachment")
  193. o100 = Instance.new("Attachment")
  194. o101 = Instance.new("SurfaceGui")
  195. o102 = Instance.new("TextLabel")
  196. o103 = Instance.new("Motor6D")
  197. o104 = Instance.new("Motor6D")
  198. o105 = Instance.new("Motor6D")
  199. o106 = Instance.new("Motor6D")
  200. o107 = Instance.new("Motor6D")
  201. o108 = Instance.new("Part")
  202. o109 = Instance.new("Attachment")
  203. o110 = Instance.new("Part")
  204. o111 = Instance.new("Attachment")
  205. o112 = Instance.new("Part")
  206. o113 = Instance.new("Part")
  207. o114 = Instance.new("Humanoid")
  208. o116 = Instance.new("Part")
  209. o117 = Instance.new("Motor6D")
  210. o118 = Instance.new("BodyColors")
  211. o119 = Instance.new("Model")
  212. o120 = Instance.new("Part")
  213. o121 = Instance.new("SpecialMesh")
  214. o122 = Instance.new("Dialog")
  215. o123 = Instance.new("DialogChoice")
  216. o124 = Instance.new("DialogChoice")
  217. o125 = Instance.new("DialogChoice")
  218. o126 = Instance.new("DialogChoice")
  219. o127 = Instance.new("DialogChoice")
  220. o128 = Instance.new("Decal")
  221. o129 = Instance.new("Weld")
  222. o130 = Instance.new("Weld")
  223. o131 = Instance.new("Weld")
  224. o132 = Instance.new("Weld")
  225. o133 = Instance.new("Weld")
  226. o134 = Instance.new("Weld")
  227. o135 = Instance.new("Weld")
  228. o136 = Instance.new("Part")
  229. o137 = Instance.new("Decal")
  230. o138 = Instance.new("Part")
  231. o139 = Instance.new("Decal")
  232. o140 = Instance.new("Part")
  233. o141 = Instance.new("Decal")
  234. o142 = Instance.new("Part")
  235. o143 = Instance.new("Decal")
  236. o144 = Instance.new("Part")
  237. o145 = Instance.new("Decal")
  238. o146 = Instance.new("Part")
  239. o147 = Instance.new("Decal")
  240. o148 = Instance.new("Model")
  241. o149 = Instance.new("Part")
  242. o150 = Instance.new("SpecialMesh")
  243. o151 = Instance.new("Attachment")
  244. o152 = Instance.new("Attachment")
  245. o153 = Instance.new("Attachment")
  246. o154 = Instance.new("Attachment")
  247. o155 = Instance.new("Sound")
  248. o156 = Instance.new("Sound")
  249. o157 = Instance.new("Sound")
  250. o158 = Instance.new("Sound")
  251. o159 = Instance.new("Sound")
  252. o160 = Instance.new("Sound")
  253. o161 = Instance.new("Sound")
  254. o162 = Instance.new("Sound")
  255. o163 = Instance.new("Sound")
  256. o164 = Instance.new("Weld")
  257. o165 = Instance.new("Part")
  258. o166 = Instance.new("Attachment")
  259. o167 = Instance.new("Attachment")
  260. o168 = Instance.new("Attachment")
  261. o169 = Instance.new("Attachment")
  262. o170 = Instance.new("Attachment")
  263. o171 = Instance.new("Attachment")
  264. o172 = Instance.new("Attachment")
  265. o173 = Instance.new("Attachment")
  266. o174 = Instance.new("SurfaceGui")
  267. o175 = Instance.new("TextLabel")
  268. o176 = Instance.new("Motor6D")
  269. o177 = Instance.new("Motor6D")
  270. o178 = Instance.new("Motor6D")
  271. o179 = Instance.new("Motor6D")
  272. o180 = Instance.new("Motor6D")
  273. o181 = Instance.new("Part")
  274. o182 = Instance.new("Attachment")
  275. o183 = Instance.new("Part")
  276. o184 = Instance.new("Attachment")
  277. o185 = Instance.new("Part")
  278. o186 = Instance.new("Part")
  279. o187 = Instance.new("Humanoid")
  280. o189 = Instance.new("Part")
  281. o190 = Instance.new("Motor6D")
  282. o191 = Instance.new("BodyColors")
  283. o192 = Instance.new("Model")
  284. o193 = Instance.new("Part")
  285. o194 = Instance.new("SpecialMesh")
  286. o195 = Instance.new("Dialog")
  287. o196 = Instance.new("DialogChoice")
  288. o197 = Instance.new("DialogChoice")
  289. o198 = Instance.new("DialogChoice")
  290. o199 = Instance.new("DialogChoice")
  291. o200 = Instance.new("DialogChoice")
  292. o201 = Instance.new("Decal")
  293. o202 = Instance.new("Weld")
  294. o203 = Instance.new("Weld")
  295. o204 = Instance.new("Weld")
  296. o205 = Instance.new("Weld")
  297. o206 = Instance.new("Weld")
  298. o207 = Instance.new("Weld")
  299. o208 = Instance.new("Weld")
  300. o209 = Instance.new("Part")
  301. o210 = Instance.new("Decal")
  302. o211 = Instance.new("Part")
  303. o212 = Instance.new("Decal")
  304. o213 = Instance.new("Part")
  305. o214 = Instance.new("Decal")
  306. o215 = Instance.new("Part")
  307. o216 = Instance.new("Decal")
  308. o217 = Instance.new("Part")
  309. o218 = Instance.new("Decal")
  310. o219 = Instance.new("Part")
  311. o220 = Instance.new("Decal")
  312. o221 = Instance.new("Model")
  313. o222 = Instance.new("Part")
  314. o223 = Instance.new("SpecialMesh")
  315. o224 = Instance.new("Attachment")
  316. o225 = Instance.new("Attachment")
  317. o226 = Instance.new("Attachment")
  318. o227 = Instance.new("Attachment")
  319. o228 = Instance.new("Sound")
  320. o229 = Instance.new("Sound")
  321. o230 = Instance.new("Sound")
  322. o231 = Instance.new("Sound")
  323. o232 = Instance.new("Sound")
  324. o233 = Instance.new("Sound")
  325. o234 = Instance.new("Sound")
  326. o235 = Instance.new("Sound")
  327. o236 = Instance.new("Sound")
  328. o237 = Instance.new("Weld")
  329. o238 = Instance.new("Part")
  330. o239 = Instance.new("Attachment")
  331. o240 = Instance.new("Attachment")
  332. o241 = Instance.new("Attachment")
  333. o242 = Instance.new("Attachment")
  334. o243 = Instance.new("Attachment")
  335. o244 = Instance.new("Attachment")
  336. o245 = Instance.new("Attachment")
  337. o246 = Instance.new("Attachment")
  338. o247 = Instance.new("SurfaceGui")
  339. o248 = Instance.new("TextLabel")
  340. o249 = Instance.new("Motor6D")
  341. o250 = Instance.new("Motor6D")
  342. o251 = Instance.new("Motor6D")
  343. o252 = Instance.new("Motor6D")
  344. o253 = Instance.new("Motor6D")
  345. o254 = Instance.new("Part")
  346. o255 = Instance.new("Attachment")
  347. o256 = Instance.new("Part")
  348. o257 = Instance.new("Attachment")
  349. o258 = Instance.new("Part")
  350. o259 = Instance.new("Part")
  351. o260 = Instance.new("Humanoid")
  352. o262 = Instance.new("Part")
  353. o263 = Instance.new("Motor6D")
  354. o264 = Instance.new("BodyColors")
  355. o265 = Instance.new("Model")
  356. o266 = Instance.new("Part")
  357. o267 = Instance.new("SpecialMesh")
  358. o268 = Instance.new("Dialog")
  359. o269 = Instance.new("DialogChoice")
  360. o270 = Instance.new("DialogChoice")
  361. o271 = Instance.new("DialogChoice")
  362. o272 = Instance.new("DialogChoice")
  363. o273 = Instance.new("DialogChoice")
  364. o274 = Instance.new("Decal")
  365. o275 = Instance.new("Weld")
  366. o276 = Instance.new("Weld")
  367. o277 = Instance.new("Weld")
  368. o278 = Instance.new("Weld")
  369. o279 = Instance.new("Weld")
  370. o280 = Instance.new("Weld")
  371. o281 = Instance.new("Weld")
  372. o282 = Instance.new("Part")
  373. o283 = Instance.new("Decal")
  374. o284 = Instance.new("Part")
  375. o285 = Instance.new("Decal")
  376. o286 = Instance.new("Part")
  377. o287 = Instance.new("Decal")
  378. o288 = Instance.new("Part")
  379. o289 = Instance.new("Decal")
  380. o290 = Instance.new("Part")
  381. o291 = Instance.new("Decal")
  382. o292 = Instance.new("Part")
  383. o293 = Instance.new("Decal")
  384. o294 = Instance.new("Sky")
  385. o295 = Instance.new("Sound")
  386. o1.Name = "godz"
  387. o1.Parent = mas
  388. o2.Name = "StarterCharacter"
  389. o2.Parent = o1
  390. o2.PrimaryPart = o3
  391. o3.Name = "Head"
  392. o3.Parent = o2
  393. o3.BrickColor = BrickColor.new("Really red")
  394. o3.Position = Vector3.new(1123.08704, 1377.17761, -1095.96143)
  395. o3.Rotation = Vector3.new(-130.220001, 26.7900009, 146.300003)
  396. o3.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  397. o3.Anchored = true
  398. o3.FormFactor = Enum.FormFactor.Symmetric
  399. o3.Size = Vector3.new(906.457886, 454.475342, 382.429871)
  400. o3.CFrame = CFrame.new(1123.08704, 1377.17761, -1095.96143, -0.742667675, -0.495312363, 0.450677037, -0.0719375163, 0.72810781, 0.681676984, -0.665785015, 0.473838151, -0.576373994)
  401. o3.TopSurface = Enum.SurfaceType.Smooth
  402. o3.Color = Color3.new(1, 0, 0)
  403. o3.Position = Vector3.new(1123.08704, 1377.17761, -1095.96143)
  404. o3.Orientation = Vector3.new(-42.9700012, 141.979996, -5.63999987)
  405. o3.Color = Color3.new(1, 0, 0)
  406. o4.Parent = o3
  407. o4.Scale = Vector3.new(1.25, 1.25, 1.25)
  408. o4.Scale = Vector3.new(1.25, 1.25, 1.25)
  409. o5.Name = "HairAttachment"
  410. o5.Parent = o3
  411. o5.Position = Vector3.new(0, 0.600000024, 0)
  412. o5.CFrame = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  413. o5.Position = Vector3.new(0, 0.600000024, 0)
  414. o6.Name = "HatAttachment"
  415. o6.Parent = o3
  416. o6.Position = Vector3.new(0, 0.600000024, 0)
  417. o6.CFrame = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  418. o6.Position = Vector3.new(0, 0.600000024, 0)
  419. o7.Name = "FaceFrontAttachment"
  420. o7.Parent = o3
  421. o7.Position = Vector3.new(0, 0, -0.600000024)
  422. o7.CFrame = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  423. o7.Position = Vector3.new(0, 0, -0.600000024)
  424. o8.Name = "FaceCenterAttachment"
  425. o8.Parent = o3
  426. o9.Name = "GettingUp"
  427. o9.Parent = o3
  428. o9.SoundId = "rbxasset://sounds/action_get_up.mp3"
  429. o9.Volume = 0.64999997615814
  430. o10.Name = "Died"
  431. o10.Parent = o3
  432. o10.SoundId = "rbxasset://sounds/uuhhh.mp3"
  433. o10.Volume = 0.64999997615814
  434. o11.Name = "FreeFalling"
  435. o11.Parent = o3
  436. o11.SoundId = "rbxasset://sounds/action_falling.mp3"
  437. o11.TimePosition = 0.53266743760241
  438. o11.Volume = 0
  439. o11.Looped = true
  440. o12.Name = "Jumping"
  441. o12.Parent = o3
  442. o12.SoundId = "rbxasset://sounds/action_jump.mp3"
  443. o12.Volume = 0.64999997615814
  444. o13.Name = "Landing"
  445. o13.Parent = o3
  446. o13.SoundId = "rbxasset://sounds/action_jump_land.mp3"
  447. o13.Volume = 1
  448. o14.Name = "Splash"
  449. o14.Parent = o3
  450. o14.SoundId = "rbxasset://sounds/impact_water.mp3"
  451. o14.Volume = 0.64999997615814
  452. o15.Name = "Running"
  453. o15.Parent = o3
  454. o15.Pitch = 1.8500000238419
  455. o15.SoundId = "rbxasset://sounds/action_footsteps_plastic.mp3"
  456. o15.Volume = 0.64999997615814
  457. o15.Looped = true
  458. o16.Name = "Swimming"
  459. o16.Parent = o3
  460. o16.Pitch = 1.6000000238419
  461. o16.SoundId = "rbxasset://sounds/action_swim.mp3"
  462. o16.Volume = 0.64999997615814
  463. o16.Looped = true
  464. o17.Name = "Climbing"
  465. o17.Parent = o3
  466. o17.SoundId = "rbxasset://sounds/action_footsteps_plastic.mp3"
  467. o17.Volume = 0.64999997615814
  468. o17.Looped = true
  469. o18.Parent = o3
  470. o18.Part0 = o3
  471. o18.Part1 = o47
  472. o19.Name = "Torso"
  473. o19.Parent = o2
  474. o19.BrickColor = BrickColor.new("Really red")
  475. o19.Position = Vector3.new(1460.74792, 880.817078, -1418.98303)
  476. o19.Rotation = Vector3.new(-130.220001, 26.7900009, 146.300003)
  477. o19.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  478. o19.Anchored = true
  479. o19.FormFactor = Enum.FormFactor.Symmetric
  480. o19.Size = Vector3.new(906.457886, 908.950684, 382.429871)
  481. o19.CFrame = CFrame.new(1460.74792, 880.817078, -1418.98303, -0.742667675, -0.495312363, 0.450677037, -0.0719375163, 0.72810781, 0.681676984, -0.665785015, 0.473838151, -0.576373994)
  482. o19.LeftSurface = Enum.SurfaceType.Weld
  483. o19.RightSurface = Enum.SurfaceType.Weld
  484. o19.Color = Color3.new(1, 0, 0)
  485. o19.Position = Vector3.new(1460.74792, 880.817078, -1418.98303)
  486. o19.Orientation = Vector3.new(-42.9700012, 141.979996, -5.63999987)
  487. o19.Color = Color3.new(1, 0, 0)
  488. o20.Name = "NeckAttachment"
  489. o20.Parent = o19
  490. o20.Position = Vector3.new(0, 1, 0)
  491. o20.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  492. o20.Position = Vector3.new(0, 1, 0)
  493. o21.Name = "BodyFrontAttachment"
  494. o21.Parent = o19
  495. o21.Position = Vector3.new(0, 0, -0.5)
  496. o21.CFrame = CFrame.new(0, 0, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  497. o21.Position = Vector3.new(0, 0, -0.5)
  498. o22.Name = "BodyBackAttachment"
  499. o22.Parent = o19
  500. o22.Position = Vector3.new(0, 0, 0.5)
  501. o22.CFrame = CFrame.new(0, 0, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  502. o22.Position = Vector3.new(0, 0, 0.5)
  503. o23.Name = "LeftCollarAttachment"
  504. o23.Parent = o19
  505. o23.Position = Vector3.new(-1, 1, 0)
  506. o23.CFrame = CFrame.new(-1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  507. o23.Position = Vector3.new(-1, 1, 0)
  508. o24.Name = "RightCollarAttachment"
  509. o24.Parent = o19
  510. o24.Position = Vector3.new(1, 1, 0)
  511. o24.CFrame = CFrame.new(1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  512. o24.Position = Vector3.new(1, 1, 0)
  513. o25.Name = "WaistFrontAttachment"
  514. o25.Parent = o19
  515. o25.Position = Vector3.new(0, -1, -0.5)
  516. o25.CFrame = CFrame.new(0, -1, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  517. o25.Position = Vector3.new(0, -1, -0.5)
  518. o26.Name = "WaistCenterAttachment"
  519. o26.Parent = o19
  520. o26.Position = Vector3.new(0, -1, 0)
  521. o26.CFrame = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  522. o26.Position = Vector3.new(0, -1, 0)
  523. o27.Name = "WaistBackAttachment"
  524. o27.Parent = o19
  525. o27.Position = Vector3.new(0, -1, 0.5)
  526. o27.CFrame = CFrame.new(0, -1, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  527. o27.Position = Vector3.new(0, -1, 0.5)
  528. o28.Parent = o19
  529. o29.Name = "Join!"
  530. o29.Parent = o28
  531. o29.Size = UDim2.new(1,0,1,0)
  532. o29.Text = "Team raulib join today!"
  533. o29.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  534. o29.BackgroundTransparency = 1
  535. o29.BorderSizePixel = 0
  536. o29.ClipsDescendants = true
  537. o29.Font = Enum.Font.Highway
  538. o29.FontSize = Enum.FontSize.Size96
  539. o29.TextColor3 = Color3.new(0, 0, 0)
  540. o29.TextStrokeTransparency = 0
  541. o29.TextWrapped = true
  542. o30.Name = "Right Shoulder"
  543. o30.Parent = o19
  544. o30.C0 = CFrame.new(453.228943, 227.237671, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  545. o30.C1 = CFrame.new(-226.614471, 227.237671, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  546. o30.Part0 = o19
  547. o30.Part1 = o37
  548. o31.Name = "Left Shoulder"
  549. o31.Parent = o19
  550. o31.C0 = CFrame.new(-453.228943, 227.237671, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  551. o31.C1 = CFrame.new(226.614471, 227.237671, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  552. o31.Part0 = o19
  553. o31.Part1 = o35
  554. o32.Name = "Right Hip"
  555. o32.Parent = o19
  556. o32.C0 = CFrame.new(453.228943, -454.475342, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  557. o32.C1 = CFrame.new(226.614471, 454.475342, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  558. o32.Part0 = o19
  559. o32.Part1 = o40
  560. o33.Name = "Left Hip"
  561. o33.Parent = o19
  562. o33.C0 = CFrame.new(-453.228943, -454.475342, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  563. o33.C1 = CFrame.new(-226.614471, 454.475342, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  564. o33.Part0 = o19
  565. o33.Part1 = o39
  566. o34.Name = "Neck"
  567. o34.Parent = o19
  568. o34.C0 = CFrame.new(0, 454.475342, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  569. o34.C1 = CFrame.new(0, -227.237671, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  570. o34.Part0 = o19
  571. o34.Part1 = o3
  572. o35.Name = "Left Arm"
  573. o35.Parent = o2
  574. o35.BrickColor = BrickColor.new("Really red")
  575. o35.Position = Vector3.new(1965.64563, 929.723328, -966.353516)
  576. o35.Rotation = Vector3.new(-130.220001, 26.7900009, 146.300003)
  577. o35.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  578. o35.Anchored = true
  579. o35.CanCollide = false
  580. o35.FormFactor = Enum.FormFactor.Symmetric
  581. o35.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  582. o35.CFrame = CFrame.new(1965.64563, 929.723328, -966.353516, -0.742667675, -0.495312363, 0.450677037, -0.0719375163, 0.72810781, 0.681676984, -0.665785015, 0.473838151, -0.576373994)
  583. o35.Color = Color3.new(1, 0, 0)
  584. o35.Position = Vector3.new(1965.64563, 929.723328, -966.353516)
  585. o35.Orientation = Vector3.new(-42.9700012, 141.979996, -5.63999987)
  586. o35.Color = Color3.new(1, 0, 0)
  587. o36.Name = "LeftShoulderAttachment"
  588. o36.Parent = o35
  589. o36.Position = Vector3.new(0, 1, 0)
  590. o36.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  591. o36.Position = Vector3.new(0, 1, 0)
  592. o37.Name = "Right Arm"
  593. o37.Parent = o2
  594. o37.BrickColor = BrickColor.new("Really red")
  595. o37.Position = Vector3.new(955.85022, 831.910828, -1871.61255)
  596. o37.Rotation = Vector3.new(-130.220001, 26.7900009, 146.300003)
  597. o37.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  598. o37.Anchored = true
  599. o37.CanCollide = false
  600. o37.FormFactor = Enum.FormFactor.Symmetric
  601. o37.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  602. o37.CFrame = CFrame.new(955.85022, 831.910828, -1871.61255, -0.742667675, -0.495312363, 0.450677037, -0.0719375163, 0.72810781, 0.681676984, -0.665785015, 0.473838151, -0.576373994)
  603. o37.Color = Color3.new(1, 0, 0)
  604. o37.Position = Vector3.new(955.85022, 831.910828, -1871.61255)
  605. o37.Orientation = Vector3.new(-42.9700012, 141.979996, -5.63999987)
  606. o37.Color = Color3.new(1, 0, 0)
  607. o38.Name = "RightShoulderAttachment"
  608. o38.Parent = o37
  609. o38.Position = Vector3.new(0, 1, 0)
  610. o38.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  611. o38.Position = Vector3.new(0, 1, 0)
  612. o39.Name = "Left Leg"
  613. o39.Parent = o2
  614. o39.BrickColor = BrickColor.new("Really red")
  615. o39.Position = Vector3.new(2079.26172, 235.305054, -1698.802)
  616. o39.Rotation = Vector3.new(-130.220001, 26.7900009, 146.300003)
  617. o39.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  618. o39.Anchored = true
  619. o39.CanCollide = false
  620. o39.FormFactor = Enum.FormFactor.Symmetric
  621. o39.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  622. o39.CFrame = CFrame.new(2079.26172, 235.305054, -1698.802, -0.742667675, -0.495312363, 0.450677037, -0.0719375163, 0.72810781, 0.681676984, -0.665785015, 0.473838151, -0.576373994)
  623. o39.BottomSurface = Enum.SurfaceType.Smooth
  624. o39.Color = Color3.new(1, 0, 0)
  625. o39.Position = Vector3.new(2079.26172, 235.305054, -1698.802)
  626. o39.Orientation = Vector3.new(-42.9700012, 141.979996, -5.63999987)
  627. o39.Color = Color3.new(1, 0, 0)
  628. o40.Name = "Right Leg"
  629. o40.Parent = o2
  630. o40.BrickColor = BrickColor.new("Really red")
  631. o40.Position = Vector3.new(1742.66321, 202.700928, -2000.55505)
  632. o40.Rotation = Vector3.new(-130.220001, 26.7900009, 146.300003)
  633. o40.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  634. o40.Anchored = true
  635. o40.CanCollide = false
  636. o40.FormFactor = Enum.FormFactor.Symmetric
  637. o40.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  638. o40.CFrame = CFrame.new(1742.66321, 202.700928, -2000.55505, -0.742667675, -0.495312363, 0.450677037, -0.0719375163, 0.72810781, 0.681676984, -0.665785015, 0.473838151, -0.576373994)
  639. o40.BottomSurface = Enum.SurfaceType.Smooth
  640. o40.Color = Color3.new(1, 0, 0)
  641. o40.Position = Vector3.new(1742.66321, 202.700928, -2000.55505)
  642. o40.Orientation = Vector3.new(-42.9700012, 141.979996, -5.63999987)
  643. o40.Color = Color3.new(1, 0, 0)
  644. o41.Parent = o2
  645. o41.RightLeg = o40
  646. o41.LeftLeg = o39
  647. o41.Torso = o43
  648. o43.Name = "HumanoidRootPart"
  649. o43.Parent = o2
  650. o43.Transparency = 1
  651. o43.Position = Vector3.new(1460.74792, 880.817078, -1418.98303)
  652. o43.Rotation = Vector3.new(-130.220001, 26.7900009, 146.300003)
  653. o43.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  654. o43.Anchored = true
  655. o43.CanCollide = false
  656. o43.FormFactor = Enum.FormFactor.Symmetric
  657. o43.Size = Vector3.new(906.457886, 908.950684, 382.429871)
  658. o43.CFrame = CFrame.new(1460.74792, 880.817078, -1418.98303, -0.742667675, -0.495312363, 0.450677037, -0.0719375163, 0.72810781, 0.681676984, -0.665785015, 0.473838151, -0.576373994)
  659. o43.BottomSurface = Enum.SurfaceType.Smooth
  660. o43.TopSurface = Enum.SurfaceType.Smooth
  661. o43.Position = Vector3.new(1460.74792, 880.817078, -1418.98303)
  662. o43.Orientation = Vector3.new(-42.9700012, 141.979996, -5.63999987)
  663. o44.Name = "RootJoint"
  664. o44.Parent = o43
  665. o44.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  666. o44.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  667. o44.Part0 = o43
  668. o44.Part1 = o19
  669. o45.Parent = o2
  670. o45.HeadColor = BrickColor.new("Really red")
  671. o45.LeftArmColor = BrickColor.new("Really red")
  672. o45.LeftLegColor = BrickColor.new("Really red")
  673. o45.RightArmColor = BrickColor.new("Really red")
  674. o45.RightLegColor = BrickColor.new("Really red")
  675. o45.TorsoColor = BrickColor.new("Really red")
  676. o46.Name = "Hed"
  677. o46.Parent = o2
  678. o47.Name = "Middle"
  679. o47.Parent = o46
  680. o47.BrickColor = BrickColor.new("Really red")
  681. o47.Position = Vector3.new(1123.08704, 1377.17761, -1095.96143)
  682. o47.Rotation = Vector3.new(-130.220001, 26.7900009, 146.300003)
  683. o47.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  684. o47.Anchored = true
  685. o47.FormFactor = Enum.FormFactor.Symmetric
  686. o47.Size = Vector3.new(906.457886, 454.475342, 382.429871)
  687. o47.CFrame = CFrame.new(1123.08704, 1377.17761, -1095.96143, -0.742667675, -0.495312363, 0.450677037, -0.0719375163, 0.72810781, 0.681676984, -0.665785015, 0.473838151, -0.576373994)
  688. o47.BottomSurface = Enum.SurfaceType.Smooth
  689. o47.TopSurface = Enum.SurfaceType.Smooth
  690. o47.Color = Color3.new(1, 0, 0)
  691. o47.Position = Vector3.new(1123.08704, 1377.17761, -1095.96143)
  692. o47.Orientation = Vector3.new(-42.9700012, 141.979996, -5.63999987)
  693. o47.Color = Color3.new(1, 0, 0)
  694. o48.Parent = o47
  695. o48.Scale = Vector3.new(1.25, 1.25, 1.25)
  696. o48.Scale = Vector3.new(1.25, 1.25, 1.25)
  697. o49.Parent = o47
  698. o49.InitialPrompt = "Team raulib join today!"
  699. o49.Purpose = Enum.DialogPurpose.Quest
  700. o49.Tone = Enum.DialogTone.Enemy
  701. o50.Parent = o49
  702. o50.ResponseDialog = "Team raulib join today!"
  703. o50.UserDialog = "NO"
  704. o51.Parent = o50
  705. o51.ResponseDialog = "Team raulib join today!"
  706. o51.UserDialog = "NO"
  707. o52.Parent = o51
  708. o52.ResponseDialog = "Team raulib join today!"
  709. o52.UserDialog = "NO YOU FAGGOT"
  710. o53.Parent = o49
  711. o53.ResponseDialog = "Team raulib join today!"
  712. o53.UserDialog = "Oke"
  713. o54.Parent = o53
  714. o54.ResponseDialog = "Discord: https://discord.gg/t8PQ8mN"
  715. o54.UserDialog = "Okay ima type it"
  716. o55.Parent = o47
  717. o55.Texture = "http://www.roblox.com/asset/?id=145914523"
  718. o56.Parent = o47
  719. o56.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  720. o56.C1 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  721. o56.Part0 = o47
  722. o56.Part1 = o47
  723. o57.Parent = o47
  724. o57.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  725. o57.C1 = CFrame.new(101.977547, -156.794006, 191.21347, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  726. o57.Part0 = o47
  727. o57.Part1 = o63
  728. o58.Parent = o47
  729. o58.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  730. o58.C1 = CFrame.new(-101.974525, -156.800125, 191.21347, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  731. o58.Part0 = o47
  732. o58.Part1 = o65
  733. o59.Parent = o47
  734. o59.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  735. o59.C1 = CFrame.new(39.4905167, -320.507355, -173.723633, 0.999808788, -0.0185394939, 0.00622857502, 0.0193004031, 0.883778512, -0.467507124, 0.0031626639, 0.46753794, 0.8839674)
  736. o59.Part0 = o47
  737. o59.Part1 = o67
  738. o60.Parent = o47
  739. o60.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  740. o60.C1 = CFrame.new(-12.5909414, -340.799286, -130.87088, 0.00786922313, 0.0892145708, -0.995981336, -0.469045639, 0.87997365, 0.0751173124, 0.883138895, 0.466569602, 0.0487704128)
  741. o60.Part0 = o47
  742. o60.Part1 = o69
  743. o61.Parent = o47
  744. o61.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  745. o61.C1 = CFrame.new(-2.64007807, -329.557434, -164.701706, -0.999838829, -0.0163057409, -0.00751622906, -0.0178065915, 0.846867561, 0.531505704, -0.00230134395, 0.531553864, -0.847021341)
  746. o61.Part0 = o47
  747. o61.Part1 = o71
  748. o62.Parent = o47
  749. o62.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  750. o62.C1 = CFrame.new(-26.4725304, -321.87088, -162.6418, -0.007781466, 0.0153909577, 0.999851286, 0.470533401, 0.882326543, -0.00991988648, -0.882347941, 0.470386177, -0.0141077526)
  751. o62.Part0 = o47
  752. o62.Part1 = o73
  753. o63.Name = "Eye 2"
  754. o63.Parent = o46
  755. o63.Transparency = 1
  756. o63.Position = Vector3.new(1034.98499, 1368.33069, -843.560852)
  757. o63.Rotation = Vector3.new(-130.220001, 26.7900009, 146.300003)
  758. o63.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  759. o63.Anchored = true
  760. o63.FormFactor = Enum.FormFactor.Symmetric
  761. o63.Size = Vector3.new(231.146835, 213.603424, 76.4859695)
  762. o63.CFrame = CFrame.new(1034.98499, 1368.33069, -843.560852, -0.742667675, -0.495312363, 0.450677037, -0.0719375163, 0.72810781, 0.681676984, -0.665785015, 0.473838151, -0.576373994)
  763. o63.Position = Vector3.new(1034.98499, 1368.33069, -843.560852)
  764. o63.Orientation = Vector3.new(-42.9700012, 141.979996, -5.63999987)
  765. o64.Parent = o63
  766. o64.Texture = "http://www.roblox.com/asset/?id=178913323"
  767. o65.Name = "Eye 1"
  768. o65.Parent = o46
  769. o65.Transparency = 1
  770. o65.Position = Vector3.new(883.513306, 1353.66333, -979.346191)
  771. o65.Rotation = Vector3.new(-130.220001, 26.7900009, 146.300003)
  772. o65.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  773. o65.Anchored = true
  774. o65.FormFactor = Enum.FormFactor.Symmetric
  775. o65.Size = Vector3.new(231.146835, 213.603424, 76.4859695)
  776. o65.CFrame = CFrame.new(883.513306, 1353.66333, -979.346191, -0.742667675, -0.495312363, 0.450677037, -0.0719375163, 0.72810781, 0.681676984, -0.665785015, 0.473838151, -0.576373994)
  777. o65.Position = Vector3.new(883.513306, 1353.66333, -979.346191)
  778. o65.Orientation = Vector3.new(-42.9700012, 141.979996, -5.63999987)
  779. o66.Parent = o65
  780. o66.Texture = "http://www.roblox.com/asset/?id=178913323"
  781. o67.Name = "Loom3"
  782. o67.Parent = o46
  783. o67.Transparency = 1
  784. o67.Position = Vector3.new(930.019287, 1621.01843, -901.717834)
  785. o67.Rotation = Vector3.new(-26.6800003, 25.2399998, 59.1100006)
  786. o67.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  787. o67.Anchored = true
  788. o67.FormFactor = Enum.FormFactor.Symmetric
  789. o67.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  790. o67.CFrame = CFrame.new(930.019287, 1621.01843, -901.717834, 0.464399457, -0.776250601, 0.42634201, 0.668495953, 0.623011351, 0.406164378, -0.580901623, 0.0963844955, 0.808246672)
  791. o67.Position = Vector3.new(930.019287, 1621.01843, -901.717834)
  792. o67.Orientation = Vector3.new(-23.9599991, 27.8099995, 47.0200005)
  793. o68.Parent = o67
  794. o68.Texture = "http://www.roblox.com/asset/?id=178913323"
  795. o68.Face = Enum.NormalId.Back
  796. o69.Name = "Loom4"
  797. o69.Parent = o46
  798. o69.Transparency = 1
  799. o69.Position = Vector3.new(938.276123, 1612.09558, -885.989868)
  800. o69.Rotation = Vector3.new(-105.120003, 11.7200003, 142.839996)
  801. o69.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  802. o69.Anchored = true
  803. o69.FormFactor = Enum.FormFactor.Symmetric
  804. o69.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  805. o69.CFrame = CFrame.new(938.276123, 1612.09558, -885.989868, -0.78032577, -0.591462731, 0.203132942, -0.00132633094, 0.326381803, 0.945236802, -0.625371754, 0.737322807, -0.255469233)
  806. o69.Position = Vector3.new(938.276123, 1612.09558, -885.989868)
  807. o69.Orientation = Vector3.new(-70.9499969, 141.509995, -0.230000004)
  808. o70.Parent = o69
  809. o70.Texture = "http://www.roblox.com/asset/?id=178913323"
  810. o70.Face = Enum.NormalId.Back
  811. o71.Name = "Loom2"
  812. o71.Parent = o46
  813. o71.Transparency = 1
  814. o71.Position = Vector3.new(963.967896, 1640.60474, -893.406006)
  815. o71.Rotation = Vector3.new(-133.759995, -63.2999992, 175.820007)
  816. o71.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  817. o71.Anchored = true
  818. o71.FormFactor = Enum.FormFactor.Symmetric
  819. o71.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  820. o71.CFrame = CFrame.new(963.967896, 1640.60474, -893.406006, -0.448110044, -0.032756865, -0.893377721, -0.693980157, 0.642707705, 0.324527144, 0.563550591, 0.765410006, -0.310737133)
  821. o71.Position = Vector3.new(963.967896, 1640.60474, -893.406006)
  822. o71.Orientation = Vector3.new(-18.9400005, -109.18, -47.2000008)
  823. o72.Parent = o71
  824. o72.Texture = "http://www.roblox.com/asset/?id=178913323"
  825. o72.Face = Enum.NormalId.Back
  826. o73.Name = "Loom1"
  827. o73.Parent = o46
  828. o73.Transparency = 1
  829. o73.Position = Vector3.new(963.394836, 1646.74121, -915.441101)
  830. o73.Rotation = Vector3.new(19.7999992, -39.8800011, 17.6200008)
  831. o73.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  832. o73.Anchored = true
  833. o73.FormFactor = Enum.FormFactor.Symmetric
  834. o73.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  835. o73.CFrame = CFrame.new(963.394836, 1646.74121, -915.441101, 0.731427014, -0.232335806, -0.641119421, 0.0778286457, 0.962467074, -0.259999365, 0.67746383, 0.14027223, 0.722056568)
  836. o73.Position = Vector3.new(963.394836, 1646.74121, -915.441101)
  837. o73.Orientation = Vector3.new(15.0699997, -41.5999985, 4.61999989)
  838. o74.Parent = o73
  839. o74.Texture = "http://www.roblox.com/asset/?id=178913323"
  840. o74.Face = Enum.NormalId.Back
  841. o75.Name = "StarterCharacter"
  842. o75.Parent = o1
  843. o75.PrimaryPart = o76
  844. o76.Name = "Head"
  845. o76.Parent = o75
  846. o76.BrickColor = BrickColor.new("Really red")
  847. o76.Position = Vector3.new(1373.85168, 1434.20129, 2395.84766)
  848. o76.Rotation = Vector3.new(-41.1199989, 39.7099991, 10.2799997)
  849. o76.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  850. o76.Anchored = true
  851. o76.FormFactor = Enum.FormFactor.Symmetric
  852. o76.Size = Vector3.new(906.457886, 454.475342, 382.429871)
  853. o76.CFrame = CFrame.new(1373.85168, 1434.20129, 2395.84766, 0.756950617, -0.137222946, 0.638901949, -0.279035717, 0.816214263, 0.505898595, -0.590901732, -0.561216712, 0.579543829)
  854. o76.TopSurface = Enum.SurfaceType.Smooth
  855. o76.Color = Color3.new(1, 0, 0)
  856. o76.Position = Vector3.new(1373.85168, 1434.20129, 2395.84766)
  857. o76.Orientation = Vector3.new(-30.3899994, 47.7900009, -18.8700008)
  858. o76.Color = Color3.new(1, 0, 0)
  859. o77.Parent = o76
  860. o77.Scale = Vector3.new(1.25, 1.25, 1.25)
  861. o77.Scale = Vector3.new(1.25, 1.25, 1.25)
  862. o78.Name = "HairAttachment"
  863. o78.Parent = o76
  864. o78.Position = Vector3.new(0, 0.600000024, 0)
  865. o78.CFrame = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  866. o78.Position = Vector3.new(0, 0.600000024, 0)
  867. o79.Name = "HatAttachment"
  868. o79.Parent = o76
  869. o79.Position = Vector3.new(0, 0.600000024, 0)
  870. o79.CFrame = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  871. o79.Position = Vector3.new(0, 0.600000024, 0)
  872. o80.Name = "FaceFrontAttachment"
  873. o80.Parent = o76
  874. o80.Position = Vector3.new(0, 0, -0.600000024)
  875. o80.CFrame = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  876. o80.Position = Vector3.new(0, 0, -0.600000024)
  877. o81.Name = "FaceCenterAttachment"
  878. o81.Parent = o76
  879. o82.Name = "GettingUp"
  880. o82.Parent = o76
  881. o82.SoundId = "rbxasset://sounds/action_get_up.mp3"
  882. o82.Volume = 0.64999997615814
  883. o83.Name = "Died"
  884. o83.Parent = o76
  885. o83.SoundId = "rbxasset://sounds/uuhhh.mp3"
  886. o83.Volume = 0.64999997615814
  887. o84.Name = "FreeFalling"
  888. o84.Parent = o76
  889. o84.SoundId = "rbxasset://sounds/action_falling.mp3"
  890. o84.TimePosition = 0.53266743760241
  891. o84.Volume = 0
  892. o84.Looped = true
  893. o85.Name = "Jumping"
  894. o85.Parent = o76
  895. o85.SoundId = "rbxasset://sounds/action_jump.mp3"
  896. o85.Volume = 0.64999997615814
  897. o86.Name = "Landing"
  898. o86.Parent = o76
  899. o86.SoundId = "rbxasset://sounds/action_jump_land.mp3"
  900. o86.Volume = 1
  901. o87.Name = "Splash"
  902. o87.Parent = o76
  903. o87.SoundId = "rbxasset://sounds/impact_water.mp3"
  904. o87.Volume = 0.64999997615814
  905. o88.Name = "Running"
  906. o88.Parent = o76
  907. o88.Pitch = 1.8500000238419
  908. o88.SoundId = "rbxasset://sounds/action_footsteps_plastic.mp3"
  909. o88.Volume = 0.64999997615814
  910. o88.Looped = true
  911. o89.Name = "Swimming"
  912. o89.Parent = o76
  913. o89.Pitch = 1.6000000238419
  914. o89.SoundId = "rbxasset://sounds/action_swim.mp3"
  915. o89.Volume = 0.64999997615814
  916. o89.Looped = true
  917. o90.Name = "Climbing"
  918. o90.Parent = o76
  919. o90.SoundId = "rbxasset://sounds/action_footsteps_plastic.mp3"
  920. o90.Volume = 0.64999997615814
  921. o90.Looped = true
  922. o91.Parent = o76
  923. o91.Part0 = o76
  924. o91.Part1 = o120
  925. o92.Name = "Torso"
  926. o92.Parent = o75
  927. o92.BrickColor = BrickColor.new("Really red")
  928. o92.Position = Vector3.new(1467.39832, 877.777405, 2778.43652)
  929. o92.Rotation = Vector3.new(-41.1199989, 39.7099991, 10.2799997)
  930. o92.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  931. o92.Anchored = true
  932. o92.FormFactor = Enum.FormFactor.Symmetric
  933. o92.Size = Vector3.new(906.457886, 908.950684, 382.429871)
  934. o92.CFrame = CFrame.new(1467.39832, 877.777405, 2778.43652, 0.756950617, -0.137222946, 0.638901949, -0.279035717, 0.816214263, 0.505898595, -0.590901732, -0.561216712, 0.579543829)
  935. o92.LeftSurface = Enum.SurfaceType.Weld
  936. o92.RightSurface = Enum.SurfaceType.Weld
  937. o92.Color = Color3.new(1, 0, 0)
  938. o92.Position = Vector3.new(1467.39832, 877.777405, 2778.43652)
  939. o92.Orientation = Vector3.new(-30.3899994, 47.7900009, -18.8700008)
  940. o92.Color = Color3.new(1, 0, 0)
  941. o93.Name = "NeckAttachment"
  942. o93.Parent = o92
  943. o93.Position = Vector3.new(0, 1, 0)
  944. o93.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  945. o93.Position = Vector3.new(0, 1, 0)
  946. o94.Name = "BodyFrontAttachment"
  947. o94.Parent = o92
  948. o94.Position = Vector3.new(0, 0, -0.5)
  949. o94.CFrame = CFrame.new(0, 0, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  950. o94.Position = Vector3.new(0, 0, -0.5)
  951. o95.Name = "BodyBackAttachment"
  952. o95.Parent = o92
  953. o95.Position = Vector3.new(0, 0, 0.5)
  954. o95.CFrame = CFrame.new(0, 0, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  955. o95.Position = Vector3.new(0, 0, 0.5)
  956. o96.Name = "LeftCollarAttachment"
  957. o96.Parent = o92
  958. o96.Position = Vector3.new(-1, 1, 0)
  959. o96.CFrame = CFrame.new(-1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  960. o96.Position = Vector3.new(-1, 1, 0)
  961. o97.Name = "RightCollarAttachment"
  962. o97.Parent = o92
  963. o97.Position = Vector3.new(1, 1, 0)
  964. o97.CFrame = CFrame.new(1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  965. o97.Position = Vector3.new(1, 1, 0)
  966. o98.Name = "WaistFrontAttachment"
  967. o98.Parent = o92
  968. o98.Position = Vector3.new(0, -1, -0.5)
  969. o98.CFrame = CFrame.new(0, -1, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  970. o98.Position = Vector3.new(0, -1, -0.5)
  971. o99.Name = "WaistCenterAttachment"
  972. o99.Parent = o92
  973. o99.Position = Vector3.new(0, -1, 0)
  974. o99.CFrame = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  975. o99.Position = Vector3.new(0, -1, 0)
  976. o100.Name = "WaistBackAttachment"
  977. o100.Parent = o92
  978. o100.Position = Vector3.new(0, -1, 0.5)
  979. o100.CFrame = CFrame.new(0, -1, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  980. o100.Position = Vector3.new(0, -1, 0.5)
  981. o101.Parent = o92
  982. o102.Name = "Join!"
  983. o102.Parent = o101
  984. o102.Size = UDim2.new(1,0,1,0)
  985. o102.Text = "Team raulib join today!"
  986. o102.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  987. o102.BackgroundTransparency = 1
  988. o102.BorderSizePixel = 0
  989. o102.ClipsDescendants = true
  990. o102.Font = Enum.Font.Highway
  991. o102.FontSize = Enum.FontSize.Size96
  992. o102.TextColor3 = Color3.new(0, 0, 0)
  993. o102.TextStrokeTransparency = 0
  994. o102.TextWrapped = true
  995. o103.Name = "Right Shoulder"
  996. o103.Parent = o92
  997. o103.C0 = CFrame.new(453.228943, 227.237671, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  998. o103.C1 = CFrame.new(-226.614471, 227.237671, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  999. o103.Part0 = o92
  1000. o103.Part1 = o110
  1001. o104.Name = "Left Shoulder"
  1002. o104.Parent = o92
  1003. o104.C0 = CFrame.new(-453.228943, 227.237671, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1004. o104.C1 = CFrame.new(226.614471, 227.237671, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1005. o104.Part0 = o92
  1006. o104.Part1 = o108
  1007. o105.Name = "Right Hip"
  1008. o105.Parent = o92
  1009. o105.C0 = CFrame.new(453.228943, -454.475342, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1010. o105.C1 = CFrame.new(226.614471, 454.475342, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1011. o105.Part0 = o92
  1012. o105.Part1 = o113
  1013. o106.Name = "Left Hip"
  1014. o106.Parent = o92
  1015. o106.C0 = CFrame.new(-453.228943, -454.475342, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1016. o106.C1 = CFrame.new(-226.614471, 454.475342, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1017. o106.Part0 = o92
  1018. o106.Part1 = o112
  1019. o107.Name = "Neck"
  1020. o107.Parent = o92
  1021. o107.C0 = CFrame.new(0, 454.475342, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1022. o107.C1 = CFrame.new(0, -227.237671, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1023. o107.Part0 = o92
  1024. o107.Part1 = o76
  1025. o108.Name = "Left Arm"
  1026. o108.Parent = o75
  1027. o108.BrickColor = BrickColor.new("Really red")
  1028. o108.Position = Vector3.new(952.790466, 1067.47803, 3180.15723)
  1029. o108.Rotation = Vector3.new(-41.1199989, 39.7099991, 10.2799997)
  1030. o108.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1031. o108.Anchored = true
  1032. o108.CanCollide = false
  1033. o108.FormFactor = Enum.FormFactor.Symmetric
  1034. o108.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  1035. o108.CFrame = CFrame.new(952.790466, 1067.47803, 3180.15723, 0.756950617, -0.137222946, 0.638901949, -0.279035717, 0.816214263, 0.505898595, -0.590901732, -0.561216712, 0.579543829)
  1036. o108.Color = Color3.new(1, 0, 0)
  1037. o108.Position = Vector3.new(952.790466, 1067.47803, 3180.15723)
  1038. o108.Orientation = Vector3.new(-30.3899994, 47.7900009, -18.8700008)
  1039. o108.Color = Color3.new(1, 0, 0)
  1040. o109.Name = "LeftShoulderAttachment"
  1041. o109.Parent = o108
  1042. o109.Position = Vector3.new(0, 1, 0)
  1043. o109.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1044. o109.Position = Vector3.new(0, 1, 0)
  1045. o110.Name = "Right Arm"
  1046. o110.Parent = o75
  1047. o110.BrickColor = BrickColor.new("Really red")
  1048. o110.Position = Vector3.new(1982.0061, 688.076782, 2376.71582)
  1049. o110.Rotation = Vector3.new(-41.1199989, 39.7099991, 10.2799997)
  1050. o110.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1051. o110.Anchored = true
  1052. o110.CanCollide = false
  1053. o110.FormFactor = Enum.FormFactor.Symmetric
  1054. o110.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  1055. o110.CFrame = CFrame.new(1982.0061, 688.076782, 2376.71582, 0.756950617, -0.137222946, 0.638901949, -0.279035717, 0.816214263, 0.505898595, -0.590901732, -0.561216712, 0.579543829)
  1056. o110.Color = Color3.new(1, 0, 0)
  1057. o110.Position = Vector3.new(1982.0061, 688.076782, 2376.71582)
  1058. o110.Orientation = Vector3.new(-30.3899994, 47.7900009, -18.8700008)
  1059. o110.Color = Color3.new(1, 0, 0)
  1060. o111.Name = "RightShoulderAttachment"
  1061. o111.Parent = o110
  1062. o111.Position = Vector3.new(0, 1, 0)
  1063. o111.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1064. o111.Position = Vector3.new(0, 1, 0)
  1065. o112.Name = "Left Leg"
  1066. o112.Parent = o75
  1067. o112.BrickColor = BrickColor.new("Really red")
  1068. o112.Position = Vector3.new(1420.59119, 199.112427, 3422.46167)
  1069. o112.Rotation = Vector3.new(-41.1199989, 39.7099991, 10.2799997)
  1070. o112.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1071. o112.Anchored = true
  1072. o112.CanCollide = false
  1073. o112.FormFactor = Enum.FormFactor.Symmetric
  1074. o112.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  1075. o112.CFrame = CFrame.new(1420.59119, 199.112427, 3422.46167, 0.756950617, -0.137222946, 0.638901949, -0.279035717, 0.816214263, 0.505898595, -0.590901732, -0.561216712, 0.579543829)
  1076. o112.BottomSurface = Enum.SurfaceType.Smooth
  1077. o112.Color = Color3.new(1, 0, 0)
  1078. o112.Position = Vector3.new(1420.59119, 199.112427, 3422.46167)
  1079. o112.Orientation = Vector3.new(-30.3899994, 47.7900009, -18.8700008)
  1080. o112.Color = Color3.new(1, 0, 0)
  1081. o113.Name = "Right Leg"
  1082. o113.Parent = o75
  1083. o113.BrickColor = BrickColor.new("Really red")
  1084. o113.Position = Vector3.new(1763.66321, 72.6453857, 3154.64795)
  1085. o113.Rotation = Vector3.new(-41.1199989, 39.7099991, 10.2799997)
  1086. o113.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1087. o113.Anchored = true
  1088. o113.CanCollide = false
  1089. o113.FormFactor = Enum.FormFactor.Symmetric
  1090. o113.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  1091. o113.CFrame = CFrame.new(1763.66321, 72.6453857, 3154.64795, 0.756950617, -0.137222946, 0.638901949, -0.279035717, 0.816214263, 0.505898595, -0.590901732, -0.561216712, 0.579543829)
  1092. o113.BottomSurface = Enum.SurfaceType.Smooth
  1093. o113.Color = Color3.new(1, 0, 0)
  1094. o113.Position = Vector3.new(1763.66321, 72.6453857, 3154.64795)
  1095. o113.Orientation = Vector3.new(-30.3899994, 47.7900009, -18.8700008)
  1096. o113.Color = Color3.new(1, 0, 0)
  1097. o114.Parent = o75
  1098. o114.RightLeg = o113
  1099. o114.LeftLeg = o112
  1100. o114.Torso = o116
  1101. o116.Name = "HumanoidRootPart"
  1102. o116.Parent = o75
  1103. o116.Transparency = 1
  1104. o116.Position = Vector3.new(1467.39832, 877.777405, 2778.43652)
  1105. o116.Rotation = Vector3.new(-41.1199989, 39.7099991, 10.2799997)
  1106. o116.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1107. o116.Anchored = true
  1108. o116.CanCollide = false
  1109. o116.FormFactor = Enum.FormFactor.Symmetric
  1110. o116.Size = Vector3.new(906.457886, 908.950684, 382.429871)
  1111. o116.CFrame = CFrame.new(1467.39832, 877.777405, 2778.43652, 0.756950617, -0.137222946, 0.638901949, -0.279035717, 0.816214263, 0.505898595, -0.590901732, -0.561216712, 0.579543829)
  1112. o116.BottomSurface = Enum.SurfaceType.Smooth
  1113. o116.TopSurface = Enum.SurfaceType.Smooth
  1114. o116.Position = Vector3.new(1467.39832, 877.777405, 2778.43652)
  1115. o116.Orientation = Vector3.new(-30.3899994, 47.7900009, -18.8700008)
  1116. o117.Name = "RootJoint"
  1117. o117.Parent = o116
  1118. o117.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1119. o117.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1120. o117.Part0 = o116
  1121. o117.Part1 = o92
  1122. o118.Parent = o75
  1123. o118.HeadColor = BrickColor.new("Really red")
  1124. o118.LeftArmColor = BrickColor.new("Really red")
  1125. o118.LeftLegColor = BrickColor.new("Really red")
  1126. o118.RightArmColor = BrickColor.new("Really red")
  1127. o118.RightLegColor = BrickColor.new("Really red")
  1128. o118.TorsoColor = BrickColor.new("Really red")
  1129. o119.Name = "Hed"
  1130. o119.Parent = o75
  1131. o120.Name = "Middle"
  1132. o120.Parent = o119
  1133. o120.BrickColor = BrickColor.new("Really red")
  1134. o120.Position = Vector3.new(1373.85168, 1434.20129, 2395.84766)
  1135. o120.Rotation = Vector3.new(-41.1199989, 39.7099991, 10.2799997)
  1136. o120.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1137. o120.Anchored = true
  1138. o120.FormFactor = Enum.FormFactor.Symmetric
  1139. o120.Size = Vector3.new(906.457886, 454.475342, 382.429871)
  1140. o120.CFrame = CFrame.new(1373.85168, 1434.20129, 2395.84766, 0.756950617, -0.137222946, 0.638901949, -0.279035717, 0.816214263, 0.505898595, -0.590901732, -0.561216712, 0.579543829)
  1141. o120.BottomSurface = Enum.SurfaceType.Smooth
  1142. o120.TopSurface = Enum.SurfaceType.Smooth
  1143. o120.Color = Color3.new(1, 0, 0)
  1144. o120.Position = Vector3.new(1373.85168, 1434.20129, 2395.84766)
  1145. o120.Orientation = Vector3.new(-30.3899994, 47.7900009, -18.8700008)
  1146. o120.Color = Color3.new(1, 0, 0)
  1147. o121.Parent = o120
  1148. o121.Scale = Vector3.new(1.25, 1.25, 1.25)
  1149. o121.Scale = Vector3.new(1.25, 1.25, 1.25)
  1150. o122.Parent = o120
  1151. o122.InitialPrompt = "Team raulib join today!"
  1152. o122.Purpose = Enum.DialogPurpose.Quest
  1153. o122.Tone = Enum.DialogTone.Enemy
  1154. o123.Parent = o122
  1155. o123.ResponseDialog = "Team raulib join today!"
  1156. o123.UserDialog = "NO"
  1157. o124.Parent = o123
  1158. o124.ResponseDialog = "Team raulib join today!"
  1159. o124.UserDialog = "NO"
  1160. o125.Parent = o124
  1161. o125.ResponseDialog = "Team raulib join today!"
  1162. o125.UserDialog = "NO YOU FAGGOT"
  1163. o126.Parent = o122
  1164. o126.ResponseDialog = "Team raulib join today!"
  1165. o126.UserDialog = "Oke"
  1166. o127.Parent = o126
  1167. o127.ResponseDialog = "Discord: https://discord.gg/t8PQ8mN"
  1168. o127.UserDialog = "Okay ima type it"
  1169. o128.Parent = o120
  1170. o128.Texture = "http://www.roblox.com/asset/?id=145914523"
  1171. o129.Parent = o120
  1172. o129.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1173. o129.C1 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1174. o129.Part0 = o120
  1175. o129.Part1 = o120
  1176. o130.Parent = o120
  1177. o130.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1178. o130.C1 = CFrame.new(101.977547, -156.794006, 191.21347, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1179. o130.Part0 = o120
  1180. o130.Part1 = o136
  1181. o131.Parent = o120
  1182. o131.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1183. o131.C1 = CFrame.new(-101.974525, -156.800125, 191.21347, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1184. o131.Part0 = o120
  1185. o131.Part1 = o138
  1186. o132.Parent = o120
  1187. o132.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1188. o132.C1 = CFrame.new(39.4905167, -320.507355, -173.723633, 0.999808788, -0.0185394939, 0.00622857502, 0.0193004031, 0.883778512, -0.467507124, 0.0031626639, 0.46753794, 0.8839674)
  1189. o132.Part0 = o120
  1190. o132.Part1 = o140
  1191. o133.Parent = o120
  1192. o133.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1193. o133.C1 = CFrame.new(-12.5909414, -340.799286, -130.87088, 0.00786922313, 0.0892145708, -0.995981336, -0.469045639, 0.87997365, 0.0751173124, 0.883138895, 0.466569602, 0.0487704128)
  1194. o133.Part0 = o120
  1195. o133.Part1 = o142
  1196. o134.Parent = o120
  1197. o134.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1198. o134.C1 = CFrame.new(-2.64007807, -329.557434, -164.701706, -0.999838829, -0.0163057409, -0.00751622906, -0.0178065915, 0.846867561, 0.531505704, -0.00230134395, 0.531553864, -0.847021341)
  1199. o134.Part0 = o120
  1200. o134.Part1 = o144
  1201. o135.Parent = o120
  1202. o135.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1203. o135.C1 = CFrame.new(-26.4725304, -321.87088, -162.6418, -0.007781466, 0.0153909577, 0.999851286, 0.470533401, 0.882326543, -0.00991988648, -0.882347941, 0.470386177, -0.0141077526)
  1204. o135.Part0 = o120
  1205. o135.Part1 = o146
  1206. o136.Name = "Eye 2"
  1207. o136.Parent = o119
  1208. o136.Transparency = 1
  1209. o136.Position = Vector3.new(1152.97729, 1493.89954, 2257.29443)
  1210. o136.Rotation = Vector3.new(-41.1199989, 39.7099991, 10.2799997)
  1211. o136.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1212. o136.Anchored = true
  1213. o136.FormFactor = Enum.FormFactor.Symmetric
  1214. o136.Size = Vector3.new(231.146835, 213.603424, 76.4859695)
  1215. o136.CFrame = CFrame.new(1152.97729, 1493.89954, 2257.29443, 0.756950617, -0.137222946, 0.638901949, -0.279035717, 0.816214263, 0.505898595, -0.590901732, -0.561216712, 0.579543829)
  1216. o136.Position = Vector3.new(1152.97729, 1493.89954, 2257.29443)
  1217. o136.Orientation = Vector3.new(-30.3899994, 47.7900009, -18.8700008)
  1218. o137.Parent = o136
  1219. o137.Texture = "http://www.roblox.com/asset/?id=178913323"
  1220. o138.Name = "Eye 1"
  1221. o138.Parent = o119
  1222. o138.Transparency = 1
  1223. o138.Position = Vector3.new(1307.35815, 1436.99463, 2136.77539)
  1224. o138.Rotation = Vector3.new(-41.1199989, 39.7099991, 10.2799997)
  1225. o138.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1226. o138.Anchored = true
  1227. o138.FormFactor = Enum.FormFactor.Symmetric
  1228. o138.Size = Vector3.new(231.146835, 213.603424, 76.4859695)
  1229. o138.CFrame = CFrame.new(1307.35815, 1436.99463, 2136.77539, 0.756950617, -0.137222946, 0.638901949, -0.279035717, 0.816214263, 0.505898595, -0.590901732, -0.561216712, 0.579543829)
  1230. o138.Position = Vector3.new(1307.35815, 1436.99463, 2136.77539)
  1231. o138.Orientation = Vector3.new(-30.3899994, 47.7900009, -18.8700008)
  1232. o139.Parent = o138
  1233. o139.Texture = "http://www.roblox.com/asset/?id=178913323"
  1234. o140.Name = "Loom3"
  1235. o140.Parent = o119
  1236. o140.Transparency = 1
  1237. o140.Position = Vector3.new(1300.17908, 1716.69678, 2173.96265)
  1238. o140.Rotation = Vector3.new(-67.4300003, -46.9900017, -21.0400009)
  1239. o140.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1240. o140.Anchored = true
  1241. o140.FormFactor = Enum.FormFactor.Symmetric
  1242. o140.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  1243. o140.CFrame = CFrame.new(1300.17908, 1716.69678, 2173.96265, 0.636609077, 0.244936198, -0.731255949, 0.49240765, 0.60066551, 0.62986958, 0.593518198, -0.761056662, 0.261780649)
  1244. o140.Position = Vector3.new(1300.17908, 1716.69678, 2173.96265)
  1245. o140.Orientation = Vector3.new(-39.0400009, -70.3000031, 39.3400002)
  1246. o141.Parent = o140
  1247. o141.Texture = "http://www.roblox.com/asset/?id=178913323"
  1248. o141.Face = Enum.NormalId.Back
  1249. o142.Name = "Loom4"
  1250. o142.Parent = o119
  1251. o142.Transparency = 1
  1252. o142.Position = Vector3.new(1281.22656, 1712.81201, 2178.53101)
  1253. o142.Rotation = Vector3.new(-71.6600037, 27.6000004, 32.5900002)
  1254. o142.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1255. o142.Anchored = true
  1256. o142.FormFactor = Enum.FormFactor.Symmetric
  1257. o142.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  1258. o142.CFrame = CFrame.new(1281.22656, 1712.81201, 2178.53101, 0.746694088, -0.477286845, 0.463298291, -0.201115146, 0.501917899, 0.84120816, -0.634035289, -0.721301436, 0.27878955)
  1259. o142.Position = Vector3.new(1281.22656, 1712.81201, 2178.53101)
  1260. o142.Orientation = Vector3.new(-57.2700005, 58.9599991, -21.8400002)
  1261. o143.Parent = o142
  1262. o143.Texture = "http://www.roblox.com/asset/?id=178913323"
  1263. o143.Face = Enum.NormalId.Back
  1264. o144.Name = "Loom2"
  1265. o144.Parent = o119
  1266. o144.Transparency = 1
  1267. o144.Position = Vector3.new(1290.89368, 1738.87012, 2206.01465)
  1268. o144.Rotation = Vector3.new(-166.210007, 34.5200005, 139.970001)
  1269. o144.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1270. o144.Anchored = true
  1271. o144.FormFactor = Enum.FormFactor.Symmetric
  1272. o144.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  1273. o144.CFrame = CFrame.new(1290.89368, 1738.87012, 2206.01465, -0.630872011, -0.529909909, 0.566741645, -0.521223307, 0.830526173, 0.196348399, -0.574740708, -0.171528295, -0.80015707)
  1274. o144.Position = Vector3.new(1290.89368, 1738.87012, 2206.01465)
  1275. o144.Orientation = Vector3.new(-11.3199997, 144.690002, -32.1100006)
  1276. o145.Parent = o144
  1277. o145.Texture = "http://www.roblox.com/asset/?id=178913323"
  1278. o145.Face = Enum.NormalId.Back
  1279. o146.Name = "Loom1"
  1280. o146.Parent = o119
  1281. o146.Transparency = 1
  1282. o146.Position = Vector3.new(1313.38928, 1738.5481, 2210.18311)
  1283. o146.Rotation = Vector3.new(175.160004, -38.1399994, -166.240005)
  1284. o146.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1285. o146.Anchored = true
  1286. o146.FormFactor = Enum.FormFactor.Symmetric
  1287. o146.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  1288. o146.CFrame = CFrame.new(1313.38928, 1738.5481, 2210.18311, -0.763921618, 0.187058121, -0.617602706, 0.287619919, 0.955441713, -0.0663792491, 0.577666521, -0.228343338, -0.783684254)
  1289. o146.Position = Vector3.new(1313.38928, 1738.5481, 2210.18311)
  1290. o146.Orientation = Vector3.new(3.80999994, -141.759995, 16.75)
  1291. o147.Parent = o146
  1292. o147.Texture = "http://www.roblox.com/asset/?id=178913323"
  1293. o147.Face = Enum.NormalId.Back
  1294. o148.Name = "StarterCharacter"
  1295. o148.Parent = o1
  1296. o148.PrimaryPart = o149
  1297. o149.Name = "Head"
  1298. o149.Parent = o148
  1299. o149.BrickColor = BrickColor.new("Really red")
  1300. o149.Position = Vector3.new(-1168.85962, 198.567871, 1144.91089)
  1301. o149.Rotation = Vector3.new(27.0599995, -48.8499985, -162.809998)
  1302. o149.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1303. o149.Anchored = true
  1304. o149.FormFactor = Enum.FormFactor.Symmetric
  1305. o149.Size = Vector3.new(906.457886, 454.475342, 382.429871)
  1306. o149.CFrame = CFrame.new(-1168.85962, 198.567871, 1144.91089, -0.628604472, 0.194432616, -0.75302887, 0.0641137585, -0.951994836, -0.299325407, -0.775078237, -0.236436874, 0.585962296)
  1307. o149.TopSurface = Enum.SurfaceType.Smooth
  1308. o149.Color = Color3.new(1, 0, 0)
  1309. o149.Position = Vector3.new(-1168.85962, 198.567871, 1144.91089)
  1310. o149.Orientation = Vector3.new(17.4200001, -52.1100006, 176.149994)
  1311. o149.Color = Color3.new(1, 0, 0)
  1312. o150.Parent = o149
  1313. o150.Scale = Vector3.new(1.25, 1.25, 1.25)
  1314. o150.Scale = Vector3.new(1.25, 1.25, 1.25)
  1315. o151.Name = "HairAttachment"
  1316. o151.Parent = o149
  1317. o151.Position = Vector3.new(0, 0.600000024, 0)
  1318. o151.CFrame = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1319. o151.Position = Vector3.new(0, 0.600000024, 0)
  1320. o152.Name = "HatAttachment"
  1321. o152.Parent = o149
  1322. o152.Position = Vector3.new(0, 0.600000024, 0)
  1323. o152.CFrame = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1324. o152.Position = Vector3.new(0, 0.600000024, 0)
  1325. o153.Name = "FaceFrontAttachment"
  1326. o153.Parent = o149
  1327. o153.Position = Vector3.new(0, 0, -0.600000024)
  1328. o153.CFrame = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1329. o153.Position = Vector3.new(0, 0, -0.600000024)
  1330. o154.Name = "FaceCenterAttachment"
  1331. o154.Parent = o149
  1332. o155.Name = "GettingUp"
  1333. o155.Parent = o149
  1334. o155.SoundId = "rbxasset://sounds/action_get_up.mp3"
  1335. o155.Volume = 0.64999997615814
  1336. o156.Name = "Died"
  1337. o156.Parent = o149
  1338. o156.SoundId = "rbxasset://sounds/uuhhh.mp3"
  1339. o156.Volume = 0.64999997615814
  1340. o157.Name = "FreeFalling"
  1341. o157.Parent = o149
  1342. o157.SoundId = "rbxasset://sounds/action_falling.mp3"
  1343. o157.TimePosition = 0.53266743760241
  1344. o157.Volume = 0
  1345. o157.Looped = true
  1346. o158.Name = "Jumping"
  1347. o158.Parent = o149
  1348. o158.SoundId = "rbxasset://sounds/action_jump.mp3"
  1349. o158.Volume = 0.64999997615814
  1350. o159.Name = "Landing"
  1351. o159.Parent = o149
  1352. o159.SoundId = "rbxasset://sounds/action_jump_land.mp3"
  1353. o159.Volume = 1
  1354. o160.Name = "Splash"
  1355. o160.Parent = o149
  1356. o160.SoundId = "rbxasset://sounds/impact_water.mp3"
  1357. o160.Volume = 0.64999997615814
  1358. o161.Name = "Running"
  1359. o161.Parent = o149
  1360. o161.Pitch = 1.8500000238419
  1361. o161.SoundId = "rbxasset://sounds/action_footsteps_plastic.mp3"
  1362. o161.Volume = 0.64999997615814
  1363. o161.Looped = true
  1364. o162.Name = "Swimming"
  1365. o162.Parent = o149
  1366. o162.Pitch = 1.6000000238419
  1367. o162.SoundId = "rbxasset://sounds/action_swim.mp3"
  1368. o162.Volume = 0.64999997615814
  1369. o162.Looped = true
  1370. o163.Name = "Climbing"
  1371. o163.Parent = o149
  1372. o163.SoundId = "rbxasset://sounds/action_footsteps_plastic.mp3"
  1373. o163.Volume = 0.64999997615814
  1374. o163.Looped = true
  1375. o164.Parent = o149
  1376. o164.Part0 = o149
  1377. o164.Part1 = o193
  1378. o165.Name = "Torso"
  1379. o165.Parent = o148
  1380. o165.BrickColor = BrickColor.new("Really red")
  1381. o165.Position = Vector3.new(-1301.40686, 847.555115, 1306.09302)
  1382. o165.Rotation = Vector3.new(27.0599995, -48.8499985, -162.809998)
  1383. o165.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1384. o165.Anchored = true
  1385. o165.FormFactor = Enum.FormFactor.Symmetric
  1386. o165.Size = Vector3.new(906.457886, 908.950684, 382.429871)
  1387. o165.CFrame = CFrame.new(-1301.40686, 847.555115, 1306.09302, -0.628604472, 0.194432616, -0.75302887, 0.0641137585, -0.951994836, -0.299325407, -0.775078237, -0.236436874, 0.585962296)
  1388. o165.LeftSurface = Enum.SurfaceType.Weld
  1389. o165.RightSurface = Enum.SurfaceType.Weld
  1390. o165.Color = Color3.new(1, 0, 0)
  1391. o165.Position = Vector3.new(-1301.40686, 847.555115, 1306.09302)
  1392. o165.Orientation = Vector3.new(17.4200001, -52.1100006, 176.149994)
  1393. o165.Color = Color3.new(1, 0, 0)
  1394. o166.Name = "NeckAttachment"
  1395. o166.Parent = o165
  1396. o166.Position = Vector3.new(0, 1, 0)
  1397. o166.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1398. o166.Position = Vector3.new(0, 1, 0)
  1399. o167.Name = "BodyFrontAttachment"
  1400. o167.Parent = o165
  1401. o167.Position = Vector3.new(0, 0, -0.5)
  1402. o167.CFrame = CFrame.new(0, 0, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1403. o167.Position = Vector3.new(0, 0, -0.5)
  1404. o168.Name = "BodyBackAttachment"
  1405. o168.Parent = o165
  1406. o168.Position = Vector3.new(0, 0, 0.5)
  1407. o168.CFrame = CFrame.new(0, 0, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1408. o168.Position = Vector3.new(0, 0, 0.5)
  1409. o169.Name = "LeftCollarAttachment"
  1410. o169.Parent = o165
  1411. o169.Position = Vector3.new(-1, 1, 0)
  1412. o169.CFrame = CFrame.new(-1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1413. o169.Position = Vector3.new(-1, 1, 0)
  1414. o170.Name = "RightCollarAttachment"
  1415. o170.Parent = o165
  1416. o170.Position = Vector3.new(1, 1, 0)
  1417. o170.CFrame = CFrame.new(1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1418. o170.Position = Vector3.new(1, 1, 0)
  1419. o171.Name = "WaistFrontAttachment"
  1420. o171.Parent = o165
  1421. o171.Position = Vector3.new(0, -1, -0.5)
  1422. o171.CFrame = CFrame.new(0, -1, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1423. o171.Position = Vector3.new(0, -1, -0.5)
  1424. o172.Name = "WaistCenterAttachment"
  1425. o172.Parent = o165
  1426. o172.Position = Vector3.new(0, -1, 0)
  1427. o172.CFrame = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1428. o172.Position = Vector3.new(0, -1, 0)
  1429. o173.Name = "WaistBackAttachment"
  1430. o173.Parent = o165
  1431. o173.Position = Vector3.new(0, -1, 0.5)
  1432. o173.CFrame = CFrame.new(0, -1, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1433. o173.Position = Vector3.new(0, -1, 0.5)
  1434. o174.Parent = o165
  1435. o175.Name = "Join!"
  1436. o175.Parent = o174
  1437. o175.Size = UDim2.new(1,0,1,0)
  1438. o175.Text = "Team raulib join today!"
  1439. o175.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  1440. o175.BackgroundTransparency = 1
  1441. o175.BorderSizePixel = 0
  1442. o175.ClipsDescendants = true
  1443. o175.Font = Enum.Font.Highway
  1444. o175.FontSize = Enum.FontSize.Size96
  1445. o175.TextColor3 = Color3.new(0, 0, 0)
  1446. o175.TextStrokeTransparency = 0
  1447. o175.TextWrapped = true
  1448. o176.Name = "Right Shoulder"
  1449. o176.Parent = o165
  1450. o176.C0 = CFrame.new(453.228943, 227.237671, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1451. o176.C1 = CFrame.new(-226.614471, 227.237671, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1452. o176.Part0 = o165
  1453. o176.Part1 = o183
  1454. o177.Name = "Left Shoulder"
  1455. o177.Parent = o165
  1456. o177.C0 = CFrame.new(-453.228943, 227.237671, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1457. o177.C1 = CFrame.new(226.614471, 227.237671, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1458. o177.Part0 = o165
  1459. o177.Part1 = o181
  1460. o178.Name = "Right Hip"
  1461. o178.Parent = o165
  1462. o178.C0 = CFrame.new(453.228943, -454.475342, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1463. o178.C1 = CFrame.new(226.614471, 454.475342, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1464. o178.Part0 = o165
  1465. o178.Part1 = o186
  1466. o179.Name = "Left Hip"
  1467. o179.Parent = o165
  1468. o179.C0 = CFrame.new(-453.228943, -454.475342, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1469. o179.C1 = CFrame.new(-226.614471, 454.475342, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1470. o179.Part0 = o165
  1471. o179.Part1 = o185
  1472. o180.Name = "Neck"
  1473. o180.Parent = o165
  1474. o180.C0 = CFrame.new(0, 454.475342, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1475. o180.C1 = CFrame.new(0, -227.237671, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1476. o180.Part0 = o165
  1477. o180.Part1 = o149
  1478. o181.Name = "Left Arm"
  1479. o181.Parent = o148
  1480. o181.BrickColor = BrickColor.new("Really red")
  1481. o181.Position = Vector3.new(-874.05426, 803.967773, 1833.0249)
  1482. o181.Rotation = Vector3.new(27.0599995, -48.8499985, -162.809998)
  1483. o181.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1484. o181.Anchored = true
  1485. o181.CanCollide = false
  1486. o181.FormFactor = Enum.FormFactor.Symmetric
  1487. o181.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  1488. o181.CFrame = CFrame.new(-874.05426, 803.967773, 1833.0249, -0.628604472, 0.194432616, -0.75302887, 0.0641137585, -0.951994836, -0.299325407, -0.775078237, -0.236436874, 0.585962296)
  1489. o181.Color = Color3.new(1, 0, 0)
  1490. o181.Position = Vector3.new(-874.05426, 803.967773, 1833.0249)
  1491. o181.Orientation = Vector3.new(17.4200001, -52.1100006, 176.149994)
  1492. o181.Color = Color3.new(1, 0, 0)
  1493. o182.Name = "LeftShoulderAttachment"
  1494. o182.Parent = o181
  1495. o182.Position = Vector3.new(0, 1, 0)
  1496. o182.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1497. o182.Position = Vector3.new(0, 1, 0)
  1498. o183.Name = "Right Arm"
  1499. o183.Parent = o148
  1500. o183.BrickColor = BrickColor.new("Really red")
  1501. o183.Position = Vector3.new(-1728.75952, 891.142456, 779.161194)
  1502. o183.Rotation = Vector3.new(27.0599995, -48.8499985, -162.809998)
  1503. o183.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1504. o183.Anchored = true
  1505. o183.CanCollide = false
  1506. o183.FormFactor = Enum.FormFactor.Symmetric
  1507. o183.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  1508. o183.CFrame = CFrame.new(-1728.75952, 891.142456, 779.161194, -0.628604472, 0.194432616, -0.75302887, 0.0641137585, -0.951994836, -0.299325407, -0.775078237, -0.236436874, 0.585962296)
  1509. o183.Color = Color3.new(1, 0, 0)
  1510. o183.Position = Vector3.new(-1728.75952, 891.142456, 779.161194)
  1511. o183.Orientation = Vector3.new(17.4200001, -52.1100006, 176.149994)
  1512. o183.Color = Color3.new(1, 0, 0)
  1513. o184.Name = "RightShoulderAttachment"
  1514. o184.Parent = o183
  1515. o184.Position = Vector3.new(0, 1, 0)
  1516. o184.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1517. o184.Position = Vector3.new(0, 1, 0)
  1518. o185.Name = "Left Leg"
  1519. o185.Parent = o148
  1520. o185.BrickColor = BrickColor.new("Really red")
  1521. o185.Position = Vector3.new(-1335.68567, 1698.34229, 1696.64648)
  1522. o185.Rotation = Vector3.new(27.0599995, -48.8499985, -162.809998)
  1523. o185.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1524. o185.Anchored = true
  1525. o185.CanCollide = false
  1526. o185.FormFactor = Enum.FormFactor.Symmetric
  1527. o185.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  1528. o185.CFrame = CFrame.new(-1335.68567, 1698.34229, 1696.64648, -0.628604472, 0.194432616, -0.75302887, 0.0641137585, -0.951994836, -0.299325407, -0.775078237, -0.236436874, 0.585962296)
  1529. o185.BottomSurface = Enum.SurfaceType.Smooth
  1530. o185.Color = Color3.new(1, 0, 0)
  1531. o185.Position = Vector3.new(-1335.68567, 1698.34229, 1696.64648)
  1532. o185.Orientation = Vector3.new(17.4200001, -52.1100006, 176.149994)
  1533. o185.Color = Color3.new(1, 0, 0)
  1534. o186.Name = "Right Leg"
  1535. o186.Parent = o148
  1536. o186.BrickColor = BrickColor.new("Really red")
  1537. o186.Position = Vector3.new(-1620.5874, 1727.40063, 1345.35852)
  1538. o186.Rotation = Vector3.new(27.0599995, -48.8499985, -162.809998)
  1539. o186.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1540. o186.Anchored = true
  1541. o186.CanCollide = false
  1542. o186.FormFactor = Enum.FormFactor.Symmetric
  1543. o186.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  1544. o186.CFrame = CFrame.new(-1620.5874, 1727.40063, 1345.35852, -0.628604472, 0.194432616, -0.75302887, 0.0641137585, -0.951994836, -0.299325407, -0.775078237, -0.236436874, 0.585962296)
  1545. o186.BottomSurface = Enum.SurfaceType.Smooth
  1546. o186.Color = Color3.new(1, 0, 0)
  1547. o186.Position = Vector3.new(-1620.5874, 1727.40063, 1345.35852)
  1548. o186.Orientation = Vector3.new(17.4200001, -52.1100006, 176.149994)
  1549. o186.Color = Color3.new(1, 0, 0)
  1550. o187.Parent = o148
  1551. o187.RightLeg = o186
  1552. o187.LeftLeg = o185
  1553. o187.Torso = o189
  1554. o189.Name = "HumanoidRootPart"
  1555. o189.Parent = o148
  1556. o189.Transparency = 1
  1557. o189.Position = Vector3.new(-1301.40686, 847.555115, 1306.09302)
  1558. o189.Rotation = Vector3.new(27.0599995, -48.8499985, -162.809998)
  1559. o189.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1560. o189.Anchored = true
  1561. o189.CanCollide = false
  1562. o189.FormFactor = Enum.FormFactor.Symmetric
  1563. o189.Size = Vector3.new(906.457886, 908.950684, 382.429871)
  1564. o189.CFrame = CFrame.new(-1301.40686, 847.555115, 1306.09302, -0.628604472, 0.194432616, -0.75302887, 0.0641137585, -0.951994836, -0.299325407, -0.775078237, -0.236436874, 0.585962296)
  1565. o189.BottomSurface = Enum.SurfaceType.Smooth
  1566. o189.TopSurface = Enum.SurfaceType.Smooth
  1567. o189.Position = Vector3.new(-1301.40686, 847.555115, 1306.09302)
  1568. o189.Orientation = Vector3.new(17.4200001, -52.1100006, 176.149994)
  1569. o190.Name = "RootJoint"
  1570. o190.Parent = o189
  1571. o190.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1572. o190.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1573. o190.Part0 = o189
  1574. o190.Part1 = o165
  1575. o191.Parent = o148
  1576. o191.HeadColor = BrickColor.new("Really red")
  1577. o191.LeftArmColor = BrickColor.new("Really red")
  1578. o191.LeftLegColor = BrickColor.new("Really red")
  1579. o191.RightArmColor = BrickColor.new("Really red")
  1580. o191.RightLegColor = BrickColor.new("Really red")
  1581. o191.TorsoColor = BrickColor.new("Really red")
  1582. o192.Name = "Hed"
  1583. o192.Parent = o148
  1584. o193.Name = "Middle"
  1585. o193.Parent = o192
  1586. o193.BrickColor = BrickColor.new("Really red")
  1587. o193.Position = Vector3.new(-1168.85962, 198.567871, 1144.91089)
  1588. o193.Rotation = Vector3.new(27.0599995, -48.8499985, -162.809998)
  1589. o193.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1590. o193.Anchored = true
  1591. o193.FormFactor = Enum.FormFactor.Symmetric
  1592. o193.Size = Vector3.new(906.457886, 454.475342, 382.429871)
  1593. o193.CFrame = CFrame.new(-1168.85962, 198.567871, 1144.91089, -0.628604472, 0.194432616, -0.75302887, 0.0641137585, -0.951994836, -0.299325407, -0.775078237, -0.236436874, 0.585962296)
  1594. o193.BottomSurface = Enum.SurfaceType.Smooth
  1595. o193.TopSurface = Enum.SurfaceType.Smooth
  1596. o193.Color = Color3.new(1, 0, 0)
  1597. o193.Position = Vector3.new(-1168.85962, 198.567871, 1144.91089)
  1598. o193.Orientation = Vector3.new(17.4200001, -52.1100006, 176.149994)
  1599. o193.Color = Color3.new(1, 0, 0)
  1600. o194.Parent = o193
  1601. o194.Scale = Vector3.new(1.25, 1.25, 1.25)
  1602. o194.Scale = Vector3.new(1.25, 1.25, 1.25)
  1603. o195.Parent = o193
  1604. o195.InitialPrompt = "Team raulib join today!"
  1605. o195.Purpose = Enum.DialogPurpose.Quest
  1606. o195.Tone = Enum.DialogTone.Enemy
  1607. o196.Parent = o195
  1608. o196.ResponseDialog = "Team raulib join today!"
  1609. o196.UserDialog = "NO"
  1610. o197.Parent = o196
  1611. o197.ResponseDialog = "Team raulib join today!"
  1612. o197.UserDialog = "NO"
  1613. o198.Parent = o197
  1614. o198.ResponseDialog = "Team raulib join today!"
  1615. o198.UserDialog = "NO YOU FAGGOT"
  1616. o199.Parent = o195
  1617. o199.ResponseDialog = "Team raulib join today!"
  1618. o199.UserDialog = "Oke"
  1619. o200.Parent = o199
  1620. o200.ResponseDialog = "Discord: https://discord.gg/t8PQ8mN"
  1621. o200.UserDialog = "Okay ima type it"
  1622. o201.Parent = o193
  1623. o201.Texture = "http://www.roblox.com/asset/?id=145914523"
  1624. o202.Parent = o193
  1625. o202.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1626. o202.C1 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1627. o202.Part0 = o193
  1628. o202.Part1 = o193
  1629. o203.Parent = o193
  1630. o203.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1631. o203.C1 = CFrame.new(101.977547, -156.794006, 191.21347, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1632. o203.Part0 = o193
  1633. o203.Part1 = o209
  1634. o204.Parent = o193
  1635. o204.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1636. o204.C1 = CFrame.new(-101.974525, -156.800125, 191.21347, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1637. o204.Part0 = o193
  1638. o204.Part1 = o211
  1639. o205.Parent = o193
  1640. o205.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1641. o205.C1 = CFrame.new(39.4905167, -320.507355, -173.723633, 0.999808788, -0.0185394939, 0.00622857502, 0.0193004031, 0.883778512, -0.467507124, 0.0031626639, 0.46753794, 0.8839674)
  1642. o205.Part0 = o193
  1643. o205.Part1 = o213
  1644. o206.Parent = o193
  1645. o206.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1646. o206.C1 = CFrame.new(-12.5909414, -340.799286, -130.87088, 0.00786922313, 0.0892145708, -0.995981336, -0.469045639, 0.87997365, 0.0751173124, 0.883138895, 0.466569602, 0.0487704128)
  1647. o206.Part0 = o193
  1648. o206.Part1 = o215
  1649. o207.Parent = o193
  1650. o207.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1651. o207.C1 = CFrame.new(-2.64007807, -329.557434, -164.701706, -0.999838829, -0.0163057409, -0.00751622906, -0.0178065915, 0.846867561, 0.531505704, -0.00230134395, 0.531553864, -0.847021341)
  1652. o207.Part0 = o193
  1653. o207.Part1 = o217
  1654. o208.Parent = o193
  1655. o208.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1656. o208.C1 = CFrame.new(-26.4725304, -321.87088, -162.6418, -0.007781466, 0.0153909577, 0.999851286, 0.470533401, 0.882326543, -0.00991988648, -0.882347941, 0.470386177, -0.0141077526)
  1657. o208.Part0 = o193
  1658. o208.Part1 = o219
  1659. o209.Name = "Eye 2"
  1660. o209.Parent = o192
  1661. o209.Transparency = 1
  1662. o209.Position = Vector3.new(-930.280945, 99.9976654, 1074.83569)
  1663. o209.Rotation = Vector3.new(27.0599995, -48.8499985, -162.809998)
  1664. o209.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1665. o209.Anchored = true
  1666. o209.FormFactor = Enum.FormFactor.Symmetric
  1667. o209.Size = Vector3.new(231.146835, 213.603424, 76.4859695)
  1668. o209.CFrame = CFrame.new(-930.280945, 99.9976654, 1074.83569, -0.628604472, 0.194432616, -0.75302887, 0.0641137585, -0.951994836, -0.299325407, -0.775078237, -0.236436874, 0.585962296)
  1669. o209.Position = Vector3.new(-930.280945, 99.9976654, 1074.83569)
  1670. o209.Orientation = Vector3.new(17.4200001, -52.1100006, 176.149994)
  1671. o210.Parent = o209
  1672. o210.Texture = "http://www.roblox.com/asset/?id=178913323"
  1673. o211.Name = "Eye 1"
  1674. o211.Parent = o192
  1675. o211.Transparency = 1
  1676. o211.Position = Vector3.new(-1058.48499, 113.067978, 916.755432)
  1677. o211.Rotation = Vector3.new(27.0599995, -48.8499985, -162.809998)
  1678. o211.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1679. o211.Anchored = true
  1680. o211.FormFactor = Enum.FormFactor.Symmetric
  1681. o211.Size = Vector3.new(231.146835, 213.603424, 76.4859695)
  1682. o211.CFrame = CFrame.new(-1058.48499, 113.067978, 916.755432, -0.628604472, 0.194432616, -0.75302887, 0.0641137585, -0.951994836, -0.299325407, -0.775078237, -0.236436874, 0.585962296)
  1683. o211.Position = Vector3.new(-1058.48499, 113.067978, 916.755432)
  1684. o211.Orientation = Vector3.new(17.4200001, -52.1100006, 176.149994)
  1685. o212.Parent = o211
  1686. o212.Texture = "http://www.roblox.com/asset/?id=178913323"
  1687. o213.Name = "Loom3"
  1688. o213.Parent = o192
  1689. o213.Transparency = 1
  1690. o213.Position = Vector3.new(-1071.00269, -139.533051, 1042.07019)
  1691. o213.Rotation = Vector3.new(41.0900002, 40.0999985, 169.710007)
  1692. o213.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1693. o213.Anchored = true
  1694. o213.FormFactor = Enum.FormFactor.Symmetric
  1695. o213.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  1696. o213.CFrame = CFrame.new(-1071.00269, -139.533051, 1042.07019, -0.752574265, -0.13657546, 0.644188881, -0.282018036, -0.817156076, -0.502714813, 0.595061302, -0.560003102, 0.576453924)
  1697. o213.Position = Vector3.new(-1071.00269, -139.533051, 1042.07019)
  1698. o213.Orientation = Vector3.new(30.1800003, 48.1800003, -160.960007)
  1699. o214.Parent = o213
  1700. o214.Texture = "http://www.roblox.com/asset/?id=178913323"
  1701. o214.Face = Enum.NormalId.Back
  1702. o215.Name = "Loom4"
  1703. o215.Parent = o192
  1704. o215.Transparency = 1
  1705. o215.Position = Vector3.new(-1052.974, -134.152618, 1048.48706)
  1706. o215.Rotation = Vector3.new(57.9799995, -32.9300003, -137.080002)
  1707. o215.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1708. o215.Anchored = true
  1709. o215.FormFactor = Enum.FormFactor.Symmetric
  1710. o215.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  1711. o215.CFrame = CFrame.new(-1052.974, -134.152618, 1048.48706, -0.614657879, 0.571519554, -0.543655455, -0.0234311614, -0.702149153, -0.71164465, -0.788446009, -0.424679488, 0.444972724)
  1712. o215.Position = Vector3.new(-1052.974, -134.152618, 1048.48706)
  1713. o215.Orientation = Vector3.new(45.3699989, -50.7000008, -178.089996)
  1714. o216.Parent = o215
  1715. o216.Texture = "http://www.roblox.com/asset/?id=178913323"
  1716. o216.Face = Enum.NormalId.Back
  1717. o217.Name = "Loom2"
  1718. o217.Parent = o192
  1719. o217.Transparency = 1
  1720. o217.Position = Vector3.new(-1068.48828, -150.054535, 1080.64722)
  1721. o217.Rotation = Vector3.new(150.070007, -25.2999992, -34.5099983)
  1722. o217.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1723. o217.Anchored = true
  1724. o217.FormFactor = Enum.FormFactor.Symmetric
  1725. o217.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  1726. o217.CFrame = CFrame.new(-1068.48828, -150.054535, 1080.64722, 0.745012403, 0.512174428, -0.427356988, 0.315282047, -0.834960401, -0.451041937, -0.587838292, 0.201293811, -0.783535242)
  1727. o217.Position = Vector3.new(-1068.48828, -150.054535, 1080.64722)
  1728. o217.Orientation = Vector3.new(26.8099995, -151.389999, 159.309998)
  1729. o218.Parent = o217
  1730. o218.Texture = "http://www.roblox.com/asset/?id=178913323"
  1731. o218.Face = Enum.NormalId.Back
  1732. o219.Name = "Loom1"
  1733. o219.Parent = o192
  1734. o219.Transparency = 1
  1735. o219.Position = Vector3.new(-1091.32593, -148.675293, 1080.37561)
  1736. o219.Rotation = Vector3.new(164.039993, 48.3300018, 16.5200005)
  1737. o219.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1738. o219.Anchored = true
  1739. o219.FormFactor = Enum.FormFactor.Symmetric
  1740. o219.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  1741. o219.CFrame = CFrame.new(-1091.32593, -148.675293, 1080.37561, 0.637363195, -0.189007863, 0.747023702, -0.0764271393, -0.980176926, -0.182791561, 0.766764343, 0.05941163, -0.639173865)
  1742. o219.Position = Vector3.new(-1091.32593, -148.675293, 1080.37561)
  1743. o219.Orientation = Vector3.new(10.5299997, 130.550003, -175.539993)
  1744. o220.Parent = o219
  1745. o220.Texture = "http://www.roblox.com/asset/?id=178913323"
  1746. o220.Face = Enum.NormalId.Back
  1747. o221.Name = "StarterCharacter"
  1748. o221.Parent = o1
  1749. o221.PrimaryPart = o222
  1750. o222.Name = "Head"
  1751. o222.Parent = o221
  1752. o222.BrickColor = BrickColor.new("Really red")
  1753. o222.Position = Vector3.new(-3080.48828, 1537.59766, -1355.00623)
  1754. o222.Rotation = Vector3.new(174.050003, -46.9500008, 166.149994)
  1755. o222.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1756. o222.Anchored = true
  1757. o222.Locked = true
  1758. o222.FormFactor = Enum.FormFactor.Symmetric
  1759. o222.Size = Vector3.new(906.457886, 454.475342, 382.429871)
  1760. o222.CFrame = CFrame.new(-3080.48828, 1537.59766, -1355.00623, -0.662782609, -0.163362086, -0.730776429, -0.164445981, 0.98384285, -0.0707893968, 0.730534971, 0.0732550621, -0.678936899)
  1761. o222.TopSurface = Enum.SurfaceType.Smooth
  1762. o222.Color = Color3.new(1, 0, 0)
  1763. o222.Position = Vector3.new(-3080.48828, 1537.59766, -1355.00623)
  1764. o222.Orientation = Vector3.new(4.05999994, -132.889999, -9.48999977)
  1765. o222.Color = Color3.new(1, 0, 0)
  1766. o223.Parent = o222
  1767. o223.Scale = Vector3.new(1.25, 1.25, 1.25)
  1768. o223.Scale = Vector3.new(1.25, 1.25, 1.25)
  1769. o224.Name = "HairAttachment"
  1770. o224.Parent = o222
  1771. o224.Position = Vector3.new(0, 0.600000024, 0)
  1772. o224.CFrame = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1773. o224.Position = Vector3.new(0, 0.600000024, 0)
  1774. o225.Name = "HatAttachment"
  1775. o225.Parent = o222
  1776. o225.Position = Vector3.new(0, 0.600000024, 0)
  1777. o225.CFrame = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1778. o225.Position = Vector3.new(0, 0.600000024, 0)
  1779. o226.Name = "FaceFrontAttachment"
  1780. o226.Parent = o222
  1781. o226.Position = Vector3.new(0, 0, -0.600000024)
  1782. o226.CFrame = CFrame.new(0, 0, -0.600000024, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1783. o226.Position = Vector3.new(0, 0, -0.600000024)
  1784. o227.Name = "FaceCenterAttachment"
  1785. o227.Parent = o222
  1786. o228.Name = "GettingUp"
  1787. o228.Parent = o222
  1788. o228.SoundId = "rbxasset://sounds/action_get_up.mp3"
  1789. o228.Volume = 0.64999997615814
  1790. o229.Name = "Died"
  1791. o229.Parent = o222
  1792. o229.SoundId = "rbxasset://sounds/uuhhh.mp3"
  1793. o229.Volume = 0.64999997615814
  1794. o230.Name = "FreeFalling"
  1795. o230.Parent = o222
  1796. o230.SoundId = "rbxasset://sounds/action_falling.mp3"
  1797. o230.TimePosition = 0.53266743760241
  1798. o230.Volume = 0
  1799. o230.Looped = true
  1800. o231.Name = "Jumping"
  1801. o231.Parent = o222
  1802. o231.SoundId = "rbxasset://sounds/action_jump.mp3"
  1803. o231.Volume = 0.64999997615814
  1804. o232.Name = "Landing"
  1805. o232.Parent = o222
  1806. o232.SoundId = "rbxasset://sounds/action_jump_land.mp3"
  1807. o232.Volume = 1
  1808. o233.Name = "Splash"
  1809. o233.Parent = o222
  1810. o233.SoundId = "rbxasset://sounds/impact_water.mp3"
  1811. o233.Volume = 0.64999997615814
  1812. o234.Name = "Running"
  1813. o234.Parent = o222
  1814. o234.Pitch = 1.8500000238419
  1815. o234.SoundId = "rbxasset://sounds/action_footsteps_plastic.mp3"
  1816. o234.Volume = 0.64999997615814
  1817. o234.Looped = true
  1818. o235.Name = "Swimming"
  1819. o235.Parent = o222
  1820. o235.Pitch = 1.6000000238419
  1821. o235.SoundId = "rbxasset://sounds/action_swim.mp3"
  1822. o235.Volume = 0.64999997615814
  1823. o235.Looped = true
  1824. o236.Name = "Climbing"
  1825. o236.Parent = o222
  1826. o236.SoundId = "rbxasset://sounds/action_footsteps_plastic.mp3"
  1827. o236.Volume = 0.64999997615814
  1828. o236.Looped = true
  1829. o237.Parent = o222
  1830. o237.Part0 = o222
  1831. o237.Part1 = o266
  1832. o238.Name = "Torso"
  1833. o238.Parent = o221
  1834. o238.BrickColor = BrickColor.new("Really red")
  1835. o238.Position = Vector3.new(-2969.12231, 866.89917, -1404.94519)
  1836. o238.Rotation = Vector3.new(174.050003, -46.9500008, 166.149994)
  1837. o238.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1838. o238.Anchored = true
  1839. o238.Locked = true
  1840. o238.FormFactor = Enum.FormFactor.Symmetric
  1841. o238.Size = Vector3.new(906.457886, 908.950684, 382.429871)
  1842. o238.CFrame = CFrame.new(-2969.12231, 866.89917, -1404.94519, -0.662782609, -0.163362086, -0.730776429, -0.164445981, 0.98384285, -0.0707893968, 0.730534971, 0.0732550621, -0.678936899)
  1843. o238.LeftSurface = Enum.SurfaceType.Weld
  1844. o238.RightSurface = Enum.SurfaceType.Weld
  1845. o238.Color = Color3.new(1, 0, 0)
  1846. o238.Position = Vector3.new(-2969.12231, 866.89917, -1404.94519)
  1847. o238.Orientation = Vector3.new(4.05999994, -132.889999, -9.48999977)
  1848. o238.Color = Color3.new(1, 0, 0)
  1849. o239.Name = "NeckAttachment"
  1850. o239.Parent = o238
  1851. o239.Position = Vector3.new(0, 1, 0)
  1852. o239.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1853. o239.Position = Vector3.new(0, 1, 0)
  1854. o240.Name = "BodyFrontAttachment"
  1855. o240.Parent = o238
  1856. o240.Position = Vector3.new(0, 0, -0.5)
  1857. o240.CFrame = CFrame.new(0, 0, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1858. o240.Position = Vector3.new(0, 0, -0.5)
  1859. o241.Name = "BodyBackAttachment"
  1860. o241.Parent = o238
  1861. o241.Position = Vector3.new(0, 0, 0.5)
  1862. o241.CFrame = CFrame.new(0, 0, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1863. o241.Position = Vector3.new(0, 0, 0.5)
  1864. o242.Name = "LeftCollarAttachment"
  1865. o242.Parent = o238
  1866. o242.Position = Vector3.new(-1, 1, 0)
  1867. o242.CFrame = CFrame.new(-1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1868. o242.Position = Vector3.new(-1, 1, 0)
  1869. o243.Name = "RightCollarAttachment"
  1870. o243.Parent = o238
  1871. o243.Position = Vector3.new(1, 1, 0)
  1872. o243.CFrame = CFrame.new(1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1873. o243.Position = Vector3.new(1, 1, 0)
  1874. o244.Name = "WaistFrontAttachment"
  1875. o244.Parent = o238
  1876. o244.Position = Vector3.new(0, -1, -0.5)
  1877. o244.CFrame = CFrame.new(0, -1, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1878. o244.Position = Vector3.new(0, -1, -0.5)
  1879. o245.Name = "WaistCenterAttachment"
  1880. o245.Parent = o238
  1881. o245.Position = Vector3.new(0, -1, 0)
  1882. o245.CFrame = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1883. o245.Position = Vector3.new(0, -1, 0)
  1884. o246.Name = "WaistBackAttachment"
  1885. o246.Parent = o238
  1886. o246.Position = Vector3.new(0, -1, 0.5)
  1887. o246.CFrame = CFrame.new(0, -1, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1888. o246.Position = Vector3.new(0, -1, 0.5)
  1889. o247.Parent = o238
  1890. o248.Name = "Join!"
  1891. o248.Parent = o247
  1892. o248.Size = UDim2.new(1,0,1,0)
  1893. o248.Text = "Team raulib join today!"
  1894. o248.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  1895. o248.BackgroundTransparency = 1
  1896. o248.BorderSizePixel = 0
  1897. o248.ClipsDescendants = true
  1898. o248.Font = Enum.Font.Highway
  1899. o248.FontSize = Enum.FontSize.Size96
  1900. o248.TextColor3 = Color3.new(0, 0, 0)
  1901. o248.TextStrokeTransparency = 0
  1902. o248.TextWrapped = true
  1903. o249.Name = "Right Shoulder"
  1904. o249.Parent = o238
  1905. o249.C0 = CFrame.new(453.228943, 227.237671, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1906. o249.C1 = CFrame.new(-226.614471, 227.237671, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1907. o249.Part0 = o238
  1908. o249.Part1 = o256
  1909. o250.Name = "Left Shoulder"
  1910. o250.Parent = o238
  1911. o250.C0 = CFrame.new(-453.228943, 227.237671, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1912. o250.C1 = CFrame.new(226.614471, 227.237671, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1913. o250.Part0 = o238
  1914. o250.Part1 = o254
  1915. o251.Name = "Right Hip"
  1916. o251.Parent = o238
  1917. o251.C0 = CFrame.new(453.228943, -454.475342, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1918. o251.C1 = CFrame.new(226.614471, 454.475342, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1919. o251.Part0 = o238
  1920. o251.Part1 = o259
  1921. o252.Name = "Left Hip"
  1922. o252.Parent = o238
  1923. o252.C0 = CFrame.new(-453.228943, -454.475342, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1924. o252.C1 = CFrame.new(-226.614471, 454.475342, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1925. o252.Part0 = o238
  1926. o252.Part1 = o258
  1927. o253.Name = "Neck"
  1928. o253.Parent = o238
  1929. o253.C0 = CFrame.new(0, 454.475342, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1930. o253.C1 = CFrame.new(0, -227.237671, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  1931. o253.Part0 = o238
  1932. o253.Part1 = o222
  1933. o254.Name = "Left Arm"
  1934. o254.Parent = o221
  1935. o254.BrickColor = BrickColor.new("Really red")
  1936. o254.Position = Vector3.new(-2518.53394, 978.696655, -1901.59448)
  1937. o254.Rotation = Vector3.new(174.050003, -46.9500008, 166.149994)
  1938. o254.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1939. o254.Anchored = true
  1940. o254.CanCollide = false
  1941. o254.Locked = true
  1942. o254.FormFactor = Enum.FormFactor.Symmetric
  1943. o254.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  1944. o254.CFrame = CFrame.new(-2518.53394, 978.696655, -1901.59448, -0.662782609, -0.163362086, -0.730776429, -0.164445981, 0.98384285, -0.0707893968, 0.730534971, 0.0732550621, -0.678936899)
  1945. o254.Color = Color3.new(1, 0, 0)
  1946. o254.Position = Vector3.new(-2518.53394, 978.696655, -1901.59448)
  1947. o254.Orientation = Vector3.new(4.05999994, -132.889999, -9.48999977)
  1948. o254.Color = Color3.new(1, 0, 0)
  1949. o255.Name = "LeftShoulderAttachment"
  1950. o255.Parent = o254
  1951. o255.Position = Vector3.new(0, 1, 0)
  1952. o255.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1953. o255.Position = Vector3.new(0, 1, 0)
  1954. o256.Name = "Right Arm"
  1955. o256.Parent = o221
  1956. o256.BrickColor = BrickColor.new("Really red")
  1957. o256.Position = Vector3.new(-3419.71069, 755.101685, -908.295837)
  1958. o256.Rotation = Vector3.new(174.050003, -46.9500008, 166.149994)
  1959. o256.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1960. o256.Anchored = true
  1961. o256.CanCollide = false
  1962. o256.Locked = true
  1963. o256.FormFactor = Enum.FormFactor.Symmetric
  1964. o256.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  1965. o256.CFrame = CFrame.new(-3419.71069, 755.101685, -908.295837, -0.662782609, -0.163362086, -0.730776429, -0.164445981, 0.98384285, -0.0707893968, 0.730534971, 0.0732550621, -0.678936899)
  1966. o256.Color = Color3.new(1, 0, 0)
  1967. o256.Position = Vector3.new(-3419.71069, 755.101685, -908.295837)
  1968. o256.Orientation = Vector3.new(4.05999994, -132.889999, -9.48999977)
  1969. o256.Color = Color3.new(1, 0, 0)
  1970. o257.Name = "RightShoulderAttachment"
  1971. o257.Parent = o256
  1972. o257.Position = Vector3.new(0, 1, 0)
  1973. o257.CFrame = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1974. o257.Position = Vector3.new(0, 1, 0)
  1975. o258.Name = "Left Leg"
  1976. o258.Parent = o221
  1977. o258.BrickColor = BrickColor.new("Really red")
  1978. o258.Position = Vector3.new(-2670.43799, 9.90039063, -1637.0802)
  1979. o258.Rotation = Vector3.new(174.050003, -46.9500008, 166.149994)
  1980. o258.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1981. o258.Anchored = true
  1982. o258.CanCollide = false
  1983. o258.Locked = true
  1984. o258.FormFactor = Enum.FormFactor.Symmetric
  1985. o258.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  1986. o258.CFrame = CFrame.new(-2670.43799, 9.90039063, -1637.0802, -0.662782609, -0.163362086, -0.730776429, -0.164445981, 0.98384285, -0.0707893968, 0.730534971, 0.0732550621, -0.678936899)
  1987. o258.BottomSurface = Enum.SurfaceType.Smooth
  1988. o258.Color = Color3.new(1, 0, 0)
  1989. o258.Position = Vector3.new(-2670.43799, 9.90039063, -1637.0802)
  1990. o258.Orientation = Vector3.new(4.05999994, -132.889999, -9.48999977)
  1991. o258.Color = Color3.new(1, 0, 0)
  1992. o259.Name = "Right Leg"
  1993. o259.Parent = o221
  1994. o259.BrickColor = BrickColor.new("Really red")
  1995. o259.Position = Vector3.new(-2970.83032, -64.6313477, -1305.98059)
  1996. o259.Rotation = Vector3.new(174.050003, -46.9500008, 166.149994)
  1997. o259.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  1998. o259.Anchored = true
  1999. o259.CanCollide = false
  2000. o259.Locked = true
  2001. o259.FormFactor = Enum.FormFactor.Symmetric
  2002. o259.Size = Vector3.new(453.228943, 908.950684, 382.429871)
  2003. o259.CFrame = CFrame.new(-2970.83032, -64.6313477, -1305.98059, -0.662782609, -0.163362086, -0.730776429, -0.164445981, 0.98384285, -0.0707893968, 0.730534971, 0.0732550621, -0.678936899)
  2004. o259.BottomSurface = Enum.SurfaceType.Smooth
  2005. o259.Color = Color3.new(1, 0, 0)
  2006. o259.Position = Vector3.new(-2970.83032, -64.6313477, -1305.98059)
  2007. o259.Orientation = Vector3.new(4.05999994, -132.889999, -9.48999977)
  2008. o259.Color = Color3.new(1, 0, 0)
  2009. o260.Parent = o221
  2010. o260.RightLeg = o259
  2011. o260.LeftLeg = o258
  2012. o260.Torso = o262
  2013. o262.Name = "HumanoidRootPart"
  2014. o262.Parent = o221
  2015. o262.Transparency = 1
  2016. o262.Position = Vector3.new(-2969.12231, 866.89917, -1404.94519)
  2017. o262.Rotation = Vector3.new(174.050003, -46.9500008, 166.149994)
  2018. o262.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  2019. o262.Anchored = true
  2020. o262.CanCollide = false
  2021. o262.Locked = true
  2022. o262.FormFactor = Enum.FormFactor.Symmetric
  2023. o262.Size = Vector3.new(906.457886, 908.950684, 382.429871)
  2024. o262.CFrame = CFrame.new(-2969.12231, 866.89917, -1404.94519, -0.662782609, -0.163362086, -0.730776429, -0.164445981, 0.98384285, -0.0707893968, 0.730534971, 0.0732550621, -0.678936899)
  2025. o262.BottomSurface = Enum.SurfaceType.Smooth
  2026. o262.TopSurface = Enum.SurfaceType.Smooth
  2027. o262.Position = Vector3.new(-2969.12231, 866.89917, -1404.94519)
  2028. o262.Orientation = Vector3.new(4.05999994, -132.889999, -9.48999977)
  2029. o263.Name = "RootJoint"
  2030. o263.Parent = o262
  2031. o263.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  2032. o263.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  2033. o263.Part0 = o262
  2034. o263.Part1 = o238
  2035. o264.Parent = o221
  2036. o264.HeadColor = BrickColor.new("Really red")
  2037. o264.LeftArmColor = BrickColor.new("Really red")
  2038. o264.LeftLegColor = BrickColor.new("Really red")
  2039. o264.RightArmColor = BrickColor.new("Really red")
  2040. o264.RightLegColor = BrickColor.new("Really red")
  2041. o264.TorsoColor = BrickColor.new("Really red")
  2042. o265.Name = "Hed"
  2043. o265.Parent = o221
  2044. o266.Name = "Middle"
  2045. o266.Parent = o265
  2046. o266.BrickColor = BrickColor.new("Really red")
  2047. o266.Position = Vector3.new(-3080.48828, 1537.59766, -1355.00623)
  2048. o266.Rotation = Vector3.new(174.050003, -46.9500008, 166.149994)
  2049. o266.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  2050. o266.Anchored = true
  2051. o266.FormFactor = Enum.FormFactor.Symmetric
  2052. o266.Size = Vector3.new(906.457886, 454.475342, 382.429871)
  2053. o266.CFrame = CFrame.new(-3080.48828, 1537.59766, -1355.00623, -0.662782609, -0.163362086, -0.730776429, -0.164445981, 0.98384285, -0.0707893968, 0.730534971, 0.0732550621, -0.678936899)
  2054. o266.BottomSurface = Enum.SurfaceType.Smooth
  2055. o266.TopSurface = Enum.SurfaceType.Smooth
  2056. o266.Color = Color3.new(1, 0, 0)
  2057. o266.Position = Vector3.new(-3080.48828, 1537.59766, -1355.00623)
  2058. o266.Orientation = Vector3.new(4.05999994, -132.889999, -9.48999977)
  2059. o266.Color = Color3.new(1, 0, 0)
  2060. o267.Parent = o266
  2061. o267.Scale = Vector3.new(1.25, 1.25, 1.25)
  2062. o267.Scale = Vector3.new(1.25, 1.25, 1.25)
  2063. o268.Parent = o266
  2064. o268.InitialPrompt = "Team raulib join today!"
  2065. o268.Purpose = Enum.DialogPurpose.Quest
  2066. o268.Tone = Enum.DialogTone.Enemy
  2067. o269.Parent = o268
  2068. o269.ResponseDialog = "Team raulib join today!"
  2069. o269.UserDialog = "NO"
  2070. o270.Parent = o269
  2071. o270.ResponseDialog = "Team raulib join today!"
  2072. o270.UserDialog = "NO"
  2073. o271.Parent = o270
  2074. o271.ResponseDialog = "Team raulib join today!"
  2075. o271.UserDialog = "NO YOU FAGGOT"
  2076. o272.Parent = o268
  2077. o272.ResponseDialog = "Team raulib join today!"
  2078. o272.UserDialog = "Oke"
  2079. o273.Parent = o272
  2080. o273.ResponseDialog = "Discord: https://discord.gg/t8PQ8mN"
  2081. o273.UserDialog = "Okay ima type it"
  2082. o274.Parent = o266
  2083. o274.Texture = "http://www.roblox.com/asset/?id=145914523"
  2084. o275.Parent = o266
  2085. o275.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2086. o275.C1 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2087. o275.Part0 = o266
  2088. o275.Part1 = o266
  2089. o276.Parent = o266
  2090. o276.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2091. o276.C1 = CFrame.new(101.977547, -156.794006, 191.21347, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2092. o276.Part0 = o266
  2093. o276.Part1 = o282
  2094. o277.Parent = o266
  2095. o277.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2096. o277.C1 = CFrame.new(-101.974525, -156.800125, 191.21347, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2097. o277.Part0 = o266
  2098. o277.Part1 = o284
  2099. o278.Parent = o266
  2100. o278.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2101. o278.C1 = CFrame.new(39.4905167, -320.507355, -173.723633, 0.999808788, -0.0185394939, 0.00622857502, 0.0193004031, 0.883778512, -0.467507124, 0.0031626639, 0.46753794, 0.8839674)
  2102. o278.Part0 = o266
  2103. o278.Part1 = o286
  2104. o279.Parent = o266
  2105. o279.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2106. o279.C1 = CFrame.new(-12.5909414, -340.799286, -130.87088, 0.00786922313, 0.0892145708, -0.995981336, -0.469045639, 0.87997365, 0.0751173124, 0.883138895, 0.466569602, 0.0487704128)
  2107. o279.Part0 = o266
  2108. o279.Part1 = o288
  2109. o280.Parent = o266
  2110. o280.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2111. o280.C1 = CFrame.new(-2.64007807, -329.557434, -164.701706, -0.999838829, -0.0163057409, -0.00751622906, -0.0178065915, 0.846867561, 0.531505704, -0.00230134395, 0.531553864, -0.847021341)
  2112. o280.Part0 = o266
  2113. o280.Part1 = o290
  2114. o281.Parent = o266
  2115. o281.C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2116. o281.C1 = CFrame.new(-26.4725304, -321.87088, -162.6418, -0.007781466, 0.0153909577, 0.999851286, 0.470533401, 0.882326543, -0.00991988648, -0.882347941, 0.470386177, -0.0141077526)
  2117. o281.Part0 = o266
  2118. o281.Part1 = o292
  2119. o282.Name = "Eye 2"
  2120. o282.Parent = o265
  2121. o282.Transparency = 1
  2122. o282.Position = Vector3.new(-2898.7793, 1722.16406, -1288.19653)
  2123. o282.Rotation = Vector3.new(174.050003, -46.9500008, 166.149994)
  2124. o282.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  2125. o282.Anchored = true
  2126. o282.FormFactor = Enum.FormFactor.Symmetric
  2127. o282.Size = Vector3.new(231.146835, 213.603424, 76.4859695)
  2128. o282.CFrame = CFrame.new(-2898.7793, 1722.16406, -1288.19653, -0.662782609, -0.163362086, -0.730776429, -0.164445981, 0.98384285, -0.0707893968, 0.730534971, 0.0732550621, -0.678936899)
  2129. o282.Position = Vector3.new(-2898.7793, 1722.16406, -1288.19653)
  2130. o282.Orientation = Vector3.new(4.05999994, -132.889999, -9.48999977)
  2131. o283.Parent = o282
  2132. o283.Texture = "http://www.roblox.com/asset/?id=178913323"
  2133. o284.Name = "Eye 1"
  2134. o284.Parent = o265
  2135. o284.Transparency = 1
  2136. o284.Position = Vector3.new(-3033.95605, 1688.63086, -1139.20203)
  2137. o284.Rotation = Vector3.new(174.050003, -46.9500008, 166.149994)
  2138. o284.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  2139. o284.Anchored = true
  2140. o284.FormFactor = Enum.FormFactor.Symmetric
  2141. o284.Size = Vector3.new(231.146835, 213.603424, 76.4859695)
  2142. o284.CFrame = CFrame.new(-3033.95605, 1688.63086, -1139.20203, -0.662782609, -0.163362086, -0.730776429, -0.164445981, 0.98384285, -0.0707893968, 0.730534971, 0.0732550621, -0.678936899)
  2143. o284.Position = Vector3.new(-3033.95605, 1688.63086, -1139.20203)
  2144. o284.Orientation = Vector3.new(4.05999994, -132.889999, -9.48999977)
  2145. o285.Parent = o284
  2146. o285.Texture = "http://www.roblox.com/asset/?id=178913323"
  2147. o286.Name = "Loom3"
  2148. o286.Parent = o265
  2149. o286.Transparency = 1
  2150. o286.Position = Vector3.new(-3113.91211, 1899.79944, -1308.56177)
  2151. o286.Rotation = Vector3.new(-135.399994, 30.4799995, 147.080002)
  2152. o286.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  2153. o286.Anchored = true
  2154. o286.FormFactor = Enum.FormFactor.Symmetric
  2155. o286.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  2156. o286.CFrame = CFrame.new(-3113.91211, 1899.79944, -1308.56177, -0.723479867, -0.468335778, 0.507188976, -0.0879915431, 0.791253209, 0.605124831, -0.68471539, 0.393167794, -0.613666832)
  2157. o286.Position = Vector3.new(-3113.91211, 1899.79944, -1308.56177)
  2158. o286.Orientation = Vector3.new(-37.2400017, 140.429993, -6.3499999)
  2159. o287.Parent = o286
  2160. o287.Texture = "http://www.roblox.com/asset/?id=178913323"
  2161. o287.Face = Enum.NormalId.Back
  2162. o288.Name = "Loom4"
  2163. o288.Parent = o265
  2164. o288.Transparency = 1
  2165. o288.Position = Vector3.new(-3094.4707, 1900.14978, -1312.69397)
  2166. o288.Rotation = Vector3.new(-146.059998, -43.5699997, -159.919998)
  2167. o288.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  2168. o288.Anchored = true
  2169. o288.FormFactor = Enum.FormFactor.Symmetric
  2170. o288.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  2171. o288.CFrame = CFrame.new(-3094.4707, 1900.14978, -1312.69397, -0.680444062, 0.248799622, -0.689272702, -0.0765690729, 0.911312044, 0.4045344, 0.728791893, 0.32803908, -0.601045489)
  2172. o288.Position = Vector3.new(-3094.4707, 1900.14978, -1312.69397)
  2173. o288.Orientation = Vector3.new(-23.8600006, -131.089996, -4.80000019)
  2174. o289.Parent = o288
  2175. o289.Texture = "http://www.roblox.com/asset/?id=178913323"
  2176. o289.Face = Enum.NormalId.Back
  2177. o290.Name = "Loom2"
  2178. o290.Parent = o265
  2179. o290.Transparency = 1
  2180. o290.Position = Vector3.new(-3110.26294, 1904.76001, -1348.15076)
  2181. o290.Rotation = Vector3.new(-30.2099991, -40.2799988, -17.3099995)
  2182. o290.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  2183. o290.Anchored = true
  2184. o290.FormFactor = Enum.FormFactor.Symmetric
  2185. o290.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  2186. o290.CFrame = CFrame.new(-3110.26294, 1904.76001, -1348.15076, 0.728340745, 0.226939335, -0.646544993, 0.0534996912, 0.921849072, 0.38383913, 0.683123827, -0.314156592, 0.659280181)
  2187. o290.Position = Vector3.new(-3110.26294, 1904.76001, -1348.15076)
  2188. o290.Orientation = Vector3.new(-22.5699997, -44.4399986, 3.31999993)
  2189. o291.Parent = o290
  2190. o291.Texture = "http://www.roblox.com/asset/?id=178913323"
  2191. o291.Face = Enum.NormalId.Back
  2192. o292.Name = "Loom1"
  2193. o292.Parent = o265
  2194. o292.Transparency = 1
  2195. o292.Position = Vector3.new(-3131.1958, 1895.57593, -1349.14929)
  2196. o292.Rotation = Vector3.new(-39.0800018, 33.9599991, 36.5999985)
  2197. o292.Velocity = Vector3.new(-7.63749301e-20, 0, 2.90175062e-19)
  2198. o292.Anchored = true
  2199. o292.FormFactor = Enum.FormFactor.Symmetric
  2200. o292.Size = Vector3.new(536.730835, 519.64801, 223.097504)
  2201. o292.CFrame = CFrame.new(-3131.1958, 1895.57593, -1349.14929, 0.665856242, -0.494568169, 0.558605433, 0.180114657, 0.833130598, 0.522926986, -0.724015713, -0.247580767, 0.643822968)
  2202. o292.Position = Vector3.new(-3131.1958, 1895.57593, -1349.14929)
  2203. o292.Orientation = Vector3.new(-31.5300007, 40.9500008, 12.1999998)
  2204. o293.Parent = o292
  2205. o293.Texture = "http://www.roblox.com/asset/?id=178913323"
  2206. o293.Face = Enum.NormalId.Back
  2207. o294.Parent = game:GetService("Lighting")
  2208. o294.SkyboxBk = "rbxassetid://512969578"
  2209. o294.SkyboxDn = "rbxassetid://512969578"
  2210. o294.SkyboxFt = "rbxassetid://512969578"
  2211. o294.SkyboxLf = "rbxassetid://512969578"
  2212. o294.SkyboxRt = "rbxassetid://512969578"
  2213. o294.SkyboxUp = "rbxassetid://512969578"
  2214. o295.Parent = workspace
  2215. o295.SoundId = "rbxassetid://158353213"
  2216. o295:Play()
  2217. o295.Looped = true
  2218. mas.Parent = workspace
  2219. mas:MakeJoints()
  2220. local mas1 = mas:GetChildren()
  2221. for i=1,#mas1 do
  2222. mas1[i].Parent = workspace
  2223. ypcall(function() mas1[i]:MakeJoints() end)
  2224. end
  2225. mas:Destroy()
  2226. for i=1,#cors do
  2227. coroutine.resume(cors[i])
  2228. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement