Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent.FocusLost:connect(function(enter)
- if enter then
- v = game.Players.LocalPlayer
- for a, mod in pairs(v.Character:children()) do
- if mod:findFirstChild("NameTag") then
- v.Character.Head.Transparency = 0 mod:Destroy()
- end
- end
- local char = v.Character
- local mod = Instance.new("Model", char)
- mod.Name = script.Parent.Text
- local cl = char.Head:Clone()
- cl.Parent = mod
- local hum = Instance.new("Humanoid", mod)
- hum.Name = "NameTag"
- hum.MaxHealth = 0
- hum.Health = 0
- local weld = Instance.new("Weld", cl) weld.Part0 = cl weld.Part1 = char.Head
- char.Head.Transparency = 0
- end
- end)
- If this dosent work sorry.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement