Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(0.1)
- local target = workspace.Events.GetTargetLocal:InvokeServer()
- local role = workspace.Events.GetRoleLocal:InvokeServer()
- if role == "Framed" then
- local bodyparts = target.Character:getChildren()
- for i=1,#bodyparts do
- if bodyparts[i].Parent.Name == game.Players.LocalPlayer.Name then
- else
- if bodyparts[i]:findFirstChild("ESP") then
- else
- if bodyparts[i].ClassName == "Part" then
- local boxha = Instance.new("BoxHandleAdornment",bodyparts[i])
- boxha.Adornee = bodyparts[i]
- boxha.Transparency = 0.5
- boxha.AlwaysOnTop = true
- boxha.Name = "ESP"
- boxha.Size = bodyparts[i].Size
- boxha.ZIndex = 1
- boxha.Color3 = Color3.fromRGB(255,0,0)
- end
- end
- end
- end
- end
- end
Add Comment
Please, Sign In to add comment