Advertisement
TheRealHeh

ESP Testing

Oct 31st, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.65 KB | None | 0 0
  1. wait(.03)
  2. for i,v in pairs(game.Players:GetChildren()) do
  3. local Back = Instance.new("SurfaceGui")
  4. local TextLabel = Instance.new("TextLabel")
  5. Back.Name = "Back"
  6. Back.Parent = game.Workspace[v.Name].HumanoidRootPart
  7. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  8. Back.AlwaysOnTop = true
  9. Back.Face = Enum.NormalId.Back
  10. Back.LightInfluence = 1
  11. Back.SizingMode = "PixelsPerStud"
  12. Back.PixelsPerStud = 50
  13.  
  14. TextLabel.Parent = Back
  15. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  16. TextLabel.BorderSizePixel = 0
  17. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  18. TextLabel.Font = Enum.Font.SourceSans
  19. TextLabel.Text = ""
  20. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  21. TextLabel.TextSize = 14
  22.  
  23. -->><<--
  24.  
  25. local Back = Instance.new("SurfaceGui")
  26. local TextLabel = Instance.new("TextLabel")
  27.  
  28. Back.Name = "Back"
  29. Back.Parent = game.Workspace[v.Name].Head
  30. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31. Back.AlwaysOnTop = true
  32. Back.Face = Enum.NormalId.Back
  33. Back.LightInfluence = 1
  34. Back.SizingMode = "PixelsPerStud"
  35. Back.PixelsPerStud = 50
  36.  
  37. TextLabel.Parent = Back
  38. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TextLabel.BorderSizePixel = 0
  40. TextLabel.Size = UDim2.new(0, 100,0, 50)
  41. TextLabel.Font = Enum.Font.SourceSans
  42. TextLabel.Text = ""
  43. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  44. TextLabel.TextSize = 14
  45.  
  46. -->><<--
  47.  
  48. local Back = Instance.new("SurfaceGui")
  49. local TextLabel = Instance.new("TextLabel")
  50.  
  51. Back.Name = "Back"
  52. Back.Parent = game.Workspace[v.Name]["Left Leg"]
  53. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  54. Back.AlwaysOnTop = true
  55. Back.Face = Enum.NormalId.Back
  56. Back.LightInfluence = 1
  57. Back.SizingMode = "PixelsPerStud"
  58. Back.PixelsPerStud = 50
  59.  
  60. TextLabel.Parent = Back
  61. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  62. TextLabel.BorderSizePixel = 0
  63. TextLabel.Size = UDim2.new(0, 50,0, 100)
  64. TextLabel.Font = Enum.Font.SourceSans
  65. TextLabel.Text = ""
  66. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  67. TextLabel.TextSize = 14
  68.  
  69. -->><<--
  70.  
  71. local Back = Instance.new("SurfaceGui")
  72. local TextLabel = Instance.new("TextLabel")
  73.  
  74. Back.Name = "Back"
  75. Back.Parent = game.Workspace[v.Name]["Right Leg"]
  76. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  77. Back.AlwaysOnTop = true
  78. Back.Face = Enum.NormalId.Back
  79. Back.LightInfluence = 1
  80. Back.SizingMode = "PixelsPerStud"
  81. Back.PixelsPerStud = 50
  82.  
  83. TextLabel.Parent = Back
  84. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  85. TextLabel.BorderSizePixel = 0
  86. TextLabel.Size = UDim2.new(0, 50,0, 100)
  87. TextLabel.Font = Enum.Font.SourceSans
  88. TextLabel.Text = ""
  89. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  90. TextLabel.TextSize = 14
  91.  
  92. -->><<--
  93.  
  94. local Back = Instance.new("SurfaceGui")
  95. local TextLabel = Instance.new("TextLabel")
  96.  
  97. Back.Name = "Back"
  98. Back.Parent = game.Workspace[v.Name]["Right Arm"]
  99. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  100. Back.AlwaysOnTop = true
  101. Back.Face = Enum.NormalId.Back
  102. Back.LightInfluence = 1
  103. Back.SizingMode = "PixelsPerStud"
  104. Back.PixelsPerStud = 50
  105.  
  106. TextLabel.Parent = Back
  107. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  108. TextLabel.BorderSizePixel = 0
  109. TextLabel.Size = UDim2.new(0, 50,0, 100)
  110. TextLabel.Font = Enum.Font.SourceSans
  111. TextLabel.Text = ""
  112. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  113. TextLabel.TextSize = 14
  114.  
  115. -->><<--
  116.  
  117. local Back = Instance.new("SurfaceGui")
  118. local TextLabel = Instance.new("TextLabel")
  119.  
  120. Back.Name = "Back"
  121. Back.Parent = game.Workspace[v.Name]["Left Arm"]
  122. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  123. Back.AlwaysOnTop = true
  124. Back.Face = Enum.NormalId.Back
  125. Back.LightInfluence = 1
  126. Back.SizingMode = "PixelsPerStud"
  127. Back.PixelsPerStud = 50
  128.  
  129. TextLabel.Parent = Back
  130. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  131. TextLabel.BorderSizePixel = 0
  132. TextLabel.Size = UDim2.new(0, 50,0, 100)
  133. TextLabel.Font = Enum.Font.SourceSans
  134. TextLabel.Text = ""
  135. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  136. TextLabel.TextSize = 14
  137.  
  138. -->> Top <<--
  139.  
  140. local Top = Instance.new("SurfaceGui")
  141. local TextLabel = Instance.new("TextLabel")
  142.  
  143. Top.Name = "Top"
  144. Top.Parent = game.Workspace[v.Name]["Left Arm"]
  145. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  146. Top.AlwaysOnTop = true
  147. Top.Face = Enum.NormalId.Top
  148. Top.LightInfluence = 1
  149. Top.SizingMode = "PixelsPerStud"
  150. Top.PixelsPerStud = 50
  151.  
  152. TextLabel.Parent = Top
  153. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  154. TextLabel.BorderSizePixel = 0
  155. TextLabel.Size = UDim2.new(0, 50,0, 50)
  156. TextLabel.Font = Enum.Font.SourceSans
  157. TextLabel.Text = ""
  158. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  159. TextLabel.TextSize = 14
  160.  
  161. -->><<--
  162.  
  163. local Top = Instance.new("SurfaceGui")
  164. local TextLabel = Instance.new("TextLabel")
  165.  
  166. Top.Name = "Top"
  167. Top.Parent = game.Workspace[v.Name]["Right Arm"]
  168. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  169. Top.AlwaysOnTop = true
  170. Top.Face = Enum.NormalId.Top
  171. Top.LightInfluence = 1
  172. Top.SizingMode = "PixelsPerStud"
  173. Top.PixelsPerStud = 50
  174.  
  175. TextLabel.Parent = Top
  176. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  177. TextLabel.BorderSizePixel = 0
  178. TextLabel.Size = UDim2.new(0, 50,0, 50)
  179. TextLabel.Font = Enum.Font.SourceSans
  180. TextLabel.Text = ""
  181. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  182. TextLabel.TextSize = 14
  183.  
  184. -->><<--
  185.  
  186. local Top = Instance.new("SurfaceGui")
  187. local TextLabel = Instance.new("TextLabel")
  188.  
  189. Top.Name = "Top"
  190. Top.Parent = game.Workspace[v.Name]["Left Leg"]
  191. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  192. Top.AlwaysOnTop = true
  193. Top.Face = Enum.NormalId.Top
  194. Top.LightInfluence = 1
  195. Top.SizingMode = "PixelsPerStud"
  196. Top.PixelsPerStud = 50
  197.  
  198. TextLabel.Parent = Top
  199. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  200. TextLabel.BorderSizePixel = 0
  201. TextLabel.Size = UDim2.new(0, 50,0, 50)
  202. TextLabel.Font = Enum.Font.SourceSans
  203. TextLabel.Text = ""
  204. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  205. TextLabel.TextSize = 14
  206.  
  207. -->><<--
  208.  
  209. local Top = Instance.new("SurfaceGui")
  210. local TextLabel = Instance.new("TextLabel")
  211.  
  212. Top.Name = "Top"
  213. Top.Parent = game.Workspace[v.Name]["Right Leg"]
  214. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  215. Top.AlwaysOnTop = true
  216. Top.Face = Enum.NormalId.Top
  217. Top.LightInfluence = 1
  218. Top.SizingMode = "PixelsPerStud"
  219. Top.PixelsPerStud = 50
  220.  
  221. TextLabel.Parent = Top
  222. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  223. TextLabel.BorderSizePixel = 0
  224. TextLabel.Size = UDim2.new(0, 50,0, 50)
  225. TextLabel.Font = Enum.Font.SourceSans
  226. TextLabel.Text = ""
  227. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  228. TextLabel.TextSize = 14
  229.  
  230. -->><<--
  231.  
  232. local Top = Instance.new("SurfaceGui")
  233. local TextLabel = Instance.new("TextLabel")
  234.  
  235. Top.Name = "Top"
  236. Top.Parent = game.Workspace[v.Name].Head
  237. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  238. Top.AlwaysOnTop = true
  239. Top.Face = Enum.NormalId.Top
  240. Top.LightInfluence = 1
  241. Top.SizingMode = "PixelsPerStud"
  242. Top.PixelsPerStud = 50
  243.  
  244. TextLabel.Parent = Top
  245. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  246. TextLabel.BorderSizePixel = 0
  247. TextLabel.Size = UDim2.new(0, 50,0, 100)
  248. TextLabel.Font = Enum.Font.SourceSans
  249. TextLabel.Text = ""
  250. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  251. TextLabel.TextSize = 14
  252.  
  253. -->><<--
  254.  
  255. local Top = Instance.new("SurfaceGui")
  256. local TextLabel = Instance.new("TextLabel")
  257.  
  258. Top.Name = "Top"
  259. Top.Parent = game.Workspace[v.Name].HumanoidRootPart
  260. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  261. Top.AlwaysOnTop = true
  262. Top.Face = Enum.NormalId.Top
  263. Top.LightInfluence = 1
  264. Top.SizingMode = "PixelsPerStud"
  265. Top.PixelsPerStud = 50
  266.  
  267. TextLabel.Parent = Top
  268. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  269. TextLabel.BorderSizePixel = 0
  270. TextLabel.Size = UDim2.new(0, 50,0, 100)
  271. TextLabel.Font = Enum.Font.SourceSans
  272. TextLabel.Text = ""
  273. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  274. TextLabel.TextSize = 14
  275.  
  276. -->><<--
  277.  
  278. local Top = Instance.new("SurfaceGui")
  279. local TextLabel = Instance.new("TextLabel")
  280.  
  281. Top.Name = "Top"
  282. Top.Parent = game.Workspace[v.Name]["Left Arm"]
  283. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  284. Top.AlwaysOnTop = true
  285. Top.Face = Enum.NormalId.Top
  286. Top.LightInfluence = 1
  287. Top.SizingMode = "PixelsPerStud"
  288. Top.PixelsPerStud = 50
  289.  
  290. TextLabel.Parent = Top
  291. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  292. TextLabel.BorderSizePixel = 0
  293. TextLabel.Size = UDim2.new(0, 50,0, 50)
  294. TextLabel.Font = Enum.Font.SourceSans
  295. TextLabel.Text = ""
  296. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  297. TextLabel.TextSize = 14
  298.  
  299. -->><<--
  300.  
  301. local Top = Instance.new("SurfaceGui")
  302. local TextLabel = Instance.new("TextLabel")
  303.  
  304. Top.Name = "Top"
  305. Top.Parent = game.Workspace[v.Name]["Right Arm"]
  306. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  307. Top.AlwaysOnTop = true
  308. Top.Face = Enum.NormalId.Top
  309. Top.LightInfluence = 1
  310. Top.SizingMode = "PixelsPerStud"
  311. Top.PixelsPerStud = 50
  312.  
  313. TextLabel.Parent = Top
  314. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  315. TextLabel.BorderSizePixel = 0
  316. TextLabel.Size = UDim2.new(0, 50,0, 50)
  317. TextLabel.Font = Enum.Font.SourceSans
  318. TextLabel.Text = ""
  319. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  320. TextLabel.TextSize = 14
  321.  
  322. -->> Bottom <<--
  323.  
  324. local Bottom = Instance.new("SurfaceGui")
  325. local TextLabel = Instance.new("TextLabel")
  326. Bottom.Name = "Bottom"
  327. Bottom.Parent = game.Workspace[v.Name]["Right Arm"]
  328. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  329. Bottom.AlwaysOnTop = true
  330. Bottom.Face = Enum.NormalId.Bottom
  331. Bottom.LightInfluence = 1
  332. Bottom.SizingMode = "PixelsPerStud"
  333. Bottom.PixelsPerStud = 50
  334.  
  335. TextLabel.Parent = Bottom
  336. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  337. TextLabel.BorderSizePixel = 0
  338. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  339. TextLabel.Font = Enum.Font.SourceSans
  340. TextLabel.Text = ""
  341. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  342. TextLabel.TextSize = 14
  343.  
  344. -->><<--
  345.  
  346. local Bottom = Instance.new("SurfaceGui")
  347. local TextLabel = Instance.new("TextLabel")
  348. Bottom.Name = "Bottom"
  349. Bottom.Parent = game.Workspace[v.Name]["Left Arm"]
  350. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  351. Bottom.AlwaysOnTop = true
  352. Bottom.Face = Enum.NormalId.Bottom
  353. Bottom.LightInfluence = 1
  354. Bottom.SizingMode = "PixelsPerStud"
  355. Bottom.PixelsPerStud = 50
  356.  
  357. TextLabel.Parent = Bottom
  358. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  359. TextLabel.BorderSizePixel = 0
  360. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  361. TextLabel.Font = Enum.Font.SourceSans
  362. TextLabel.Text = ""
  363. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  364. TextLabel.TextSize = 14
  365.  
  366. -->><<--
  367.  
  368. local Bottom = Instance.new("SurfaceGui")
  369. local TextLabel = Instance.new("TextLabel")
  370. Bottom.Name = "Bottom"
  371. Bottom.Parent = game.Workspace[v.Name]["Right Leg"]
  372. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  373. Bottom.AlwaysOnTop = true
  374. Bottom.Face = Enum.NormalId.Bottom
  375. Bottom.LightInfluence = 1
  376. Bottom.SizingMode = "PixelsPerStud"
  377. Bottom.PixelsPerStud = 50
  378.  
  379. TextLabel.Parent = Bottom
  380. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  381. TextLabel.BorderSizePixel = 0
  382. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  383. TextLabel.Font = Enum.Font.SourceSans
  384. TextLabel.Text = ""
  385. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  386. TextLabel.TextSize = 14
  387.  
  388. -->><<--
  389.  
  390. local Bottom = Instance.new("SurfaceGui")
  391. local TextLabel = Instance.new("TextLabel")
  392. Bottom.Name = "Bottom"
  393. Bottom.Parent = game.Workspace[v.Name]["Left Leg"]
  394. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  395. Bottom.AlwaysOnTop = true
  396. Bottom.Face = Enum.NormalId.Bottom
  397. Bottom.LightInfluence = 1
  398. Bottom.SizingMode = "PixelsPerStud"
  399. Bottom.PixelsPerStud = 50
  400.  
  401. TextLabel.Parent = Bottom
  402. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  403. TextLabel.BorderSizePixel = 0
  404. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  405. TextLabel.Font = Enum.Font.SourceSans
  406. TextLabel.Text = ""
  407. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  408. TextLabel.TextSize = 14
  409.  
  410. -->><<--
  411.  
  412. local Bottom = Instance.new("SurfaceGui")
  413. local TextLabel = Instance.new("TextLabel")
  414. Bottom.Name = "Bottom"
  415. Bottom.Parent = game.Workspace[v.Name].HumanoidRootPart
  416. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  417. Bottom.AlwaysOnTop = true
  418. Bottom.Face = Enum.NormalId.Bottom
  419. Bottom.LightInfluence = 1
  420. Bottom.SizingMode = "PixelsPerStud"
  421. Bottom.PixelsPerStud = 50
  422.  
  423. TextLabel.Parent = Bottom
  424. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  425. TextLabel.BorderSizePixel = 0
  426. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  427. TextLabel.Font = Enum.Font.SourceSans
  428. TextLabel.Text = ""
  429. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  430. TextLabel.TextSize = 14
  431.  
  432. -->><<--
  433.  
  434. local Bottom = Instance.new("SurfaceGui")
  435. local TextLabel = Instance.new("TextLabel")
  436. Bottom.Name = "Bottom"
  437. Bottom.Parent = game.Workspace[v.Name].Head
  438. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  439. Bottom.AlwaysOnTop = true
  440. Bottom.Face = Enum.NormalId.Bottom
  441. Bottom.LightInfluence = 1
  442. Bottom.SizingMode = "PixelsPerStud"
  443. Bottom.PixelsPerStud = 50
  444.  
  445. TextLabel.Parent = Bottom
  446. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  447. TextLabel.BorderSizePixel = 0
  448. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  449. TextLabel.Font = Enum.Font.SourceSans
  450. TextLabel.Text = ""
  451. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  452. TextLabel.TextSize = 14
  453.  
  454. -->> Left <<--
  455.  
  456. local Left = Instance.new("SurfaceGui")
  457. local TextLabel = Instance.new("TextLabel")
  458.  
  459. Left.Name = "Left"
  460. Left.Parent = game.Workspace[v.Name].Head
  461. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  462. Left.AlwaysOnTop = true
  463. Left.Face = Enum.NormalId.Left
  464. Left.LightInfluence = 1
  465. Left.SizingMode = "PixelsPerStud"
  466. Left.PixelsPerStud = 50
  467.  
  468. TextLabel.Parent = Left
  469. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  470. TextLabel.BorderSizePixel = 0
  471. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  472. TextLabel.Font = Enum.Font.SourceSans
  473. TextLabel.Text = ""
  474. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  475. TextLabel.TextSize = 14
  476.  
  477. -->><<--
  478.  
  479. local Left = Instance.new("SurfaceGui")
  480. local TextLabel = Instance.new("TextLabel")
  481.  
  482. Left.Name = "Left"
  483. Left.Parent = game.Workspace[v.Name].HumanoidRootPart
  484. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  485. Left.AlwaysOnTop = true
  486. Left.Face = Enum.NormalId.Left
  487. Left.LightInfluence = 1
  488. Left.SizingMode = "PixelsPerStud"
  489. Left.PixelsPerStud = 50
  490.  
  491. TextLabel.Parent = Left
  492. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  493. TextLabel.BorderSizePixel = 0
  494. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  495. TextLabel.Font = Enum.Font.SourceSans
  496. TextLabel.Text = ""
  497. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  498. TextLabel.TextSize = 14
  499.  
  500. -->><<--
  501.  
  502. local Left = Instance.new("SurfaceGui")
  503. local TextLabel = Instance.new("TextLabel")
  504.  
  505. Left.Name = "Left"
  506. Left.Parent = game.Workspace[v.Name]["Left Leg"]
  507. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  508. Left.AlwaysOnTop = true
  509. Left.Face = Enum.NormalId.Left
  510. Left.LightInfluence = 1
  511. Left.SizingMode = "PixelsPerStud"
  512. Left.PixelsPerStud = 50
  513.  
  514. TextLabel.Parent = Left
  515. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  516. TextLabel.BorderSizePixel = 0
  517. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  518. TextLabel.Font = Enum.Font.SourceSans
  519. TextLabel.Text = ""
  520. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  521. TextLabel.TextSize = 14
  522.  
  523. -->><<--
  524.  
  525. local Left = Instance.new("SurfaceGui")
  526. local TextLabel = Instance.new("TextLabel")
  527.  
  528. Left.Name = "Left"
  529. Left.Parent = game.Workspace[v.Name]["Right Leg"]
  530. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  531. Left.AlwaysOnTop = true
  532. Left.Face = Enum.NormalId.Left
  533. Left.LightInfluence = 1
  534. Left.SizingMode = "PixelsPerStud"
  535. Left.PixelsPerStud = 50
  536.  
  537. TextLabel.Parent = Left
  538. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  539. TextLabel.BorderSizePixel = 0
  540. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  541. TextLabel.Font = Enum.Font.SourceSans
  542. TextLabel.Text = ""
  543. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  544. TextLabel.TextSize = 14
  545.  
  546. -->><<--
  547.  
  548. local Left = Instance.new("SurfaceGui")
  549. local TextLabel = Instance.new("TextLabel")
  550.  
  551. Left.Name = "Left"
  552. Left.Parent = game.Workspace[v.Name]["Left Arm"]
  553. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  554. Left.AlwaysOnTop = true
  555. Left.Face = Enum.NormalId.Left
  556. Left.LightInfluence = 1
  557. Left.SizingMode = "PixelsPerStud"
  558. Left.PixelsPerStud = 50
  559.  
  560. TextLabel.Parent = Left
  561. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  562. TextLabel.BorderSizePixel = 0
  563. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  564. TextLabel.Font = Enum.Font.SourceSans
  565. TextLabel.Text = ""
  566. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  567. TextLabel.TextSize = 14
  568.  
  569. -->><<--
  570.  
  571. local Left = Instance.new("SurfaceGui")
  572. local TextLabel = Instance.new("TextLabel")
  573.  
  574. Left.Name = "Left"
  575. Left.Parent = game.Workspace[v.Name]["Right Arm"]
  576. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  577. Left.AlwaysOnTop = true
  578. Left.Face = Enum.NormalId.Left
  579. Left.LightInfluence = 1
  580. Left.SizingMode = "PixelsPerStud"
  581. Left.PixelsPerStud = 50
  582.  
  583. TextLabel.Parent = Left
  584. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  585. TextLabel.BorderSizePixel = 0
  586. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  587. TextLabel.Font = Enum.Font.SourceSans
  588. TextLabel.Text = ""
  589. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  590. TextLabel.TextSize = 14
  591.  
  592. -->> Right <<--
  593.  
  594. local Right = Instance.new("SurfaceGui")
  595. local TextLabel = Instance.new("TextLabel")
  596.  
  597. Right.Name = "Right"
  598. Right.Parent = game.Workspace[v.Name].Head
  599. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  600. Right.AlwaysOnTop = true
  601. Right.Face = Enum.NormalId.Right
  602. Right.LightInfluence = 1
  603. Right.SizingMode = "PixelsPerStud"
  604. Right.PixelsPerStud = 50
  605.  
  606. TextLabel.Parent = Right
  607. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  608. TextLabel.BorderSizePixel = 0
  609. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  610. TextLabel.Font = Enum.Font.SourceSans
  611. TextLabel.Text = ""
  612. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  613. TextLabel.TextSize = 14
  614.  
  615. -->><<--
  616.  
  617. local Right = Instance.new("SurfaceGui")
  618. local TextLabel = Instance.new("TextLabel")
  619.  
  620. Right.Name = "Right"
  621. Right.Parent = game.Workspace[v.Name].HumanoidRootPart
  622. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  623. Right.AlwaysOnTop = true
  624. Right.Face = Enum.NormalId.Right
  625. Right.LightInfluence = 1
  626. Right.SizingMode = "PixelsPerStud"
  627. Right.PixelsPerStud = 50
  628.  
  629. TextLabel.Parent = Right
  630. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  631. TextLabel.BorderSizePixel = 0
  632. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  633. TextLabel.Font = Enum.Font.SourceSans
  634. TextLabel.Text = ""
  635. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  636. TextLabel.TextSize = 14
  637.  
  638. -->><<--
  639.  
  640. local Right = Instance.new("SurfaceGui")
  641. local TextLabel = Instance.new("TextLabel")
  642.  
  643. Right.Name = "Right"
  644. Right.Parent = game.Workspace[v.Name]["Right Leg"]
  645. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  646. Right.AlwaysOnTop = true
  647. Right.Face = Enum.NormalId.Right
  648. Right.LightInfluence = 1
  649. Right.SizingMode = "PixelsPerStud"
  650. Right.PixelsPerStud = 50
  651.  
  652. TextLabel.Parent = Right
  653. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  654. TextLabel.BorderSizePixel = 0
  655. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  656. TextLabel.Font = Enum.Font.SourceSans
  657. TextLabel.Text = ""
  658. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  659. TextLabel.TextSize = 14
  660.  
  661. -->><<--
  662.  
  663. local Right = Instance.new("SurfaceGui")
  664. local TextLabel = Instance.new("TextLabel")
  665.  
  666. Right.Name = "Right"
  667. Right.Parent = game.Workspace[v.Name]["Left Leg"]
  668. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  669. Right.AlwaysOnTop = true
  670. Right.Face = Enum.NormalId.Right
  671. Right.LightInfluence = 1
  672. Right.SizingMode = "PixelsPerStud"
  673. Right.PixelsPerStud = 50
  674.  
  675. TextLabel.Parent = Right
  676. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  677. TextLabel.BorderSizePixel = 0
  678. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  679. TextLabel.Font = Enum.Font.SourceSans
  680. TextLabel.Text = ""
  681. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  682. TextLabel.TextSize = 14
  683.  
  684. -->><<--
  685.  
  686. local Right = Instance.new("SurfaceGui")
  687. local TextLabel = Instance.new("TextLabel")
  688.  
  689. Right.Name = "Right"
  690. Right.Parent = game.Workspace[v.Name]["Right Arm"]
  691. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  692. Right.AlwaysOnTop = true
  693. Right.Face = Enum.NormalId.Right
  694. Right.LightInfluence = 1
  695. Right.SizingMode = "PixelsPerStud"
  696. Right.PixelsPerStud = 50
  697.  
  698. TextLabel.Parent = Right
  699. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  700. TextLabel.BorderSizePixel = 0
  701. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  702. TextLabel.Font = Enum.Font.SourceSans
  703. TextLabel.Text = ""
  704. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  705. TextLabel.TextSize = 14
  706.  
  707. -->><<--
  708.  
  709. local Right = Instance.new("SurfaceGui")
  710. local TextLabel = Instance.new("TextLabel")
  711.  
  712. Right.Name = "Right"
  713. Right.Parent = game.Workspace[v.Name]["Left Arm"]
  714. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  715. Right.AlwaysOnTop = true
  716. Right.Face = Enum.NormalId.Right
  717. Right.LightInfluence = 1
  718. Right.SizingMode = "PixelsPerStud"
  719. Right.PixelsPerStud = 50
  720.  
  721. TextLabel.Parent = Right
  722. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  723. TextLabel.BorderSizePixel = 0
  724. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  725. TextLabel.Font = Enum.Font.SourceSans
  726. TextLabel.Text = ""
  727. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  728. TextLabel.TextSize = 14
  729.  
  730. -->> Front <<--
  731.  
  732. local Front = Instance.new("SurfaceGui")
  733. local TextLabel = Instance.new("TextLabel")
  734.  
  735. Front.Name = "Front"
  736. Front.Parent = game.Workspace[v.Name].HumanoidRootPart
  737. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  738. Front.AlwaysOnTop = true
  739. Front.Face = Enum.NormalId.Front
  740. Front.LightInfluence = 1
  741. Front.SizingMode = "PixelsPerStud"
  742. Front.PixelsPerStud = 50
  743.  
  744. TextLabel.Parent = Front
  745. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  746. TextLabel.BorderSizePixel = 0
  747. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  748. TextLabel.Font = Enum.Font.SourceSans
  749. TextLabel.Text = ""
  750. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  751. TextLabel.TextSize = 14
  752.  
  753. -->><<--
  754.  
  755. local Front = Instance.new("SurfaceGui")
  756. local TextLabel = Instance.new("TextLabel")
  757.  
  758. Front.Name = "Front"
  759. Front.Parent = game.Workspace[v.Name].Head
  760. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  761. Front.AlwaysOnTop = true
  762. Front.Face = Enum.NormalId.Front
  763. Front.LightInfluence = 1
  764. Front.SizingMode = "PixelsPerStud"
  765. Front.PixelsPerStud = 50
  766.  
  767. TextLabel.Parent = Front
  768. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  769. TextLabel.BorderSizePixel = 0
  770. TextLabel.Size = UDim2.new(0, 100,0, 50)
  771. TextLabel.Font = Enum.Font.SourceSans
  772. TextLabel.Text = ""
  773. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  774. TextLabel.TextSize = 14
  775.  
  776. -->><<--
  777.  
  778. local Front = Instance.new("SurfaceGui")
  779. local TextLabel = Instance.new("TextLabel")
  780.  
  781. Front.Name = "Front"
  782. Front.Parent = game.Workspace[v.Name]["Left Leg"]
  783. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  784. Front.AlwaysOnTop = true
  785. Front.Face = Enum.NormalId.Front
  786. Front.LightInfluence = 1
  787. Front.SizingMode = "PixelsPerStud"
  788. Front.PixelsPerStud = 50
  789.  
  790. TextLabel.Parent = Front
  791. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  792. TextLabel.BorderSizePixel = 0
  793. TextLabel.Size = UDim2.new(0, 50,0, 100)
  794. TextLabel.Font = Enum.Font.SourceSans
  795. TextLabel.Text = ""
  796. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  797. TextLabel.TextSize = 14
  798.  
  799. -->><<--
  800.  
  801. local Front = Instance.new("SurfaceGui")
  802. local TextLabel = Instance.new("TextLabel")
  803.  
  804. Front.Name = "Front"
  805. Front.Parent = game.Workspace[v.Name]["Right Leg"]
  806. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  807. Front.AlwaysOnTop = true
  808. Front.Face = Enum.NormalId.Front
  809. Front.LightInfluence = 1
  810. Front.SizingMode = "PixelsPerStud"
  811. Front.PixelsPerStud = 50
  812.  
  813. TextLabel.Parent = Front
  814. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  815. TextLabel.BorderSizePixel = 0
  816. TextLabel.Size = UDim2.new(0, 50,0, 100)
  817. TextLabel.Font = Enum.Font.SourceSans
  818. TextLabel.Text = ""
  819. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  820. TextLabel.TextSize = 14
  821.  
  822. -->><<--
  823.  
  824. local Front = Instance.new("SurfaceGui")
  825. local TextLabel = Instance.new("TextLabel")
  826.  
  827. Front.Name = "Front"
  828. Front.Parent = game.Workspace[v.Name]["Right Arm"]
  829. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  830. Front.AlwaysOnTop = true
  831. Front.Face = Enum.NormalId.Front
  832. Front.LightInfluence = 1
  833. Front.SizingMode = "PixelsPerStud"
  834. Front.PixelsPerStud = 50
  835.  
  836. TextLabel.Parent = Front
  837. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  838. TextLabel.BorderSizePixel = 0
  839. TextLabel.Size = UDim2.new(0, 50,0, 100)
  840. TextLabel.Font = Enum.Font.SourceSans
  841. TextLabel.Text = ""
  842. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  843. TextLabel.TextSize = 14
  844.  
  845. -->><<--
  846.  
  847. local Front = Instance.new("SurfaceGui")
  848. local TextLabel = Instance.new("TextLabel")
  849.  
  850. Front.Name = "Front"
  851. Front.Parent = game.Workspace[v.Name]["Left Arm"]
  852. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  853. Front.AlwaysOnTop = true
  854. Front.Face = Enum.NormalId.Front
  855. Front.LightInfluence = 1
  856. Front.SizingMode = "PixelsPerStud"
  857. Front.PixelsPerStud = 50
  858.  
  859. TextLabel.Parent = Front
  860. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  861. TextLabel.BorderSizePixel = 0
  862. TextLabel.Size = UDim2.new(0, 50,0, 100)
  863. TextLabel.Font = Enum.Font.SourceSans
  864. TextLabel.Text = ""
  865. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  866. TextLabel.TextSize = 14
  867.  
  868. end
  869.  
  870.  
  871.  
  872. game:WaitForChild("Workspace")
  873. game:WaitForChild("Players")
  874. wait(.01)
  875.  
  876.  
  877. game.Players.PlayerAdded:Connect(function(Player)
  878.  
  879. game.Workspace:WaitForChild(Player.Name)
  880.  
  881. wait(0.05)
  882. local Back = Instance.new("SurfaceGui")
  883. local TextLabel = Instance.new("TextLabel")
  884.  
  885. Back.Name = "Back"
  886. Back.Parent = game.Workspace[Player.Name].HumanoidRootPart
  887. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  888. Back.AlwaysOnTop = true
  889. Back.Face = Enum.NormalId.Back
  890. Back.LightInfluence = 1
  891. Back.SizingMode = "PixelsPerStud"
  892. Back.PixelsPerStud = 50
  893.  
  894. TextLabel.Parent = Back
  895. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  896. TextLabel.BorderSizePixel = 0
  897. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  898. TextLabel.Font = Enum.Font.SourceSans
  899. TextLabel.Text = ""
  900. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  901. TextLabel.TextSize = 14
  902.  
  903. -->><<--
  904.  
  905. local Back = Instance.new("SurfaceGui")
  906. local TextLabel = Instance.new("TextLabel")
  907.  
  908. Back.Name = "Back"
  909. Back.Parent = game.Workspace[Player.Name].Head
  910. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  911. Back.AlwaysOnTop = true
  912. Back.Face = Enum.NormalId.Back
  913. Back.LightInfluence = 1
  914. Back.SizingMode = "PixelsPerStud"
  915. Back.PixelsPerStud = 50
  916.  
  917. TextLabel.Parent = Back
  918. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  919. TextLabel.BorderSizePixel = 0
  920. TextLabel.Size = UDim2.new(0, 100,0, 50)
  921. TextLabel.Font = Enum.Font.SourceSans
  922. TextLabel.Text = ""
  923. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  924. TextLabel.TextSize = 14
  925.  
  926. -->><<--
  927.  
  928. local Back = Instance.new("SurfaceGui")
  929. local TextLabel = Instance.new("TextLabel")
  930.  
  931. Back.Name = "Back"
  932. Back.Parent = game.Workspace[Player.Name]["Left Leg"]
  933. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  934. Back.AlwaysOnTop = true
  935. Back.Face = Enum.NormalId.Back
  936. Back.LightInfluence = 1
  937. Back.SizingMode = "PixelsPerStud"
  938. Back.PixelsPerStud = 50
  939.  
  940. TextLabel.Parent = Back
  941. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  942. TextLabel.BorderSizePixel = 0
  943. TextLabel.Size = UDim2.new(0, 50,0, 100)
  944. TextLabel.Font = Enum.Font.SourceSans
  945. TextLabel.Text = ""
  946. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  947. TextLabel.TextSize = 14
  948.  
  949. -->><<--
  950.  
  951. local Back = Instance.new("SurfaceGui")
  952. local TextLabel = Instance.new("TextLabel")
  953.  
  954. Back.Name = "Back"
  955. Back.Parent = game.Workspace[Player.Name]["Right Leg"]
  956. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  957. Back.AlwaysOnTop = true
  958. Back.Face = Enum.NormalId.Back
  959. Back.LightInfluence = 1
  960. Back.SizingMode = "PixelsPerStud"
  961. Back.PixelsPerStud = 50
  962.  
  963. TextLabel.Parent = Back
  964. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  965. TextLabel.BorderSizePixel = 0
  966. TextLabel.Size = UDim2.new(0, 50,0, 100)
  967. TextLabel.Font = Enum.Font.SourceSans
  968. TextLabel.Text = ""
  969. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  970. TextLabel.TextSize = 14
  971.  
  972. -->><<--
  973.  
  974. local Back = Instance.new("SurfaceGui")
  975. local TextLabel = Instance.new("TextLabel")
  976.  
  977. Back.Name = "Back"
  978. Back.Parent = game.Workspace[Player.Name]["Right Arm"]
  979. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  980. Back.AlwaysOnTop = true
  981. Back.Face = Enum.NormalId.Back
  982. Back.LightInfluence = 1
  983. Back.SizingMode = "PixelsPerStud"
  984. Back.PixelsPerStud = 50
  985.  
  986. TextLabel.Parent = Back
  987. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  988. TextLabel.BorderSizePixel = 0
  989. TextLabel.Size = UDim2.new(0, 50,0, 100)
  990. TextLabel.Font = Enum.Font.SourceSans
  991. TextLabel.Text = ""
  992. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  993. TextLabel.TextSize = 14
  994.  
  995. -->><<--
  996.  
  997. local Back = Instance.new("SurfaceGui")
  998. local TextLabel = Instance.new("TextLabel")
  999.  
  1000. Back.Name = "Back"
  1001. Back.Parent = game.Workspace[Player.Name]["Left Arm"]
  1002. Back.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1003. Back.AlwaysOnTop = true
  1004. Back.Face = Enum.NormalId.Back
  1005. Back.LightInfluence = 1
  1006. Back.SizingMode = "PixelsPerStud"
  1007. Back.PixelsPerStud = 50
  1008.  
  1009. TextLabel.Parent = Back
  1010. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1011. TextLabel.BorderSizePixel = 0
  1012. TextLabel.Size = UDim2.new(0, 50,0, 100)
  1013. TextLabel.Font = Enum.Font.SourceSans
  1014. TextLabel.Text = ""
  1015. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1016. TextLabel.TextSize = 14
  1017.  
  1018. -->> Top <<--
  1019.  
  1020. local Top = Instance.new("SurfaceGui")
  1021. local TextLabel = Instance.new("TextLabel")
  1022.  
  1023. Top.Name = "Top"
  1024. Top.Parent = game.Workspace[Player.Name]["Left Arm"]
  1025. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1026. Top.AlwaysOnTop = true
  1027. Top.Face = Enum.NormalId.Top
  1028. Top.LightInfluence = 1
  1029. Top.SizingMode = "PixelsPerStud"
  1030. Top.PixelsPerStud = 50
  1031.  
  1032. TextLabel.Parent = Top
  1033. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1034. TextLabel.BorderSizePixel = 0
  1035. TextLabel.Size = UDim2.new(0, 50,0, 50)
  1036. TextLabel.Font = Enum.Font.SourceSans
  1037. TextLabel.Text = ""
  1038. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1039. TextLabel.TextSize = 14
  1040.  
  1041. -->><<--
  1042.  
  1043. local Top = Instance.new("SurfaceGui")
  1044. local TextLabel = Instance.new("TextLabel")
  1045.  
  1046. Top.Name = "Top"
  1047. Top.Parent = game.Workspace[Player.Name]["Right Arm"]
  1048. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1049. Top.AlwaysOnTop = true
  1050. Top.Face = Enum.NormalId.Top
  1051. Top.LightInfluence = 1
  1052. Top.SizingMode = "PixelsPerStud"
  1053. Top.PixelsPerStud = 50
  1054.  
  1055. TextLabel.Parent = Top
  1056. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1057. TextLabel.BorderSizePixel = 0
  1058. TextLabel.Size = UDim2.new(0, 50,0, 50)
  1059. TextLabel.Font = Enum.Font.SourceSans
  1060. TextLabel.Text = ""
  1061. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1062. TextLabel.TextSize = 14
  1063.  
  1064. -->><<--
  1065.  
  1066. local Top = Instance.new("SurfaceGui")
  1067. local TextLabel = Instance.new("TextLabel")
  1068.  
  1069. Top.Name = "Top"
  1070. Top.Parent = game.Workspace[Player.Name]["Left Leg"]
  1071. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1072. Top.AlwaysOnTop = true
  1073. Top.Face = Enum.NormalId.Top
  1074. Top.LightInfluence = 1
  1075. Top.SizingMode = "PixelsPerStud"
  1076. Top.PixelsPerStud = 50
  1077.  
  1078. TextLabel.Parent = Top
  1079. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1080. TextLabel.BorderSizePixel = 0
  1081. TextLabel.Size = UDim2.new(0, 50,0, 50)
  1082. TextLabel.Font = Enum.Font.SourceSans
  1083. TextLabel.Text = ""
  1084. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1085. TextLabel.TextSize = 14
  1086.  
  1087. -->><<--
  1088.  
  1089. local Top = Instance.new("SurfaceGui")
  1090. local TextLabel = Instance.new("TextLabel")
  1091.  
  1092. Top.Name = "Top"
  1093. Top.Parent = game.Workspace[Player.Name]["Right Leg"]
  1094. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1095. Top.AlwaysOnTop = true
  1096. Top.Face = Enum.NormalId.Top
  1097. Top.LightInfluence = 1
  1098. Top.SizingMode = "PixelsPerStud"
  1099. Top.PixelsPerStud = 50
  1100.  
  1101. TextLabel.Parent = Top
  1102. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1103. TextLabel.BorderSizePixel = 0
  1104. TextLabel.Size = UDim2.new(0, 50,0, 50)
  1105. TextLabel.Font = Enum.Font.SourceSans
  1106. TextLabel.Text = ""
  1107. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1108. TextLabel.TextSize = 14
  1109.  
  1110. -->><<--
  1111.  
  1112. local Top = Instance.new("SurfaceGui")
  1113. local TextLabel = Instance.new("TextLabel")
  1114.  
  1115. Top.Name = "Top"
  1116. Top.Parent = game.Workspace[Player.Name].Head
  1117. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1118. Top.AlwaysOnTop = true
  1119. Top.Face = Enum.NormalId.Top
  1120. Top.LightInfluence = 1
  1121. Top.SizingMode = "PixelsPerStud"
  1122. Top.PixelsPerStud = 50
  1123.  
  1124. TextLabel.Parent = Top
  1125. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1126. TextLabel.BorderSizePixel = 0
  1127. TextLabel.Size = UDim2.new(0, 50,0, 100)
  1128. TextLabel.Font = Enum.Font.SourceSans
  1129. TextLabel.Text = ""
  1130. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1131. TextLabel.TextSize = 14
  1132.  
  1133. -->><<--
  1134.  
  1135. local Top = Instance.new("SurfaceGui")
  1136. local TextLabel = Instance.new("TextLabel")
  1137.  
  1138. Top.Name = "Top"
  1139. Top.Parent = game.Workspace[Player.Name].HumanoidRootPart
  1140. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1141. Top.AlwaysOnTop = true
  1142. Top.Face = Enum.NormalId.Top
  1143. Top.LightInfluence = 1
  1144. Top.SizingMode = "PixelsPerStud"
  1145. Top.PixelsPerStud = 50
  1146.  
  1147. TextLabel.Parent = Top
  1148. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1149. TextLabel.BorderSizePixel = 0
  1150. TextLabel.Size = UDim2.new(0, 50,0, 100)
  1151. TextLabel.Font = Enum.Font.SourceSans
  1152. TextLabel.Text = ""
  1153. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1154. TextLabel.TextSize = 14
  1155.  
  1156. -->><<--
  1157.  
  1158. local Top = Instance.new("SurfaceGui")
  1159. local TextLabel = Instance.new("TextLabel")
  1160.  
  1161. Top.Name = "Top"
  1162. Top.Parent = game.Workspace[Player.Name]["Left Arm"]
  1163. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1164. Top.AlwaysOnTop = true
  1165. Top.Face = Enum.NormalId.Top
  1166. Top.LightInfluence = 1
  1167. Top.SizingMode = "PixelsPerStud"
  1168. Top.PixelsPerStud = 50
  1169.  
  1170. TextLabel.Parent = Top
  1171. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1172. TextLabel.BorderSizePixel = 0
  1173. TextLabel.Size = UDim2.new(0, 50,0, 50)
  1174. TextLabel.Font = Enum.Font.SourceSans
  1175. TextLabel.Text = ""
  1176. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1177. TextLabel.TextSize = 14
  1178.  
  1179. -->><<--
  1180.  
  1181. local Top = Instance.new("SurfaceGui")
  1182. local TextLabel = Instance.new("TextLabel")
  1183.  
  1184. Top.Name = "Top"
  1185. Top.Parent = game.Workspace[Player.Name]["Right Arm"]
  1186. Top.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1187. Top.AlwaysOnTop = true
  1188. Top.Face = Enum.NormalId.Top
  1189. Top.LightInfluence = 1
  1190. Top.SizingMode = "PixelsPerStud"
  1191. Top.PixelsPerStud = 50
  1192.  
  1193. TextLabel.Parent = Top
  1194. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1195. TextLabel.BorderSizePixel = 0
  1196. TextLabel.Size = UDim2.new(0, 50,0, 50)
  1197. TextLabel.Font = Enum.Font.SourceSans
  1198. TextLabel.Text = ""
  1199. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1200. TextLabel.TextSize = 14
  1201.  
  1202. -->> Bottom <<--
  1203.  
  1204. local Bottom = Instance.new("SurfaceGui")
  1205. local TextLabel = Instance.new("TextLabel")
  1206. Bottom.Name = "Bottom"
  1207. Bottom.Parent = game.Workspace[Player.Name]["Right Arm"]
  1208. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1209. Bottom.AlwaysOnTop = true
  1210. Bottom.Face = Enum.NormalId.Bottom
  1211. Bottom.LightInfluence = 1
  1212. Bottom.SizingMode = "PixelsPerStud"
  1213. Bottom.PixelsPerStud = 50
  1214.  
  1215. TextLabel.Parent = Bottom
  1216. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1217. TextLabel.BorderSizePixel = 0
  1218. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  1219. TextLabel.Font = Enum.Font.SourceSans
  1220. TextLabel.Text = ""
  1221. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1222. TextLabel.TextSize = 14
  1223.  
  1224. -->><<--
  1225.  
  1226. local Bottom = Instance.new("SurfaceGui")
  1227. local TextLabel = Instance.new("TextLabel")
  1228. Bottom.Name = "Bottom"
  1229. Bottom.Parent = game.Workspace[Player.Name]["Left Arm"]
  1230. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1231. Bottom.AlwaysOnTop = true
  1232. Bottom.Face = Enum.NormalId.Bottom
  1233. Bottom.LightInfluence = 1
  1234. Bottom.SizingMode = "PixelsPerStud"
  1235. Bottom.PixelsPerStud = 50
  1236.  
  1237. TextLabel.Parent = Bottom
  1238. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1239. TextLabel.BorderSizePixel = 0
  1240. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  1241. TextLabel.Font = Enum.Font.SourceSans
  1242. TextLabel.Text = ""
  1243. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1244. TextLabel.TextSize = 14
  1245.  
  1246. -->><<--
  1247.  
  1248. local Bottom = Instance.new("SurfaceGui")
  1249. local TextLabel = Instance.new("TextLabel")
  1250. Bottom.Name = "Bottom"
  1251. Bottom.Parent = game.Workspace[Player.Name]["Right Leg"]
  1252. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1253. Bottom.AlwaysOnTop = true
  1254. Bottom.Face = Enum.NormalId.Bottom
  1255. Bottom.LightInfluence = 1
  1256. Bottom.SizingMode = "PixelsPerStud"
  1257. Bottom.PixelsPerStud = 50
  1258.  
  1259. TextLabel.Parent = Bottom
  1260. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1261. TextLabel.BorderSizePixel = 0
  1262. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  1263. TextLabel.Font = Enum.Font.SourceSans
  1264. TextLabel.Text = ""
  1265. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1266. TextLabel.TextSize = 14
  1267.  
  1268. -->><<--
  1269.  
  1270. local Bottom = Instance.new("SurfaceGui")
  1271. local TextLabel = Instance.new("TextLabel")
  1272. Bottom.Name = "Bottom"
  1273. Bottom.Parent = game.Workspace[Player.Name]["Left Leg"]
  1274. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1275. Bottom.AlwaysOnTop = true
  1276. Bottom.Face = Enum.NormalId.Bottom
  1277. Bottom.LightInfluence = 1
  1278. Bottom.SizingMode = "PixelsPerStud"
  1279. Bottom.PixelsPerStud = 50
  1280.  
  1281. TextLabel.Parent = Bottom
  1282. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1283. TextLabel.BorderSizePixel = 0
  1284. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  1285. TextLabel.Font = Enum.Font.SourceSans
  1286. TextLabel.Text = ""
  1287. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1288. TextLabel.TextSize = 14
  1289.  
  1290. -->><<--
  1291.  
  1292. local Bottom = Instance.new("SurfaceGui")
  1293. local TextLabel = Instance.new("TextLabel")
  1294. Bottom.Name = "Bottom"
  1295. Bottom.Parent = game.Workspace[Player.Name].HumanoidRootPart
  1296. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1297. Bottom.AlwaysOnTop = true
  1298. Bottom.Face = Enum.NormalId.Bottom
  1299. Bottom.LightInfluence = 1
  1300. Bottom.SizingMode = "PixelsPerStud"
  1301. Bottom.PixelsPerStud = 50
  1302.  
  1303. TextLabel.Parent = Bottom
  1304. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1305. TextLabel.BorderSizePixel = 0
  1306. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1307. TextLabel.Font = Enum.Font.SourceSans
  1308. TextLabel.Text = ""
  1309. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1310. TextLabel.TextSize = 14
  1311.  
  1312. -->><<--
  1313.  
  1314. local Bottom = Instance.new("SurfaceGui")
  1315. local TextLabel = Instance.new("TextLabel")
  1316. Bottom.Name = "Bottom"
  1317. Bottom.Parent = game.Workspace[Player.Name].Head
  1318. Bottom.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1319. Bottom.AlwaysOnTop = true
  1320. Bottom.Face = Enum.NormalId.Bottom
  1321. Bottom.LightInfluence = 1
  1322. Bottom.SizingMode = "PixelsPerStud"
  1323. Bottom.PixelsPerStud = 50
  1324.  
  1325. TextLabel.Parent = Bottom
  1326. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1327. TextLabel.BorderSizePixel = 0
  1328. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1329. TextLabel.Font = Enum.Font.SourceSans
  1330. TextLabel.Text = ""
  1331. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1332. TextLabel.TextSize = 14
  1333.  
  1334. -->> Left <<--
  1335.  
  1336. local Left = Instance.new("SurfaceGui")
  1337. local TextLabel = Instance.new("TextLabel")
  1338.  
  1339. Left.Name = "Left"
  1340. Left.Parent = game.Workspace[Player.Name].Head
  1341. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1342. Left.AlwaysOnTop = true
  1343. Left.Face = Enum.NormalId.Left
  1344. Left.LightInfluence = 1
  1345. Left.SizingMode = "PixelsPerStud"
  1346. Left.PixelsPerStud = 50
  1347.  
  1348. TextLabel.Parent = Left
  1349. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1350. TextLabel.BorderSizePixel = 0
  1351. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  1352. TextLabel.Font = Enum.Font.SourceSans
  1353. TextLabel.Text = ""
  1354. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1355. TextLabel.TextSize = 14
  1356.  
  1357. -->><<--
  1358.  
  1359. local Left = Instance.new("SurfaceGui")
  1360. local TextLabel = Instance.new("TextLabel")
  1361.  
  1362. Left.Name = "Left"
  1363. Left.Parent = game.Workspace[Player.Name].HumanoidRootPart
  1364. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1365. Left.AlwaysOnTop = true
  1366. Left.Face = Enum.NormalId.Left
  1367. Left.LightInfluence = 1
  1368. Left.SizingMode = "PixelsPerStud"
  1369. Left.PixelsPerStud = 50
  1370.  
  1371. TextLabel.Parent = Left
  1372. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1373. TextLabel.BorderSizePixel = 0
  1374. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1375. TextLabel.Font = Enum.Font.SourceSans
  1376. TextLabel.Text = ""
  1377. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1378. TextLabel.TextSize = 14
  1379.  
  1380. -->><<--
  1381.  
  1382. local Left = Instance.new("SurfaceGui")
  1383. local TextLabel = Instance.new("TextLabel")
  1384.  
  1385. Left.Name = "Left"
  1386. Left.Parent = game.Workspace[Player.Name]["Left Leg"]
  1387. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1388. Left.AlwaysOnTop = true
  1389. Left.Face = Enum.NormalId.Left
  1390. Left.LightInfluence = 1
  1391. Left.SizingMode = "PixelsPerStud"
  1392. Left.PixelsPerStud = 50
  1393.  
  1394. TextLabel.Parent = Left
  1395. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1396. TextLabel.BorderSizePixel = 0
  1397. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1398. TextLabel.Font = Enum.Font.SourceSans
  1399. TextLabel.Text = ""
  1400. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1401. TextLabel.TextSize = 14
  1402.  
  1403. -->><<--
  1404.  
  1405. local Left = Instance.new("SurfaceGui")
  1406. local TextLabel = Instance.new("TextLabel")
  1407.  
  1408. Left.Name = "Left"
  1409. Left.Parent = game.Workspace[Player.Name]["Right Leg"]
  1410. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1411. Left.AlwaysOnTop = true
  1412. Left.Face = Enum.NormalId.Left
  1413. Left.LightInfluence = 1
  1414. Left.SizingMode = "PixelsPerStud"
  1415. Left.PixelsPerStud = 50
  1416.  
  1417. TextLabel.Parent = Left
  1418. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1419. TextLabel.BorderSizePixel = 0
  1420. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1421. TextLabel.Font = Enum.Font.SourceSans
  1422. TextLabel.Text = ""
  1423. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1424. TextLabel.TextSize = 14
  1425.  
  1426. -->><<--
  1427.  
  1428. local Left = Instance.new("SurfaceGui")
  1429. local TextLabel = Instance.new("TextLabel")
  1430.  
  1431. Left.Name = "Left"
  1432. Left.Parent = game.Workspace[Player.Name]["Left Arm"]
  1433. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1434. Left.AlwaysOnTop = true
  1435. Left.Face = Enum.NormalId.Left
  1436. Left.LightInfluence = 1
  1437. Left.SizingMode = "PixelsPerStud"
  1438. Left.PixelsPerStud = 50
  1439.  
  1440. TextLabel.Parent = Left
  1441. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1442. TextLabel.BorderSizePixel = 0
  1443. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1444. TextLabel.Font = Enum.Font.SourceSans
  1445. TextLabel.Text = ""
  1446. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1447. TextLabel.TextSize = 14
  1448.  
  1449. -->><<--
  1450.  
  1451. local Left = Instance.new("SurfaceGui")
  1452. local TextLabel = Instance.new("TextLabel")
  1453.  
  1454. Left.Name = "Left"
  1455. Left.Parent = game.Workspace[Player.Name]["Right Arm"]
  1456. Left.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1457. Left.AlwaysOnTop = true
  1458. Left.Face = Enum.NormalId.Left
  1459. Left.LightInfluence = 1
  1460. Left.SizingMode = "PixelsPerStud"
  1461. Left.PixelsPerStud = 50
  1462.  
  1463. TextLabel.Parent = Left
  1464. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1465. TextLabel.BorderSizePixel = 0
  1466. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1467. TextLabel.Font = Enum.Font.SourceSans
  1468. TextLabel.Text = ""
  1469. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1470. TextLabel.TextSize = 14
  1471.  
  1472. -->> Right <<--
  1473.  
  1474. local Right = Instance.new("SurfaceGui")
  1475. local TextLabel = Instance.new("TextLabel")
  1476.  
  1477. Right.Name = "Right"
  1478. Right.Parent = game.Workspace[Player.Name].Head
  1479. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1480. Right.AlwaysOnTop = true
  1481. Right.Face = Enum.NormalId.Right
  1482. Right.LightInfluence = 1
  1483. Right.SizingMode = "PixelsPerStud"
  1484. Right.PixelsPerStud = 50
  1485.  
  1486. TextLabel.Parent = Right
  1487. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1488. TextLabel.BorderSizePixel = 0
  1489. TextLabel.Size = UDim2.new(0, 50, 0, 50)
  1490. TextLabel.Font = Enum.Font.SourceSans
  1491. TextLabel.Text = ""
  1492. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1493. TextLabel.TextSize = 14
  1494.  
  1495. -->><<--
  1496.  
  1497. local Right = Instance.new("SurfaceGui")
  1498. local TextLabel = Instance.new("TextLabel")
  1499.  
  1500. Right.Name = "Right"
  1501. Right.Parent = game.Workspace[Player.Name].HumanoidRootPart
  1502. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1503. Right.AlwaysOnTop = true
  1504. Right.Face = Enum.NormalId.Right
  1505. Right.LightInfluence = 1
  1506. Right.SizingMode = "PixelsPerStud"
  1507. Right.PixelsPerStud = 50
  1508.  
  1509. TextLabel.Parent = Right
  1510. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1511. TextLabel.BorderSizePixel = 0
  1512. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1513. TextLabel.Font = Enum.Font.SourceSans
  1514. TextLabel.Text = ""
  1515. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1516. TextLabel.TextSize = 14
  1517.  
  1518. -->><<--
  1519.  
  1520. local Right = Instance.new("SurfaceGui")
  1521. local TextLabel = Instance.new("TextLabel")
  1522.  
  1523. Right.Name = "Right"
  1524. Right.Parent = game.Workspace[Player.Name]["Right Leg"]
  1525. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1526. Right.AlwaysOnTop = true
  1527. Right.Face = Enum.NormalId.Right
  1528. Right.LightInfluence = 1
  1529. Right.SizingMode = "PixelsPerStud"
  1530. Right.PixelsPerStud = 50
  1531.  
  1532. TextLabel.Parent = Right
  1533. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1534. TextLabel.BorderSizePixel = 0
  1535. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1536. TextLabel.Font = Enum.Font.SourceSans
  1537. TextLabel.Text = ""
  1538. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1539. TextLabel.TextSize = 14
  1540.  
  1541. -->><<--
  1542.  
  1543. local Right = Instance.new("SurfaceGui")
  1544. local TextLabel = Instance.new("TextLabel")
  1545.  
  1546. Right.Name = "Right"
  1547. Right.Parent = game.Workspace[Player.Name]["Left Leg"]
  1548. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1549. Right.AlwaysOnTop = true
  1550. Right.Face = Enum.NormalId.Right
  1551. Right.LightInfluence = 1
  1552. Right.SizingMode = "PixelsPerStud"
  1553. Right.PixelsPerStud = 50
  1554.  
  1555. TextLabel.Parent = Right
  1556. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1557. TextLabel.BorderSizePixel = 0
  1558. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1559. TextLabel.Font = Enum.Font.SourceSans
  1560. TextLabel.Text = ""
  1561. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1562. TextLabel.TextSize = 14
  1563.  
  1564. -->><<--
  1565.  
  1566. local Right = Instance.new("SurfaceGui")
  1567. local TextLabel = Instance.new("TextLabel")
  1568.  
  1569. Right.Name = "Right"
  1570. Right.Parent = game.Workspace[Player.Name]["Right Arm"]
  1571. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1572. Right.AlwaysOnTop = true
  1573. Right.Face = Enum.NormalId.Right
  1574. Right.LightInfluence = 1
  1575. Right.SizingMode = "PixelsPerStud"
  1576. Right.PixelsPerStud = 50
  1577.  
  1578. TextLabel.Parent = Right
  1579. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1580. TextLabel.BorderSizePixel = 0
  1581. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1582. TextLabel.Font = Enum.Font.SourceSans
  1583. TextLabel.Text = ""
  1584. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1585. TextLabel.TextSize = 14
  1586.  
  1587. -->><<--
  1588.  
  1589. local Right = Instance.new("SurfaceGui")
  1590. local TextLabel = Instance.new("TextLabel")
  1591.  
  1592. Right.Name = "Right"
  1593. Right.Parent = game.Workspace[Player.Name]["Left Arm"]
  1594. Right.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1595. Right.AlwaysOnTop = true
  1596. Right.Face = Enum.NormalId.Right
  1597. Right.LightInfluence = 1
  1598. Right.SizingMode = "PixelsPerStud"
  1599. Right.PixelsPerStud = 50
  1600.  
  1601. TextLabel.Parent = Right
  1602. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1603. TextLabel.BorderSizePixel = 0
  1604. TextLabel.Size = UDim2.new(0, 50, 0, 100)
  1605. TextLabel.Font = Enum.Font.SourceSans
  1606. TextLabel.Text = ""
  1607. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1608. TextLabel.TextSize = 14
  1609.  
  1610. -->> Front <<--
  1611.  
  1612. local Front = Instance.new("SurfaceGui")
  1613. local TextLabel = Instance.new("TextLabel")
  1614.  
  1615. Front.Name = "Front"
  1616. Front.Parent = game.Workspace[Player.Name].HumanoidRootPart
  1617. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1618. Front.AlwaysOnTop = true
  1619. Front.Face = Enum.NormalId.Front
  1620. Front.LightInfluence = 1
  1621. Front.SizingMode = "PixelsPerStud"
  1622. Front.PixelsPerStud = 50
  1623.  
  1624. TextLabel.Parent = Front
  1625. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1626. TextLabel.BorderSizePixel = 0
  1627. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  1628. TextLabel.Font = Enum.Font.SourceSans
  1629. TextLabel.Text = ""
  1630. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1631. TextLabel.TextSize = 14
  1632.  
  1633. -->><<--
  1634.  
  1635. local Front = Instance.new("SurfaceGui")
  1636. local TextLabel = Instance.new("TextLabel")
  1637.  
  1638. Front.Name = "Front"
  1639. Front.Parent = game.Workspace[Player.Name].Head
  1640. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1641. Front.AlwaysOnTop = true
  1642. Front.Face = Enum.NormalId.Front
  1643. Front.LightInfluence = 1
  1644. Front.SizingMode = "PixelsPerStud"
  1645. Front.PixelsPerStud = 50
  1646.  
  1647. TextLabel.Parent = Front
  1648. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1649. TextLabel.BorderSizePixel = 0
  1650. TextLabel.Size = UDim2.new(0, 100,0, 50)
  1651. TextLabel.Font = Enum.Font.SourceSans
  1652. TextLabel.Text = ""
  1653. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1654. TextLabel.TextSize = 14
  1655.  
  1656. -->><<--
  1657.  
  1658. local Front = Instance.new("SurfaceGui")
  1659. local TextLabel = Instance.new("TextLabel")
  1660.  
  1661. Front.Name = "Front"
  1662. Front.Parent = game.Workspace[Player.Name]["Left Leg"]
  1663. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1664. Front.AlwaysOnTop = true
  1665. Front.Face = Enum.NormalId.Front
  1666. Front.LightInfluence = 1
  1667. Front.SizingMode = "PixelsPerStud"
  1668. Front.PixelsPerStud = 50
  1669.  
  1670. TextLabel.Parent = Front
  1671. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1672. TextLabel.BorderSizePixel = 0
  1673. TextLabel.Size = UDim2.new(0, 50,0, 100)
  1674. TextLabel.Font = Enum.Font.SourceSans
  1675. TextLabel.Text = ""
  1676. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1677. TextLabel.TextSize = 14
  1678.  
  1679. -->><<--
  1680.  
  1681. local Front = Instance.new("SurfaceGui")
  1682. local TextLabel = Instance.new("TextLabel")
  1683.  
  1684. Front.Name = "Front"
  1685. Front.Parent = game.Workspace[Player.Name]["Right Leg"]
  1686. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1687. Front.AlwaysOnTop = true
  1688. Front.Face = Enum.NormalId.Front
  1689. Front.LightInfluence = 1
  1690. Front.SizingMode = "PixelsPerStud"
  1691. Front.PixelsPerStud = 50
  1692.  
  1693. TextLabel.Parent = Front
  1694. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1695. TextLabel.BorderSizePixel = 0
  1696. TextLabel.Size = UDim2.new(0, 50,0, 100)
  1697. TextLabel.Font = Enum.Font.SourceSans
  1698. TextLabel.Text = ""
  1699. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1700. TextLabel.TextSize = 14
  1701.  
  1702. -->><<--
  1703.  
  1704. local Front = Instance.new("SurfaceGui")
  1705. local TextLabel = Instance.new("TextLabel")
  1706.  
  1707. Front.Name = "Front"
  1708. Front.Parent = game.Workspace[Player.Name]["Right Arm"]
  1709. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1710. Front.AlwaysOnTop = true
  1711. Front.Face = Enum.NormalId.Front
  1712. Front.LightInfluence = 1
  1713. Front.SizingMode = "PixelsPerStud"
  1714. Front.PixelsPerStud = 50
  1715.  
  1716. TextLabel.Parent = Front
  1717. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1718. TextLabel.BorderSizePixel = 0
  1719. TextLabel.Size = UDim2.new(0, 50,0, 100)
  1720. TextLabel.Font = Enum.Font.SourceSans
  1721. TextLabel.Text = ""
  1722. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1723. TextLabel.TextSize = 14
  1724.  
  1725. -->><<--
  1726.  
  1727. local Front = Instance.new("SurfaceGui")
  1728. local TextLabel = Instance.new("TextLabel")
  1729.  
  1730. Front.Name = "Front"
  1731. Front.Parent = game.Workspace[Player.Name]["Left Arm"]
  1732. Front.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1733. Front.AlwaysOnTop = true
  1734. Front.Face = Enum.NormalId.Front
  1735. Front.LightInfluence = 1
  1736. Front.SizingMode = "PixelsPerStud"
  1737. Front.PixelsPerStud = 50
  1738.  
  1739. TextLabel.Parent = Front
  1740. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1741. TextLabel.BorderSizePixel = 0
  1742. TextLabel.Size = UDim2.new(0, 50,0, 100)
  1743. TextLabel.Font = Enum.Font.SourceSans
  1744. TextLabel.Text = ""
  1745. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1746. TextLabel.TextSize = 14
  1747. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement