Advertisement
CroClex

low budget dex

Nov 5th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.82 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local explorer = Instance.new("ScreenGui")
  5. local Explorer = Instance.new("Frame")
  6. local Top = Instance.new("Frame")
  7. local title = Instance.new("TextLabel")
  8. local workspacebtn = Instance.new("TextButton")
  9. local container = Instance.new("ScrollingFrame")
  10. local UIListLayout = Instance.new("UIListLayout")
  11. local Properties = Instance.new("Frame")
  12. local Top_2 = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local PartProperties = Instance.new("Frame")
  15. local datacontainer = Instance.new("Frame")
  16. local text = Instance.new("TextLabel")
  17. local text_2 = Instance.new("TextLabel")
  18. local text_3 = Instance.new("TextLabel")
  19. local text_4 = Instance.new("TextLabel")
  20. local text_5 = Instance.new("TextLabel")
  21. local namevalue = Instance.new("TextBox")
  22. local parentvalue = Instance.new("TextBox")
  23. local posvalue = Instance.new("TextBox")
  24. local velocityvalue = Instance.new("TextBox")
  25. local rvelocityvalue = Instance.new("TextBox")
  26. local AppearanceContainer = Instance.new("Frame")
  27. local text_6 = Instance.new("TextLabel")
  28. local text_7 = Instance.new("TextLabel")
  29. local text_8 = Instance.new("TextLabel")
  30. local text_9 = Instance.new("TextLabel")
  31. local text_10 = Instance.new("TextLabel")
  32. local colorvalue = Instance.new("TextBox")
  33. local transparentvalue = Instance.new("TextBox")
  34. local reflectvalue = Instance.new("TextBox")
  35. local materialvalue = Instance.new("TextBox")
  36. local brickcolorvalue = Instance.new("TextBox")
  37. local header = Instance.new("Frame")
  38. local appearance = Instance.new("TextLabel")
  39. local header_2 = Instance.new("Frame")
  40. local data = Instance.new("TextLabel")
  41. local ModelProperties = Instance.new("Frame")
  42. local modeldatacontainer = Instance.new("Frame")
  43. local text_11 = Instance.new("TextLabel")
  44. local text_12 = Instance.new("TextLabel")
  45. local text_13 = Instance.new("TextLabel")
  46. local text_14 = Instance.new("TextLabel")
  47. local classnamevalue = Instance.new("TextBox")
  48. local namevalue_2 = Instance.new("TextBox")
  49. local modelpvalue = Instance.new("TextBox")
  50. local primaryvalue = Instance.new("TextBox")
  51. local header_3 = Instance.new("Frame")
  52. local appearance_2 = Instance.new("TextLabel")
  53. --Properties:
  54. explorer.Name = "explorer"
  55. explorer.Parent = game.CoreGui
  56. explorer.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  57.  
  58. Explorer.Name = "Explorer"
  59. Explorer.Parent = explorer
  60. Explorer.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  61. Explorer.BorderSizePixel = 0
  62. Explorer.Position = UDim2.new(-0.000635321252, 0, -1.86264515e-09, 0)
  63. Explorer.Size = UDim2.new(0, 295, 0, 736)
  64.  
  65. Top.Name = "Top"
  66. Top.Parent = Explorer
  67. Top.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  68. Top.BorderSizePixel = 0
  69. Top.Size = UDim2.new(0, 295, 0, 26)
  70.  
  71. title.Name = "title"
  72. title.Parent = Top
  73. title.BackgroundColor3 = Color3.new(1, 1, 1)
  74. title.BackgroundTransparency = 1
  75. title.Size = UDim2.new(0, 90, 0, 26)
  76. title.Font = Enum.Font.SourceSansBold
  77. title.Text = "Explorer"
  78. title.TextColor3 = Color3.new(1, 1, 1)
  79. title.TextSize = 14
  80.  
  81. workspacebtn.Name = "workspacebtn"
  82. workspacebtn.Parent = Explorer
  83. workspacebtn.BackgroundColor3 = Color3.new(1, 1, 1)
  84. workspacebtn.Position = UDim2.new(0, 0, 0.0455341488, 0)
  85. workspacebtn.Size = UDim2.new(0, 120, 0, 27)
  86. workspacebtn.Font = Enum.Font.SourceSans
  87. workspacebtn.Text = "Workspace"
  88. workspacebtn.TextColor3 = Color3.new(0, 0, 0)
  89. workspacebtn.TextSize = 14
  90.  
  91. container.Name = "container"
  92. container.Parent = Explorer
  93. container.BackgroundColor3 = Color3.new(1, 1, 1)
  94. container.BackgroundTransparency = 1
  95. container.BorderSizePixel = 0
  96. container.Position = UDim2.new(0.128813565, 0, 0.110332735, 0)
  97. container.Size = UDim2.new(0, 245, 0, 610)
  98.  
  99. UIListLayout.Parent = container
  100. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  101.  
  102. Properties.Name = "Properties"
  103. Properties.Parent = explorer
  104. Properties.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  105. Properties.BorderSizePixel = 0
  106. Properties.Position = UDim2.new(0.191724151, 0, -0.00144296885, 0)
  107. Properties.Size = UDim2.new(0, 325, 0, 377)
  108.  
  109. Top_2.Name = "Top"
  110. Top_2.Parent = Properties
  111. Top_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  112. Top_2.BorderSizePixel = 0
  113. Top_2.Size = UDim2.new(0, 325, 0, 26)
  114.  
  115. TextLabel.Parent = Top_2
  116. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  117. TextLabel.BackgroundTransparency = 1
  118. TextLabel.Size = UDim2.new(0, 90, 0, 26)
  119. TextLabel.Font = Enum.Font.SourceSansBold
  120. TextLabel.Text = "Properties"
  121. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  122. TextLabel.TextSize = 14
  123.  
  124. PartProperties.Name = "PartProperties"
  125. PartProperties.Parent = Properties
  126. PartProperties.BackgroundColor3 = Color3.new(1, 1, 1)
  127. PartProperties.BackgroundTransparency = 1
  128. PartProperties.Position = UDim2.new(0, 0, 0.068965517, 0)
  129. PartProperties.Size = UDim2.new(0, 325, 0, 351)
  130. PartProperties.Visible = false
  131.  
  132. datacontainer.Name = "datacontainer"
  133. datacontainer.Parent = PartProperties
  134. datacontainer.BackgroundColor3 = Color3.new(1, 1, 1)
  135. datacontainer.BackgroundTransparency = 1
  136. datacontainer.BorderSizePixel = 0
  137. datacontainer.Position = UDim2.new(0, 0, 0.453089684, 0)
  138. datacontainer.Size = UDim2.new(0, 325, 0, 189)
  139.  
  140. text.Name = "text"
  141. text.Parent = datacontainer
  142. text.BackgroundColor3 = Color3.new(1, 1, 1)
  143. text.BackgroundTransparency = 1
  144. text.Position = UDim2.new(0, 0, -0.00775193796, 0)
  145. text.Size = UDim2.new(0, 82, 0, 30)
  146. text.Font = Enum.Font.SourceSansBold
  147. text.Text = "Name"
  148. text.TextColor3 = Color3.new(1, 1, 1)
  149. text.TextSize = 14
  150.  
  151. text_2.Name = "text"
  152. text_2.Parent = datacontainer
  153. text_2.BackgroundColor3 = Color3.new(1, 1, 1)
  154. text_2.BackgroundTransparency = 1
  155. text_2.Position = UDim2.new(0, 0, 0.147286817, 0)
  156. text_2.Size = UDim2.new(0, 82, 0, 30)
  157. text_2.Font = Enum.Font.SourceSansBold
  158. text_2.Text = "Parent"
  159. text_2.TextColor3 = Color3.new(1, 1, 1)
  160. text_2.TextSize = 14
  161.  
  162. text_3.Name = "text"
  163. text_3.Parent = datacontainer
  164. text_3.BackgroundColor3 = Color3.new(1, 1, 1)
  165. text_3.BackgroundTransparency = 1
  166. text_3.Position = UDim2.new(0, 0, 0.325581402, 0)
  167. text_3.Size = UDim2.new(0, 82, 0, 30)
  168. text_3.Font = Enum.Font.SourceSansBold
  169. text_3.Text = "Position"
  170. text_3.TextColor3 = Color3.new(1, 1, 1)
  171. text_3.TextSize = 14
  172.  
  173. text_4.Name = "text"
  174. text_4.Parent = datacontainer
  175. text_4.BackgroundColor3 = Color3.new(1, 1, 1)
  176. text_4.BackgroundTransparency = 1
  177. text_4.Position = UDim2.new(-0.00923076924, 0, 0.480620176, 0)
  178. text_4.Size = UDim2.new(0, 82, 0, 30)
  179. text_4.Font = Enum.Font.SourceSansBold
  180. text_4.Text = "Velocity"
  181. text_4.TextColor3 = Color3.new(1, 1, 1)
  182. text_4.TextSize = 14
  183.  
  184. text_5.Name = "text"
  185. text_5.Parent = datacontainer
  186. text_5.BackgroundColor3 = Color3.new(1, 1, 1)
  187. text_5.BackgroundTransparency = 1
  188. text_5.Position = UDim2.new(0, 0, 0.713178337, 0)
  189. text_5.Size = UDim2.new(0, 82, 0, 30)
  190. text_5.Font = Enum.Font.SourceSansBold
  191. text_5.Text = "Rotvelocity"
  192. text_5.TextColor3 = Color3.new(1, 1, 1)
  193. text_5.TextSize = 14
  194.  
  195. namevalue.Name = "namevalue"
  196. namevalue.Parent = datacontainer
  197. namevalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  198. namevalue.BorderSizePixel = 0
  199. namevalue.Position = UDim2.new(0.252307683, 0, 0.0232558139, 0)
  200. namevalue.Size = UDim2.new(0, 227, 0, 22)
  201. namevalue.Font = Enum.Font.SourceSans
  202. namevalue.Text = ""
  203. namevalue.TextColor3 = Color3.new(1, 1, 1)
  204. namevalue.TextSize = 14
  205.  
  206. parentvalue.Name = "parentvalue"
  207. parentvalue.Parent = datacontainer
  208. parentvalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  209. parentvalue.BorderSizePixel = 0
  210. parentvalue.Position = UDim2.new(0.252307683, 0, 0.209302321, 0)
  211. parentvalue.Size = UDim2.new(0, 227, 0, 22)
  212. parentvalue.Font = Enum.Font.SourceSans
  213. parentvalue.Text = ""
  214. parentvalue.TextColor3 = Color3.new(1, 1, 1)
  215. parentvalue.TextSize = 14
  216.  
  217. posvalue.Name = "posvalue"
  218. posvalue.Parent = datacontainer
  219. posvalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  220. posvalue.BorderSizePixel = 0
  221. posvalue.Position = UDim2.new(0.252307683, 0, 0.387596905, 0)
  222. posvalue.Size = UDim2.new(0, 227, 0, 22)
  223. posvalue.Font = Enum.Font.SourceSans
  224. posvalue.Text = ""
  225. posvalue.TextColor3 = Color3.new(1, 1, 1)
  226. posvalue.TextSize = 14
  227.  
  228. velocityvalue.Name = "velocityvalue"
  229. velocityvalue.Parent = datacontainer
  230. velocityvalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  231. velocityvalue.BorderSizePixel = 0
  232. velocityvalue.Position = UDim2.new(0.252307683, 0, 0.56478411, 0)
  233. velocityvalue.Size = UDim2.new(0, 227, 0, 22)
  234. velocityvalue.Font = Enum.Font.SourceSans
  235. velocityvalue.Text = ""
  236. velocityvalue.TextColor3 = Color3.new(1, 1, 1)
  237. velocityvalue.TextSize = 14
  238.  
  239. rvelocityvalue.Name = "rvelocityvalue"
  240. rvelocityvalue.Parent = datacontainer
  241. rvelocityvalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  242. rvelocityvalue.BorderSizePixel = 0
  243. rvelocityvalue.Position = UDim2.new(0.252307683, 0, 0.755383372, 0)
  244. rvelocityvalue.Size = UDim2.new(0, 227, 0, 22)
  245. rvelocityvalue.Font = Enum.Font.SourceSans
  246. rvelocityvalue.Text = ""
  247. rvelocityvalue.TextColor3 = Color3.new(1, 1, 1)
  248. rvelocityvalue.TextSize = 14
  249.  
  250. AppearanceContainer.Name = "AppearanceContainer"
  251. AppearanceContainer.Parent = PartProperties
  252. AppearanceContainer.BackgroundColor3 = Color3.new(1, 1, 1)
  253. AppearanceContainer.BackgroundTransparency = 1
  254. AppearanceContainer.BorderSizePixel = 0
  255. AppearanceContainer.Position = UDim2.new(0, 0, 0.0658217818, 0)
  256. AppearanceContainer.Size = UDim2.new(0, 325, 0, 129)
  257.  
  258. text_6.Name = "text"
  259. text_6.Parent = AppearanceContainer
  260. text_6.BackgroundColor3 = Color3.new(1, 1, 1)
  261. text_6.BackgroundTransparency = 1
  262. text_6.Position = UDim2.new(0, 0, -0.00775193796, 0)
  263. text_6.Size = UDim2.new(0, 82, 0, 30)
  264. text_6.Font = Enum.Font.SourceSansBold
  265. text_6.Text = "Color"
  266. text_6.TextColor3 = Color3.new(1, 1, 1)
  267. text_6.TextSize = 14
  268.  
  269. text_7.Name = "text"
  270. text_7.Parent = AppearanceContainer
  271. text_7.BackgroundColor3 = Color3.new(1, 1, 1)
  272. text_7.BackgroundTransparency = 1
  273. text_7.Position = UDim2.new(0, 0, 0.147286817, 0)
  274. text_7.Size = UDim2.new(0, 82, 0, 30)
  275. text_7.Font = Enum.Font.SourceSansBold
  276. text_7.Text = "Transparency"
  277. text_7.TextColor3 = Color3.new(1, 1, 1)
  278. text_7.TextSize = 14
  279.  
  280. text_8.Name = "text"
  281. text_8.Parent = AppearanceContainer
  282. text_8.BackgroundColor3 = Color3.new(1, 1, 1)
  283. text_8.BackgroundTransparency = 1
  284. text_8.Position = UDim2.new(0, 0, 0.325581402, 0)
  285. text_8.Size = UDim2.new(0, 82, 0, 30)
  286. text_8.Font = Enum.Font.SourceSansBold
  287. text_8.Text = "Reflectance"
  288. text_8.TextColor3 = Color3.new(1, 1, 1)
  289. text_8.TextSize = 14
  290.  
  291. text_9.Name = "text"
  292. text_9.Parent = AppearanceContainer
  293. text_9.BackgroundColor3 = Color3.new(1, 1, 1)
  294. text_9.BackgroundTransparency = 1
  295. text_9.Position = UDim2.new(-0.00923076924, 0, 0.480620176, 0)
  296. text_9.Size = UDim2.new(0, 82, 0, 30)
  297. text_9.Font = Enum.Font.SourceSansBold
  298. text_9.Text = "Material"
  299. text_9.TextColor3 = Color3.new(1, 1, 1)
  300. text_9.TextSize = 14
  301.  
  302. text_10.Name = "text"
  303. text_10.Parent = AppearanceContainer
  304. text_10.BackgroundColor3 = Color3.new(1, 1, 1)
  305. text_10.BackgroundTransparency = 1
  306. text_10.Position = UDim2.new(0, 0, 0.713178337, 0)
  307. text_10.Size = UDim2.new(0, 82, 0, 30)
  308. text_10.Font = Enum.Font.SourceSansBold
  309. text_10.Text = "BrickColor"
  310. text_10.TextColor3 = Color3.new(1, 1, 1)
  311. text_10.TextSize = 14
  312.  
  313. colorvalue.Name = "colorvalue"
  314. colorvalue.Parent = AppearanceContainer
  315. colorvalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  316. colorvalue.BorderSizePixel = 0
  317. colorvalue.Position = UDim2.new(0.252307683, 0, 0.0232558139, 0)
  318. colorvalue.Size = UDim2.new(0, 227, 0, 22)
  319. colorvalue.Font = Enum.Font.SourceSans
  320. colorvalue.Text = ""
  321. colorvalue.TextColor3 = Color3.new(1, 1, 1)
  322. colorvalue.TextSize = 14
  323.  
  324. transparentvalue.Name = "transparentvalue"
  325. transparentvalue.Parent = AppearanceContainer
  326. transparentvalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  327. transparentvalue.BorderSizePixel = 0
  328. transparentvalue.Position = UDim2.new(0.252307683, 0, 0.209302321, 0)
  329. transparentvalue.Size = UDim2.new(0, 227, 0, 22)
  330. transparentvalue.Font = Enum.Font.SourceSans
  331. transparentvalue.Text = ""
  332. transparentvalue.TextColor3 = Color3.new(1, 1, 1)
  333. transparentvalue.TextSize = 14
  334.  
  335. reflectvalue.Name = "reflectvalue"
  336. reflectvalue.Parent = AppearanceContainer
  337. reflectvalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  338. reflectvalue.BorderSizePixel = 0
  339. reflectvalue.Position = UDim2.new(0.252307683, 0, 0.387596905, 0)
  340. reflectvalue.Size = UDim2.new(0, 227, 0, 22)
  341. reflectvalue.Font = Enum.Font.SourceSans
  342. reflectvalue.Text = ""
  343. reflectvalue.TextColor3 = Color3.new(1, 1, 1)
  344. reflectvalue.TextSize = 14
  345.  
  346. materialvalue.Name = "materialvalue"
  347. materialvalue.Parent = AppearanceContainer
  348. materialvalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  349. materialvalue.BorderSizePixel = 0
  350. materialvalue.Position = UDim2.new(0.252307683, 0, 0.612403154, 0)
  351. materialvalue.Size = UDim2.new(0, 227, 0, 22)
  352. materialvalue.Font = Enum.Font.SourceSans
  353. materialvalue.Text = ""
  354. materialvalue.TextColor3 = Color3.new(1, 1, 1)
  355. materialvalue.TextSize = 14
  356.  
  357. brickcolorvalue.Name = "brickcolorvalue"
  358. brickcolorvalue.Parent = AppearanceContainer
  359. brickcolorvalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  360. brickcolorvalue.BorderSizePixel = 0
  361. brickcolorvalue.Position = UDim2.new(0.252307683, 0, 0.829457521, 0)
  362. brickcolorvalue.Size = UDim2.new(0, 227, 0, 14)
  363. brickcolorvalue.Font = Enum.Font.SourceSans
  364. brickcolorvalue.Text = ""
  365. brickcolorvalue.TextColor3 = Color3.new(1, 1, 1)
  366. brickcolorvalue.TextSize = 14
  367.  
  368. header.Name = "header"
  369. header.Parent = PartProperties
  370. header.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  371. header.BorderSizePixel = 0
  372. header.Position = UDim2.new(0, 0, 0.0233814754, 0)
  373. header.Size = UDim2.new(0, 325, 0, 16)
  374.  
  375. appearance.Name = "appearance"
  376. appearance.Parent = header
  377. appearance.BackgroundColor3 = Color3.new(1, 1, 1)
  378. appearance.BackgroundTransparency = 1
  379. appearance.Position = UDim2.new(-0.0430769101, 0, -0.354774535, 0)
  380. appearance.Size = UDim2.new(0, 104, 0, 21)
  381. appearance.Font = Enum.Font.SourceSansBold
  382. appearance.Text = "Appearance"
  383. appearance.TextColor3 = Color3.new(1, 1, 1)
  384. appearance.TextSize = 14
  385.  
  386. header_2.Name = "header"
  387. header_2.Parent = PartProperties
  388. header_2.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  389. header_2.BorderSizePixel = 0
  390. header_2.Position = UDim2.new(0, 0, 0.410649389, 0)
  391. header_2.Size = UDim2.new(0, 325, 0, 16)
  392.  
  393. data.Name = "data"
  394. data.Parent = header_2
  395. data.BackgroundColor3 = Color3.new(1, 1, 1)
  396. data.BackgroundTransparency = 1
  397. data.Position = UDim2.new(-0.0676922947, 0, -0.0422745347, 0)
  398. data.Size = UDim2.new(0, 104, 0, 21)
  399. data.Font = Enum.Font.SourceSansBold
  400. data.Text = "Data"
  401. data.TextColor3 = Color3.new(1, 1, 1)
  402. data.TextSize = 14
  403.  
  404. ModelProperties.Name = "ModelProperties"
  405. ModelProperties.Parent = Properties
  406. ModelProperties.BackgroundColor3 = Color3.new(1, 1, 1)
  407. ModelProperties.BackgroundTransparency = 1
  408. ModelProperties.Position = UDim2.new(0, 0, 0.068965517, 0)
  409. ModelProperties.Size = UDim2.new(0, 325, 0, 351)
  410. ModelProperties.Visible = false
  411.  
  412. modeldatacontainer.Name = "modeldatacontainer"
  413. modeldatacontainer.Parent = ModelProperties
  414. modeldatacontainer.BackgroundColor3 = Color3.new(1, 1, 1)
  415. modeldatacontainer.BackgroundTransparency = 1
  416. modeldatacontainer.BorderSizePixel = 0
  417. modeldatacontainer.Position = UDim2.new(0, 0, 0.0658217818, 0)
  418. modeldatacontainer.Size = UDim2.new(0, 325, 0, 129)
  419.  
  420. text_11.Name = "text"
  421. text_11.Parent = modeldatacontainer
  422. text_11.BackgroundColor3 = Color3.new(1, 1, 1)
  423. text_11.BackgroundTransparency = 1
  424. text_11.Position = UDim2.new(0, 0, -0.00775193796, 0)
  425. text_11.Size = UDim2.new(0, 82, 0, 30)
  426. text_11.Font = Enum.Font.SourceSansBold
  427. text_11.Text = "ClassName"
  428. text_11.TextColor3 = Color3.new(1, 1, 1)
  429. text_11.TextSize = 14
  430.  
  431. text_12.Name = "text"
  432. text_12.Parent = modeldatacontainer
  433. text_12.BackgroundColor3 = Color3.new(1, 1, 1)
  434. text_12.BackgroundTransparency = 1
  435. text_12.Position = UDim2.new(0, 0, 0.147286817, 0)
  436. text_12.Size = UDim2.new(0, 82, 0, 30)
  437. text_12.Font = Enum.Font.SourceSansBold
  438. text_12.Text = "Name"
  439. text_12.TextColor3 = Color3.new(1, 1, 1)
  440. text_12.TextSize = 14
  441.  
  442. text_13.Name = "text"
  443. text_13.Parent = modeldatacontainer
  444. text_13.BackgroundColor3 = Color3.new(1, 1, 1)
  445. text_13.BackgroundTransparency = 1
  446. text_13.Position = UDim2.new(0, 0, 0.379844964, 0)
  447. text_13.Size = UDim2.new(0, 82, 0, 30)
  448. text_13.Font = Enum.Font.SourceSansBold
  449. text_13.Text = "Parent"
  450. text_13.TextColor3 = Color3.new(1, 1, 1)
  451. text_13.TextSize = 14
  452.  
  453. text_14.Name = "text"
  454. text_14.Parent = modeldatacontainer
  455. text_14.BackgroundColor3 = Color3.new(1, 1, 1)
  456. text_14.BackgroundTransparency = 1
  457. text_14.Position = UDim2.new(-0.00923076924, 0, 0.674418628, 0)
  458. text_14.Size = UDim2.new(0, 82, 0, 30)
  459. text_14.Font = Enum.Font.SourceSansBold
  460. text_14.Text = "PrimaryPart"
  461. text_14.TextColor3 = Color3.new(1, 1, 1)
  462. text_14.TextSize = 14
  463.  
  464. classnamevalue.Name = "classnamevalue"
  465. classnamevalue.Parent = modeldatacontainer
  466. classnamevalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  467. classnamevalue.BorderSizePixel = 0
  468. classnamevalue.Position = UDim2.new(0.252307683, 0, 0.0232558139, 0)
  469. classnamevalue.Size = UDim2.new(0, 227, 0, 22)
  470. classnamevalue.Font = Enum.Font.SourceSans
  471. classnamevalue.Text = ""
  472. classnamevalue.TextColor3 = Color3.new(1, 1, 1)
  473. classnamevalue.TextSize = 14
  474.  
  475. namevalue_2.Name = "namevalue"
  476. namevalue_2.Parent = modeldatacontainer
  477. namevalue_2.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  478. namevalue_2.BorderSizePixel = 0
  479. namevalue_2.Position = UDim2.new(0.252307683, 0, 0.209302321, 0)
  480. namevalue_2.Size = UDim2.new(0, 227, 0, 22)
  481. namevalue_2.Font = Enum.Font.SourceSans
  482. namevalue_2.Text = ""
  483. namevalue_2.TextColor3 = Color3.new(1, 1, 1)
  484. namevalue_2.TextSize = 14
  485.  
  486. modelpvalue.Name = "modelpvalue"
  487. modelpvalue.Parent = modeldatacontainer
  488. modelpvalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  489. modelpvalue.BorderSizePixel = 0
  490. modelpvalue.Position = UDim2.new(0.252307683, 0, 0.441860467, 0)
  491. modelpvalue.Size = UDim2.new(0, 227, 0, 22)
  492. modelpvalue.Font = Enum.Font.SourceSans
  493. modelpvalue.Text = ""
  494. modelpvalue.TextColor3 = Color3.new(1, 1, 1)
  495. modelpvalue.TextSize = 14
  496.  
  497. primaryvalue.Name = "primaryvalue"
  498. primaryvalue.Parent = modeldatacontainer
  499. primaryvalue.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  500. primaryvalue.BorderSizePixel = 0
  501. primaryvalue.Position = UDim2.new(0.252307683, 0, 0.705426395, 0)
  502. primaryvalue.Size = UDim2.new(0, 227, 0, 22)
  503. primaryvalue.Font = Enum.Font.SourceSans
  504. primaryvalue.Text = ""
  505. primaryvalue.TextColor3 = Color3.new(1, 1, 1)
  506. primaryvalue.TextSize = 14
  507.  
  508. header_3.Name = "header"
  509. header_3.Parent = ModelProperties
  510. header_3.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  511. header_3.BorderSizePixel = 0
  512. header_3.Position = UDim2.new(0, 0, 0.0233814754, 0)
  513. header_3.Size = UDim2.new(0, 325, 0, 16)
  514.  
  515. appearance_2.Name = "appearance"
  516. appearance_2.Parent = header_3
  517. appearance_2.BackgroundColor3 = Color3.new(1, 1, 1)
  518. appearance_2.BackgroundTransparency = 1
  519. appearance_2.Position = UDim2.new(-0.0430769101, 0, -0.354774535, 0)
  520. appearance_2.Size = UDim2.new(0, 104, 0, 21)
  521. appearance_2.Font = Enum.Font.SourceSansBold
  522. appearance_2.Text = "Data"
  523. appearance_2.TextColor3 = Color3.new(1, 1, 1)
  524. appearance_2.TextSize = 14
  525. -- Scripts:
  526.  
  527. local uis = game:GetService("UserInputService")
  528.  
  529. on = true
  530.  
  531. function onKeyPressed(inputObject, gameProcessEvent)
  532. if inputObject.KeyCode == Enum.KeyCode.X then
  533. if on == true then
  534. on = false
  535. Explorer.Visible = false
  536. Properties.Visible = false
  537. elseif on == false then
  538. on = true
  539. Explorer.Visible = true
  540. Properties.Visible = true
  541. end
  542. end
  543. end
  544. uis.InputBegan:Connect(onKeyPressed)
  545.  
  546.  
  547. workspacebtn.MouseButton1Click:connect(function()
  548. container.Visible = true
  549. end)
  550.  
  551. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  552. if v.ClassName == "Model" then
  553. local model = Instance.new("TextButton", container)
  554. local modelicon = Instance.new("ImageLabel", model)
  555. model.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  556. model.Size = UDim2.new(0, 213, 0, 29)
  557. model.Font = Enum.Font.SourceSansBold
  558. model.Text = v.Name
  559. model.TextColor3 = Color3.new(1, 1, 1)
  560. model.TextSize = 14
  561.  
  562.  
  563.  
  564. modelicon.Name = "icon"
  565. modelicon.BackgroundColor3 = Color3.new(1, 1, 1)
  566. modelicon.BackgroundTransparency = 1
  567. modelicon.Position = UDim2.new(0, 0, 0.137931034, 0)
  568. modelicon.Size = UDim2.new(0, 29, 0, 25)
  569. modelicon.Image = "http://www.roblox.com/asset/?id=64940871"
  570. container.CanvasSize = container.CanvasSize + UDim2.new(0, 0, 5, 0)
  571.  
  572. model.MouseButton1Click:connect(function()
  573. ModelProperties.Visible = true
  574. PartProperties.Visible = false
  575. namevalue_2.Text = model.Text
  576.  
  577. for i,v in pairs(game:GetDescendants()) do
  578. if v.Name == model.Text then
  579. classnamevalue.Text = tostring(v.ClassName)
  580. modelpvalue.Text = tostring(v.Parent)
  581.  
  582.  
  583. modelpvalue.FocusLost:connect(function(enter)
  584. if enter then
  585. v.Parent = modelpvalue.Text
  586. modelpvalue.Text = tostring(v.Parent)
  587. end
  588. end)
  589. primaryvalue.FocusLost:connect(function(enter)
  590. if enter then
  591. v.PrimaryPart = primaryvalue.Text
  592. primaryvalue.Text = tostring(v.PrimaryPart)
  593. end
  594.  
  595. end)
  596.  
  597. namevalue.FocusLost:connect(function(enter)
  598. if enter then
  599. v.Name = namevalue.Text
  600. namevalue.Text = tostring(v.Name)
  601. model.Text = namevalue.Text
  602. end
  603. end)
  604. end
  605. end
  606.  
  607.  
  608.  
  609. end)
  610. end
  611. end
  612.  
  613. for a,b in pairs(game:GetService("Workspace"):GetChildren()) do
  614. if b.ClassName == "Part" then
  615. local part = Instance.new("TextButton", container)
  616. local particon = Instance.new("ImageLabel", part)
  617. part.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  618. part.Size = UDim2.new(0, 213, 0, 29)
  619. part.Font = Enum.Font.SourceSansBold
  620. part.Text = b.Name
  621. part.TextColor3 = Color3.new(1, 1, 1)
  622. part.TextSize = 14
  623.  
  624.  
  625.  
  626. particon.Name = "icon"
  627. particon.BackgroundColor3 = Color3.new(1, 1, 1)
  628. particon.BackgroundTransparency = 1
  629. particon.Position = UDim2.new(0, 0, 0.137931034, 0)
  630. particon.Size = UDim2.new(0, 29, 0, 25)
  631. particon.Image = "http://www.roblox.com/asset/?id=413369028"
  632. container.CanvasSize = container.CanvasSize + UDim2.new(0, 0, 1, 0)
  633.  
  634. part.MouseButton1Click:connect(function()
  635. PartProperties.Visible = true
  636. ModelProperties.Visible = false
  637. namevalue.Text = part.Text
  638. for i,e in pairs(game:GetDescendants()) do
  639. if e.Name == part.Text then
  640. posvalue.Text = tostring(vePosition)
  641. parentvalue.Text = tostring(veParent)
  642. velocityvalue.Text = tostring(e.Velocity)
  643. rvelocityvalue.Text = tostring(e.RotVelocity)
  644. colorvalue.Text = tostring(e.Color)
  645. materialvalue.Text = tostring(e.Material)
  646. reflectvalue.Text = tostring(e.Reflectance)
  647. transparentvalue.Text = tostring(e.Transparency)
  648. brickcolorvalue.Text = tostring(e.BrickColor)
  649.  
  650. rvelocityvalue.FocusLost:connect(function(enter)
  651. if enter then
  652. e.Velocity = Vector3.new(rvelocityvalue.Text)
  653. rvelocityvalue.Text = tostring(e.RotVelocity)
  654. end
  655.  
  656. end)
  657.  
  658. materialvalue.FocusLost:connect(function(enter)
  659. if enter then
  660. e.Material = materialvalue.Text
  661. materialvalue.Text = tostring(e.Material)
  662. end
  663.  
  664. end)
  665.  
  666. brickcolorvalue.FocusLost:connect(function(enter)
  667. if enter then
  668. e.BrickColor = BrickColor..brickcolorvalue.Text()
  669. brickcolorvalue.Text = tostring(e.BrickColor)
  670. end
  671.  
  672. end)
  673.  
  674.  
  675. reflectvalue.FocusLost:connect(function(enter)
  676. if enter then
  677. e.Reflectance = reflectvalue.Text
  678. reflectvalue.Text = tostring(e.Reflectance)
  679. end
  680.  
  681. end)
  682.  
  683. transparentvalue.FocusLost:connect(function(enter)
  684. if enter then
  685. e.Transparency = transparentvalue.Text
  686. transparentvalue.Text = tostring(e.Transparency)
  687. end
  688.  
  689. end)
  690.  
  691. colorvalue.FocusLost:connect(function(enter)
  692. if enter then
  693. e.Color = Color3.new(colorvalue.Text)
  694. colorvalue.Text = tostring(e.Color)
  695. end
  696.  
  697. end)
  698.  
  699. velocityvalue.FocusLost:connect(function(enter)
  700. if enter then
  701. e.Velocity = Vector3.new(velocityvalue.Text)
  702. velocityvalue.Text = tostring(e.Velocity)
  703. end
  704.  
  705. end)
  706.  
  707. posvalue.FocusLost:connect(function(enter)
  708. if enter then
  709. e.Position = Vector3.new(posvalue.Text)
  710. posvalue.Text = tostring(e.Position)
  711. end
  712.  
  713. end)
  714.  
  715. parentvalue.FocusLost:connect(function(enter)
  716. if enter then
  717. e.Parent = game:GetService(parentvalue.Text)
  718. parentvalue.Text = tostring(e.Parent)
  719. end
  720.  
  721. end)
  722.  
  723. namevalue.FocusLost:connect(function(enter)
  724. if enter then
  725. e.Name = namevalue.Text
  726. part.Text = namevalue.Text
  727. end
  728.  
  729. end)
  730.  
  731. end
  732. end
  733. end)
  734. end
  735. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement