Advertisement
tubers93zxzxz

ESP LOL

Jan 30th, 2022
1,495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Genie 0.83 KB | None | 0 0
  1.     for i,v in pairs(game.Players:GetChildren()) do
  2.    
  3.         if v ~= game.Players.LocalPlayer.Character.Torso then  
  4.  
  5.      base = Instance.new("BillboardGui", workspace.Camera)
  6.     local esP = Instance.new("Frame", base)
  7.     -- Billboard Stuff
  8.     base.AlwaysOnTop = true
  9.     base.Enabled = true
  10.     base.Size = UDim2.new(4.5,0,6,0)
  11.     base.Name = "ESP"
  12.     base.Adornee = v.Character.Torso
  13.     base.StudsOffset = Vector3.new(0, -0.6, 0)
  14.     -- Frame Stuff
  15.     esP.BackgroundColor3 = Color3.new(255,255,255)
  16.     esP.BackgroundTransparency = 0.8
  17.     esP.BorderColor3 = Color3.new(0,0,0)
  18.     esP.BorderSizePixel = 1
  19.     esP.Size = UDim2.new(1,0,1,0)
  20.     esP.Style = "DropShadow"
  21. end    
  22.     end
  23.  
  24.     for i,v in pairs(game.Players:GetChildren()) do
  25.     while true do
  26.         wait(2)
  27.         base.Adornee = v.Character.Torso
  28.     end
  29.     end
  30. print("ESP Loaded!")
  31. print("Created by Kid Atlaas/FileExplorer")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement