Advertisement
pkgupdate

wh

Dec 14th, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  2. if v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Character and v.Character:FindFirstChild("Head") then
  3. gui:Clone().Parent = v.Character.Head;
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement