Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ghtleg.Name = "RightLeg"
  2. rightleg.Size = UDim2.new(0.18023178, 0, 0.300000072, 0)
  3. rightleg.Position = UDim2.new(0.520034492, 0, 0.650002599, 0)
  4. rightleg.BackgroundTransparency = 0.5
  5. rightleg.BackgroundColor = BrickColor.new(21)
  6.  
  7. characterbutton = Instance.new("TextButton")
  8. characterbutton.Parent = maingui
  9. characterbutton.Name = "CharacterButton"
  10. characterbutton.BackgroundTransparency = 0.5
  11. characterbutton.BackgroundColor = BrickColor.new(21)
  12. characterbutton.Position = UDim2.new(0.010000345, 0, 0.4, 0)
  13. characterbutton.Size = UDim2.new(0.15, 0, 0.05, 0)
  14. characterbutton.Text = "[ Hide Character GUI ]"
  15.  
  16. characterhealth = Instance.new("TextButton")
  17. characterhealth.Parent = charactergui
  18. characterhealth.Name = "CharacterButton"
  19. characterhealth.BackgroundTransparency = 0.5
  20. characterhealth.Position = UDim2.new(0, 0, 1, 0)
  21. characterhealth.Size = UDim2.new(1, 0, 0.05, 0)
  22. characterhealth.Text = "[ Health : 100 | 100 ]"
  23.  
  24. characterhealth2 = Instance.new("TextButton")
  25. characterhealth2.Parent = charactergui
  26. characterhealth2.Name = "CharacterButton"
  27. characterhealth2.BackgroundTransparency = 0.5
  28. characterhealth2.Position = UDim2.new(0, 0, 1.05, 0)
  29. characterhealth2.Siz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement