Esp Box 3d
Esp Box 3d
local height = 3
local width = 2
player.CharacterAdded:Connect(function()
task.wait(1)
removeBox(player)
addESP(player)
end)
end
Players.PlayerAdded:Connect(addESP)
Players.PlayerRemoving:Connect(removeBox)