xdJustice29

Untitled

May 8th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. for i,v in pairs(game.Players:GetChildren()) do
  2. local handle = Instance.new("Handles",game.Players.LocalPlayer.PlayerGui)
  3. handle.Adornee = v.Character.Head
  4. handle.Color3 = Color3.new(0/255, 255/255, 0/255)
  5. handle.Transparency = 0
  6. handle.Style = "Resize"
  7. end
Add Comment
Please, Sign In to add comment