Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Ghost = game.Workspace["Ghost".."1" or "2" or "3" or "5" or "6" or "7" or "8" or "9" or "10"]
- Ghost.HumanoidRootPart.Transparency = 0
- Ghost.Head.Transparency = 0
- local HRP = Ghost.HumanoidRootPart
- local BG = Instance.new("BillboardGui")
- BG.Parent = HRP
- BG.Name = "ESP"
- BG.Active = true
- BG.MaxDistance = math.huge
- BG.AlwaysOnTop = true
- BG.Size = UDim2.new(2,2,2,2)
- local ESP = Instance.new("Frame")
- ESP.Parent = BG
- ESP.Name = "EspHitbox"
- ESP.BorderSizePixel = 1.5
- ESP.BackgroundTransparency = 0.5
- ESP.Size = UDim2.new(1,1,1,1)
- function checkName()
- print(Ghost.Name)
- end
- checkName()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement