Advertisement
nuttanun734

a

Nov 17th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. local Ghost = game.Workspace["Ghost".."1" or "2" or "3" or "5" or "6" or "7" or "8" or "9" or "10"]
  2. Ghost.HumanoidRootPart.Transparency = 0
  3. Ghost.Head.Transparency = 0
  4.  
  5. local HRP = Ghost.HumanoidRootPart
  6.  
  7. local BG = Instance.new("BillboardGui")
  8. BG.Parent = HRP
  9. BG.Name = "ESP"
  10. BG.Active = true
  11. BG.MaxDistance = math.huge
  12. BG.AlwaysOnTop = true
  13. BG.Size = UDim2.new(2,2,2,2)
  14.  
  15. local ESP = Instance.new("Frame")
  16. ESP.Parent = BG
  17. ESP.Name = "EspHitbox"
  18. ESP.BorderSizePixel = 1.5
  19. ESP.BackgroundTransparency = 0.5
  20. ESP.Size = UDim2.new(1,1,1,1)
  21.  
  22. function checkName()
  23. print(Ghost.Name)
  24. end
  25.  
  26. checkName()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement