Advertisement
lafur

Untitled

May 23rd, 2020
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.47 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 12666
  3. local genv={}
  4. Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
  5. local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
  6. function(t,f)
  7. for a,b in pairs(t) do
  8. f(a,b)
  9. end
  10. end
  11. local Types = {
  12. Color3 = Color3.new,
  13. Vector3 = Vector3.new,
  14. Vector2 = Vector2.new,
  15. UDim = UDim.new,
  16. UDim2 = UDim2.new,
  17. CFrame = CFrame.new,
  18. Rect = Rect.new,
  19. NumberRange = NumberRange.new,
  20. BrickColor = BrickColor.new,
  21. PhysicalProperties = PhysicalProperties.new,
  22. NumberSequence = function(...)
  23. local a = {...}
  24. local t = {}
  25. repeat
  26. t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
  27. until #a==0
  28. return NumberSequence.new(t)
  29. end,
  30. ColorSequence = function(...)
  31. local a = {...}
  32. local t = {}
  33. repeat
  34. t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
  35. until #a==0
  36. return ColorSequence.new(t)
  37. end,
  38. number = tonumber,
  39. boolean = function(a)
  40. return a=="1"
  41. end
  42. }
  43. split = function(str,sep)
  44. if not str then return end
  45. local fields = {}
  46. local ConcatNext = false
  47. str:gsub(("([^%s]+)"):format(sep),function(c)
  48. if ConcatNext == true then
  49. fields[#fields] = fields[#fields]..sep..c
  50. ConcatNext = false
  51. else
  52. fields[#fields+1] = c
  53. end
  54. if c:sub(#c)=="\\" then
  55. c = fields[#fields]
  56. fields[#fields] = c:sub(1,#c-1)
  57. ConcatNext = true
  58. end
  59. end)
  60. return fields
  61. end
  62. RemoveAndSplit = function(t)
  63. return split(table_remove(t,1),comma)
  64. end
  65. t = split(str,";")
  66. props = RemoveAndSplit(t)
  67. classes = RemoveAndSplit(t)
  68. values = split(table_remove(t,1),'|')
  69. ICList = RemoveAndSplit(t)
  70. InstanceList = {}
  71. Model = inst"Model"
  72. CurPar = Model
  73. table_foreach(t,function(ct,c)
  74. if c=="n" or c=="p" then
  75. CurPar = c=="n" and LastIns or CurPar[parnt]
  76. else
  77. ct = split(c,"|")
  78. local class = classes[tonum(table_remove(ct,1))]
  79. if class=="UnionOperation" then
  80. LastIns = {UsePartColor="1"}
  81. else
  82. LastIns = inst(class)
  83. if LastIns:IsA"Script" then
  84. s(LastIns)
  85. elseif LastIns:IsA("ModuleScript") then
  86. ms(LastIns)
  87. end
  88. end
  89.  
  90. local function SetProperty(LastIns,p,str,s)
  91. s = Types[typeof(LastIns[p])]
  92. if p=="CustomPhysicalProperties" then
  93. s = PhysicalProperties.new
  94. end
  95. if s then
  96. LastIns[p] = s(unpack(split(str,comma)))
  97. else
  98. LastIns[p] = str
  99. end
  100. end
  101.  
  102. local UnionData
  103. table_foreach(ct,function(s,p,a,str)
  104. a = p:find":"
  105. p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
  106. if p=="UnionData" then
  107. UnionData = split(str," ")
  108. return
  109. end
  110. if class=="UnionOperation" then
  111. LastIns[p] = str
  112. return
  113. end
  114. SetProperty(LastIns,p,str)
  115. end)
  116.  
  117. if UnionData then
  118. local LI_Data = LastIns
  119. LastIns = DecodeUnion(UnionData)
  120. table_foreach(LI_Data,function(p,str)
  121. SetProperty(LastIns,p,str)
  122. end)
  123. end
  124. table.insert(InstanceList,LastIns)
  125. LastIns[parnt] = CurPar
  126. end
  127. end)
  128. table_remove(ICList,1)
  129. table_foreach(ICList,function(a,b)
  130. b = split(b,">")
  131. InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
  132. end)
  133.  
  134. return Model:GetChildren()
  135. end
  136.  
  137. local Objects = Decode('Name,Anchored,CustomPhysicalProperties,Color,Position,Orientation,Size,PrimaryPart,Transparency,CFrame,Value,CanCollide,Rotation,C0,C1,Part0,Part1,Texture,LightInfluence,Speed,Lifetime,Rate,RotSpeed,H'
  138. ..'ipHeight,BottomSurface,TopSurface,Scale,AnimationId,ShirtTemplate,PantsTemplate,Material,Velocity,Locked,BackSurface,FrontSurface,LeftSurface,RightSurface,MaxVelocity,Shape;Part,Model,MeshPart,Attachm'
  139. ..'ent,Vector3Value,Motor6D,ParticleEmitter,Humanoid,SpecialMesh,Decal,Animation,Shirt,Pants,ManualWeld;Part|dio\'s EPIC hair my dude|1|0.0099,0.3,0.5,1,1|1,0.6862,0|-13.7819,4.5202,25.182|0,-24.4,0|1.99'
  140. ..',2.6299,2.06|DIO|HumanoidRootPart|-13.8285,3,24.9367|0,-25.5,0|2,2,1|RootRigAttachment|0,-1,0|0,-1,0,1,0,0,0,1,0,0,0,1|OriginalPosition|0,-0.35,0|OriginalSize|LeftHand|-15.1824,2.1499,24.291|0.9999,0.'
  141. ..'3,0.9999|0|LeftWristRigAttachment|0.0004,0.125,0|0.0004,0.125,0,1,0,0,0,1,0,0,0,1|LeftGripAttachment|0,-0.15,-0.0001|-90,-0,0|-90,-0,-0|0,-0.15,-0.0001,1,0,-0,0,0,1,0,-1,0|LeftWrist|0.0004,-0.501,0,1,'
  142. ..'0,0,0,1,0,0,0,1|LeftLowerArm|-15.1824,2.7759,24.291|0.9999,1.0519,1|LeftElbowRigAttachment|0.0004,0.2586,0|0.0004,0.2586,0,1,0,0,0,1,0,0,0,1|0.0004,-0.501,0|LeftElbow|0.0004,-0.3341,0,1,0,0,0,1,0,0,0,'
  143. ..'1|LeftUpperArm|-15.1824,3.3686,24.291|0.9999,1.1686,0.9999|LeftShoulderRigAttachment|0.5,0.3943,0|0.5,0.3943,0,1,0,0,0,1,0,0,0,1|0.0004,-0.3341,0|LeftShoulderAttachment|0,0.5843,-0.0001|0,0.5843,-0.00'
  144. ..'01,1,0,0,0,1,0,0,0,1|LeftShoulder|-1,0.563,0,1,0,0,0,1,0,0,0,1|RightHand|-12.4746,2.1499,25.5825|RightWristRigAttachment|0,0.125,0|0,0.125,0,1,0,0,0,1,0,0,0,1|RightGripAttachment|RightWrist|0,-0.501,-'
  145. ..'0.0001,1,0,0,0,1,0,0,0,1|RightLowerArm|-12.4746,2.7759,25.5825|RightElbowRigAttachment|0,0.2585,0|0,0.2585,0,1,0,0,0,1,0,0,0,1|0,-0.501,-0.0001|RightElbow|-0.0001,-0.3342,0,1,0,0,0,1,0,0,0,1|RightUppe'
  146. ..'rArm|-12.4746,3.3686,25.5825|RightShoulderRigAttachment|-0.5001,0.3943,0|-0.5001,0.3943,0,1,0,0,0,1,0,0,0,1|-0.0001,-0.3342,0|RightShoulderAttachment|-0.0001,0.5843,-0.0001|-0.0001,0.5843,-0.0001,1,0,'
  147. ..'0,0,1,0,0,0,1|RightShoulder|0.9999,0.563,0,1,0,0,0,1,0,0,0,1|UpperTorso|-13.8285,3.1999,24.9367|2,1.6,1|WaistRigAttachment|-0.0001,-0.8,0|-0.0001,-0.8,0,1,0,0,0,1,0,0,0,1|NeckRigAttachment|-0.0001,0.8'
  148. ..',0|-0.0001,0.8,0,1,0,0,0,1,0,0,0,1|-1,0.563,0|0.9999,0.563,0|BodyFrontAttachment|-0.0001,-0.2,-0.5|-0.0001,-0.2,-0.5,1,0,0,0,1,0,0,0,1|BodyBackAttachment|-0.0001,-0.2,0.5|-0.0001,-0.2,0.5,1,0,0,0,1,0,'
  149. ..'0,0,1|LeftCollarAttachment|-1,0.8,-0.0001|-1,0.8,-0.0001,1,0,0,0,1,0,0,0,1|RightCollarAttachment|0.9999,0.8,0|0.9999,0.8,0,1,0,0,0,1,0,0,0,1|NeckAttachment|Waist|-0.0001,0.2,0,1,0,0,0,1,0,0,0,1|0,0.3,'
  150. ..'0,1,0.3,0|0,0.8,0,1,0.8,0|rbxassetid://930754411|12|2,2|1.5|1,1|LeftFoot|-14.2798,0.15,24.7215|1,0.3,1|LeftAnkleRigAttachment|-0.0001,0.1019,-0.0001|-0.0001,0.1019,-0.0001,1,0,0,0,1,0,0,0,1|LeftAnkle|'
  151. ..'-0.0001,-0.5472,-0.0001,1,0,0,0,1,0,0,0,1|LeftLowerLeg|-14.2798,0.799,24.7215|0.9999,1.193,0.9999|LeftKneeRigAttachment|0,0.379,-0.0001|0,0.379,-0.0001,1,0,0,0,1,0,0,0,1|-0.0001,-0.5472,-0.0001|LeftKn'
  152. ..'ee|0,-0.4012,-0.0001,1,0,0,0,1,0,0,0,1|LeftUpperLeg|-14.2798,1.5792,24.7215|1,1.2165,0.9999|LeftHipRigAttachment|0,0.4207,-0.0001|0,0.4207,-0.0001,1,0,0,0,1,0,0,0,1|0,-0.4012,-0.0001|LeftHip|-0.5001,-'
  153. ..'0.2,-0,1,0,0,0,1,0,0,0,1|RightFoot|-13.3772,0.15,25.152|0.9999,0.3,1|RightAnkleRigAttachment|-0,0.1019,0|-0,0.1019,0,1,0,0,0,1,0,0,0,1|RightAnkle|-0,-0.5472,0,1,0,0,0,1,0,0,0,1|RightLowerLeg|-13.3772,'
  154. ..'0.799,25.152|0.9999,1.193,1|RightKneeRigAttachment|-0,0.3791,0|-0,0.3791,0,1,0,0,0,1,0,0,0,1|-0,-0.5472,0|RightKnee|-0,-0.401,-0.0001,1,0,0,0,1,0,0,0,1|RightUpperLeg|-13.3772,1.5792,25.152|RightHipRig'
  155. ..'Attachment|-0,0.4207,-0.0001|-0,0.4207,-0.0001,1,0,0,0,1,0,0,0,1|-0,-0.401,-0.0001|RightHip|0.4999,-0.2,-0.0001,1,0,0,0,1,0,0,0,1|LowerTorso|-13.8285,2.1999,24.9367|1.9999,0.4,1|-0.0001,-0.2,-0|-0.000'
  156. ..'1,-0.2,-0,1,0,0,0,1,0,0,0,1|-0.0001,0.2,0|-0.5001,-0.2,-0|0.4999,-0.2,-0.0001|WaistCenterAttachment|-0.0001,-0.2,-0.0001|-0.0001,-0.2,-0.0001,1,0,0,0,1,0,0,0,1|WaistFrontAttachment|-0.0001,-0.2,-0.500'
  157. ..'1|-0.0001,-0.2,-0.5001,1,0,0,0,1,0,0,0,1|WaistBackAttachment|Root|2|Head|-13.8285,4.5,24.9367|2,1,1|0|1.25,1.25,1.25|FaceCenterAttachment|0,0,-0.0001|0,0,0,1,0,0,-0.0001,1,-0.0001,-0.0001,0,1|FaceFron'
  158. ..'tAttachment|0,0,-0.6001|0,0,-0.6001,1,0,0,-0.0001,1,-0.0001,-0.0001,0,1|HairAttachment|0,0.6,0|0,0.6,0,1,0,0,-0.0001,1,-0.0001,-0.0001,0,1|HatAttachment|0,-0.5,0|0,-0.5,0,1,0,0,0,1,0,0,0,1|Neck|http:/'
  159. ..'/www.roblox.com/asset/?id=396389196|AnimSaves|TestAnim|0ce7474f92cd8aef7cb148fce34f631e|rbxassetid://3340831182|rbxassetid://2957716658|Stand|0,1,0|272|-15.24,3.8578,26.4756|0,154.5,0|-0.0001,0,0|0.05'
  160. ..'06,0.5121,0.5532|Weld|0,0,0,-1,0,0,0,1,0,0,0,-1|-0.5151,-0.2363,-0.0099,0.9999,0,0.0012,-0.0001,1,0,-0.0013,-0.0001,0.9999|-11.6205,3.8578,28.1878|0.4888,-0.2363,-0.0275,0.9999,0,0.0012,-0.0001,1,0,-0'
  161. ..'.0013,-0.0001,0.9999|1,1,0|-13.6496,4.1627,27.7631|1.66,1.75,0.2446|-0.0248,0.0686,0.4651,0.9999,0,0.0012,-0.0001,1,0,-0.0013,-0.0001,0.9999|-14.7861,4.0966,26.6851|0,154.44,0|1.1845,2.0576,1.0963|0,0'
  162. ..',0,-1.0001,-0.0001,-0.0012,-0.0001,1,0,0.0011,-0.0001,-1.0001|-0.0153,0.0025,-0.0168,0.9999,0,0.0012,-0.0001,1,0,-0.0013,-0.0001,0.9999|-12.8505,2.063,27.6604|1.3183,2.0541,1.2255|0,0,0,1,0,-0.0001,-0'
  163. ..'.0001,1,0,0,-0.0001,1|0.1517,-0.0312,0.0276,0.9999,0,0.0012,-0.0001,1,0,-0.0013,-0.0001,0.9999|-13.6462,2.1985,26.6403|0,-25.56,0|0.4399,0.4072,0.2175|0,0,0,0.9999,-0.0001,0.0011,-0.0001,1,0,-0.0012,-'
  164. ..'0.0001,0.9999|-0.0063,0.1044,-0.5491,0.9999,0,0.0012,-0.0001,1,0,-0.0013,-0.0001,0.9999|-13.2078,3.432,26.8598|0.4974,0.7169,0.246|0,0,0,1,-0.0001,0.0011,-0.0001,1,0,-0.0012,-0.0001,1|-0.0161,-0.6622,'
  165. ..'-0.5404,0.9999,0,0.0012,-0.0001,1,0,-0.0013,-0.0001,0.9999|-12.7541,2.1985,27.0671|-0.0173,0.1044,-0.5492,0.9999,0,0.0012,-0.0001,1,0,-0.0013,-0.0001,0.9999|-13.5393,4.1463,27.5526|2.0865,2.2119,1.975'
  166. ..'4|-0.0162,0.0521,0.2276,0.9999,0,0.0012,-0.0001,1,0,-0.0013,-0.0001,0.9999|-13.3919,6.1771,27.2507|1.8842,1.2868,1.6029|-0.0135,0.583,-0.1083,0.9999,0,0.0012,-0.0001,1,0,-0.0013,-0.0001,0.9999|-14.022'
  167. ..'9,2.063,27.1012|1.3186,2.0539,1.2258|0,0,0,-1.0001,0,-0.0001,0,1,0,0,-0.0001,-1.0001|-0.1472,-0.0312,0.0292,0.9999,0,0.0012,-0.0001,1,0,-0.0013,-0.0001,0.9999|-12.0214,4.0966,28.0036|0,0,0,0.9999,0,0.'
  168. ..'0011,-0.0001,1,-0.0001,-0.0012,-0.0001,0.9999|0.0477,0.0025,-0.0206,0.9999,0,0.0012,-0.0001,1,0,-0.0013,-0.0001,0.9999|-13.4265,5.5941,27.3542|0,-25.57,0|10|face|rbxassetid://322781877|RootPart|-13.42'
  169. ..'65,4.0941,27.3542|Root Joint|0.1|0,0,0,-1,0,0,0,0,1,0,1,-0|Left Arm|-14.7796,4.0941,26.7068|1,2,1|Left Leg|-13.8775,2.0941,27.1384|Right Arm|-12.0734,4.0941,28.0015|Right Leg|-12.9755,2.0941,27.57|Tor'
  170. ..'so|Right Shoulder|1,0.5,0,0,0,1,0,1,-0,-1,0,0|-0.5,0.5,0,0,0,1,0,1,-0,-1,0,0|Left Shoulder|-1,0.5,0,0,0,-1,0,1,0,1,0,0|0.5,0.5,0,0,0,-1,0,1,0,1,0,0|Right Hip|1,-1,0,0,0,1,0,1,-0,-1,0,0|0.5,1,0,0,0,1,0'
  171. ..',1,-0,-1,0,0|0,1,0,-1,0,0,0,0,1,0,1,-0|0,-0.5,0,-1,0,0,0,0,1,0,1,-0|Left Hip|-1,-1,0,0,0,-1,0,1,0,1,0,0|-0.5,1,0,0,0,-1,0,1,0,1,0,0|0.9372,0.7215,0.2196|288|-13.3788,5.8111,26.7166|0.29,0.29,0.29|-12.'
  172. ..'9818,5.8111,26.9059;0,4>8>5,14>16>16,14>17>9,21>16>23,21>17>16,30>16>55,30>17>23,37>16>39,37>17>32,44>16>46,44>17>39,53>16>55,53>17>46,74>16>115,74>17>55,80>16>82,80>17>77,87>16>89,87>17>82,94>16>115,'
  173. ..'94>17>89,99>16>101,99>17>96,106>16>108,106>17>101,113>16>115,113>17>108,130>16>5,130>17>115,146>16>55,146>17>133,153>8>181,155>16>154,155>17>183,157>16>156,157>17>185,159>16>158,159>17>181,161>16>160,'
  174. ..'161>17>183,163>16>162,163>17>186,165>16>164,165>17>184,167>16>166,167>17>181,169>16>168,169>17>186,171>16>170,171>17>181,173>16>172,173>17>178,175>16>174,175>17>184,177>16>176,177>17>185,182>16>181,18'
  175. ..'2>17>187,188>16>187,188>17>185,189>16>187,189>17>183,190>16>187,190>17>186,191>16>187,191>17>178,192>16>187,192>17>184;2;n;2;n;3|1:2|2:3|3:4|4:5|5:6|6:7|7:8|4:5|4:5;2|1:9;n;1|1:10|2:3|9:3|5:11|6:12|7:'
  176. ..'13;n;4|1:14|5:15|10:16;n;5|1:17|11:18;p;5|1:19|11:13;p;3|1:20|5:21|6:12|7:22|12:23;n;4|1:24|5:25|10:26;n;5|1:17|11:25;p;4|1:27|5:28|6:29|13:30|10:31;n;5|1:17|11:28;p;6|1:32|14:33|15:26;5|1:19|11:22;p;'
  177. ..'3|1:34|5:35|6:12|7:36|12:23;n;4|1:37|5:38|10:39;n;5|1:17|11:38;p;4|1:24|5:40|10:33;n;5|1:17|11:40;p;6|1:41|14:42|15:39;5|1:19|11:36;p;3|1:43|5:44|6:12|7:45|12:23;n;4|1:46|5:47|10:48;n;5|1:17|11:47;p;4'
  178. ..'|1:37|5:49|10:42;n;5|1:17|11:49;p;4|1:50|5:51|10:52;n;5|1:17|11:51;p;6|1:53|14:54|15:48;5|1:19|11:45;p;3|1:55|5:56|6:12|7:22|12:23;n;4|1:57|5:58|10:59;n;5|1:17|11:58;p;4|1:60|5:28|6:29|13:30|10:31;n;5'
  179. ..'|1:17|11:28;p;6|1:61|14:62|15:59;5|1:19|11:22;p;3|1:63|5:64|6:12|7:36|12:23;n;4|1:65|5:66|10:67;n;5|1:17|11:66;p;4|1:57|5:68|10:62;n;5|1:17|11:68;p;6|1:69|14:70|15:67;5|1:19|11:36;p;3|1:71|5:72|6:12|7'
  180. ..':45|12:23;n;4|1:73|5:74|10:75;n;5|1:17|11:74;p;4|1:65|5:76|10:70;n;5|1:17|11:76;p;4|1:77|5:78|10:79;n;5|1:17|11:78;p;6|1:80|14:81|15:75;5|1:19|11:45;p;3|1:82|5:83|6:12|7:84;n;4|1:85|5:86|10:87;n;5|1:1'
  181. ..'7|11:86;p;4|1:88|5:89|10:90;n;5|1:17|11:89;p;4|1:46|5:91|10:54;n;5|1:17|11:91;p;4|1:73|5:92|10:81;n;5|1:17|11:92;p;4|1:93|5:94|10:95;n;5|1:17|11:94;p;4|1:96|5:97|10:98;n;5|1:17|11:97;p;4|1:99|5:100|10'
  182. ..':101;n;5|1:17|11:100;p;4|1:102|5:103|10:104;n;5|1:17|11:103;p;4|1:105|5:89|10:90;n;5|1:17|11:89;p;6|1:106|14:107|15:87;5|1:19|11:84;7|9:108|7:109|18:110|19:111|20:112|21:112|22:113|23:114|13:114;p;3|1'
  183. ..':115|5:116|6:12|7:117|12:23;n;4|1:118|5:119|10:120;n;5|1:17|11:119;p;6|1:121|14:122|15:120;5|1:19|11:117;p;3|1:123|5:124|6:12|7:125|12:23;n;4|1:126|5:127|10:128;n;5|1:17|11:127;p;4|1:118|5:129|10:122;'
  184. ..'n;5|1:17|11:129;p;6|1:130|14:131|15:128;5|1:19|11:125;p;3|1:132|5:133|6:12|7:134|12:23;n;4|1:135|5:136|10:137;n;5|1:17|11:136;p;4|1:126|5:138|10:131;n;5|1:17|11:138;p;6|1:139|14:140|15:137;5|1:19|11:1'
  185. ..'34;p;3|1:141|5:142|6:12|7:143|12:23;n;4|1:144|5:145|10:146;n;5|1:17|11:145;p;6|1:147|14:148|15:146;5|1:19|11:143;p;3|1:149|5:150|6:12|7:151|12:23;n;4|1:152|5:153|10:154;n;5|1:17|11:153;p;4|1:144|5:155'
  186. ..'|10:148;n;5|1:17|11:155;p;6|1:156|14:157|15:154;5|1:19|11:151;p;3|1:158|5:159|6:12|7:134|12:23;n;4|1:160|5:161|10:162;n;5|1:17|11:161;p;4|1:152|5:163|10:157;n;5|1:17|11:163;p;6|1:164|14:165|15:162;5|1'
  187. ..':19|11:134;p;3|1:166|5:167|6:12|7:168;n;4|1:14|5:169|10:170;n;5|1:17|11:169;p;4|1:85|5:171|10:107;n;5|1:17|11:171;p;4|1:135|5:172|10:140;n;5|1:17|11:172;p;4|1:160|5:173|10:165;n;5|1:17|11:173;p;4|1:17'
  188. ..'4|5:175|10:176;n;5|1:17|11:175;p;4|1:177|5:178|10:179;n;5|1:17|11:178;p;4|1:180|5:97|10:98;n;5|1:17|11:97;p;6|1:181|14:16|15:170;5|1:19|11:168;p;8|24:182;n;p;1|1:183|5:184|6:12|7:185|25:186|26:186;n;9'
  189. ..'|27:187;n;5|1:19|11:187;p;4|1:188|6:189|13:189|10:190;n;5|1:17;p;4|1:191|5:192|6:189|13:189|10:193;n;5|1:17|11:192;p;4|1:194|5:195|6:189|13:189|10:196;n;5|1:17|11:195;p;4|1:197|5:195|6:189|13:189|10:1'
  190. ..'96;n;5|1:17|11:195;p;4|1:88|5:198|10:199;n;5|1:17|11:198;p;6|1:200|14:90|15:199;5|1:19|11:185;10|18:201;p;2|1:202;n;11|1:203|28:204;p;12|29:205;13|30:206;p;p;2|1:207;n;3|4:208|31:209|5:210|6:211|32:21'
  191. ..'2|7:213|4:208|4:208;n;14|1:214|14:215|15:216;p;3|4:208|31:209|5:217|6:12|32:212|7:213|4:208|4:208;n;14|1:214|15:218;p;3|4:219|31:209|5:220|6:12|32:212|7:221|4:219|4:219;n;14|1:214|15:222;p;3|4:219|31:'
  192. ..'209|5:223|6:224|32:212|7:225|4:219|4:219;n;14|1:214|14:226|15:227;p;3|4:219|31:209|5:228|6:12|32:212|7:229|4:219|4:219;n;14|1:214|14:230|15:231;p;3|4:208|31:209|5:232|6:233|32:212|7:234|4:208|4:208;n;'
  193. ..'14|1:214|14:235|15:236;p;3|4:208|31:209|5:237|6:233|32:212|7:238|4:208|4:208;n;14|1:214|14:239|15:240;p;3|4:208|31:209|5:241|6:233|32:212|7:234|4:208|4:208;n;14|1:214|14:235|15:242;p;3|4:219|31:209|5:'
  194. ..'243|6:233|32:212|7:244|4:219|4:219;n;14|1:214|14:235|15:245;p;3|4:219|31:209|5:246|6:233|32:212|7:247|4:219|4:219;n;14|1:214|14:235|15:248;p;3|4:219|31:209|5:249|6:211|32:212|7:250|4:219|4:219;n;14|1:'
  195. ..'214|14:251|15:252;p;3|4:219|31:209|5:253|6:233|32:212|7:225|4:219|4:219;n;14|1:214|14:254|15:255;p;1|1:183|33:3|31:209|5:256|6:257|32:212|7:185|34:258|25:258|35:258|36:258|37:258|26:258;n;9|27:187;10|'
  196. ..'1:259|9:3|18:260;p;1|1:261|33:3|31:209|5:262|6:257|32:212|7:13|34:258|25:258|35:258|36:258|37:258|26:258;n;6|1:263|38:264|14:265|15:265;p;1|1:266|33:3|31:209|5:267|6:257|32:212|7:268|34:258|25:258|35:'
  197. ..'258|36:258|37:258|26:258;1|1:269|33:3|31:209|5:270|6:257|32:212|7:268|34:258|25:258|35:258|36:258|37:258|26:258;1|1:271|33:3|31:209|5:272|6:257|32:212|7:268|34:258|25:258|35:258|36:258|37:258|26:258;1'
  198. ..'|1:273|33:3|31:209|5:274|6:257|32:212|7:268|34:258|25:258|35:258|36:258|37:258|26:258;1|1:275|2:3|33:3|31:209|5:262|6:257|32:212|7:13|34:258|25:258|35:258|36:258|37:258|26:258;n;6|1:276|38:264|14:277|'
  199. ..'15:278;6|1:279|38:264|14:280|15:281;6|1:282|38:264|14:283|15:284;6|1:200|38:264|14:285|15:286;6|1:287|38:264|14:288|15:289;p;1|2:3|4:290|31:291|5:292|6:12|7:293|39:186|25:186|26:186|4:290|4:290;1|2:3|'
  200. ..'4:290|31:291|5:294|6:12|7:293|39:186|25:186|26:186|4:290|4:290;p;p;')
  201. for _,Object in pairs(Objects) do
  202. Object.Parent = script and script.Parent==workspace and script or workspace
  203. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement